runbot/runbot
Christophe Monniez e9fc57816b [FIX] runbot: properly move builds to the merged error
When build errors are merged together, the builds of the merged errors
should be moved to the only error that will be kept.
It 's not the case because the merge method is assigning a compute field
and moreover it was hidden in the tests because the compute was not
triggered.

With this commit, the build_error_link is updated to point to the new
error. The test is modified to properly check the case and also to add a
case when the link already exists.

The access rights are updated to allow admin to unlink the
build_error_link records. Otherwise the action could fail when the link
already exists.
2024-01-30 08:50:12 -01:00
..
controllers [IMP] runbot: add a frontend button to view batch in backend 2024-01-24 13:02:22 -01:00
data [FIX] runbot: various fixes and ref 2023-09-25 10:52:16 +02:00
documentation [IMP] runbot: documentation and views imps 2022-12-21 13:00:42 +01:00
example_scripts [IMP] runbot: update install documentation 2022-10-21 10:32:40 +02:00
migrations [IMP] runbot: use real log date on build errors 2024-01-24 13:02:22 -01:00
models [FIX] runbot: properly move builds to the merged error 2024-01-30 08:50:12 -01:00
security [FIX] runbot: properly move builds to the merged error 2024-01-30 08:50:12 -01:00
static/src [FIX] runbot: frontendurl should use the right id 2023-07-03 16:30:06 +02:00
templates [IMP] runbot: give more information about known errors 2024-01-24 13:02:22 -01:00
tests [FIX] runbot: properly move builds to the merged error 2024-01-30 08:50:12 -01:00
views [IMP] runbot: use real log date on build errors 2024-01-24 13:02:22 -01:00
wizards [FIX] runbot: various fixes and ref 2023-09-25 10:52:16 +02:00
__init__.py [FIX] runbot: various fixes and ref 2023-09-25 10:52:16 +02:00
__manifest__.py [IMP] runbot: use real log date on build errors 2024-01-24 13:02:22 -01:00
common.py [FIX] runbot: various fixes and ref 2023-09-25 10:52:16 +02:00
container.py [FIX] runbot: various fixes and ref 2023-09-25 10:52:16 +02:00
fields.py [FIX] runbot: adapt for jammy 2022-06-03 14:51:49 +02:00