runbot/runbot/models
Christophe Monniez 4b2a93af9e [FIX] runbot: fix build_error active field changes
When a build_error active field is changed, the onchange leads to a
traceback. Anyway, the onchange was not a good idea as it only reflects
UI changes.

With this commit, the write method is overwritten to change the
child_ids active fields too. Also, the active_test context is used to
correctly compute the childs_ids and children_build_ids.

A test is also added for all that.
2019-09-20 14:58:16 +02:00
..
__init__.py [IMP] runbot: add build_error model 2019-09-03 11:10:38 +02:00
branch.py [FIX] runbot: choose quickconnect build with same config 2019-05-23 10:52:13 +02:00
build_config.py [FIX] runbot: various small fixes and imps 2019-09-03 11:10:38 +02:00
build_dependency.py [IMP] runbot: commit message dep param. 2019-08-13 14:30:30 +02:00
build_error.py [FIX] runbot: fix build_error active field changes 2019-09-20 14:58:16 +02:00
build.py [IMP] runbot: various improvements 2019-09-18 15:27:19 +02:00
event.py [IMP] runbot: various improvements 2019-09-18 15:27:19 +02:00
host.py [WIP] runbot: monitoring tools 2019-09-03 11:10:38 +02:00
ir_cron.py [IMP] runbot: replace jobs by build configs 2019-05-18 10:42:31 +02:00
repo.py [IMP] runbot: various improvements 2019-09-18 15:27:19 +02:00
res_config_settings.py [IMP] runbot: add optional warning message on frontend 2019-06-18 12:43:25 +02:00