runbot/runbot
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
..
controllers [FIX] runbot: various small fixes and imps 2019-09-03 11:10:38 +02:00
data [IMP] runbot: add firebase-admin to the Docker file 2019-09-20 14:46:21 +02:00
migrations [IMP] runbot: add wake up option on builds 2019-07-17 11:34:45 +02:00
models [FIX] runbot: fix build_error active field changes 2019-09-20 14:58:16 +02:00
security [IMP] runbot: add an error log model based on a SQL view 2019-09-03 11:10:38 +02:00
static/src [IMP] runbot: add a copy to clipboard button for branch 2019-09-18 13:10:45 +02:00
templates [IMP] runbot: add a copy to clipboard button for branch 2019-09-18 13:10:45 +02:00
tests [FIX] runbot: fix build_error active field changes 2019-09-20 14:58:16 +02:00
views [IMP] runbot: various improvements 2019-09-18 15:27:19 +02:00
__init__.py [IMP] runbot: replace jobs by build configs 2019-05-18 10:42:31 +02:00
__manifest__.py [IMP] runbot: add an error log model based on a SQL view 2019-09-03 11:10:38 +02:00
common.py [IMP] runbot: use babel helper to format timedelta 2019-08-13 17:56:52 +02:00
container.py [FIX] runbot: fix coverage since shared sources 2019-07-16 12:06:09 +02:00