runbot/runbot
Xavier-Do 534368b675 [FIX] runbot: minimize transactionnal errors
With recursive states computation, schedule is
most likely to have transactionnal errors.
This is particularly a problem when external
operations are done during the transaction,
like running a docker.

Adding some commits will help to reduce
transactionnal errors, and ensure that the db
is consistent with docker states.
2019-05-22 10:15:53 +02:00
..
controllers [IMP] runbot: replace jobs by build configs 2019-05-18 10:42:31 +02:00
data [FIX] runbot: various fixes (data improvement, python step, logs, ...) 2019-05-20 10:52:13 +02:00
migrations [IMP] runbot: increase version and add migration scripts 2019-05-18 10:42:31 +02:00
models [FIX] runbot: minimize transactionnal errors 2019-05-22 10:15:53 +02:00
security [FIX] runbot: various fixes (data improvement, python step, logs, ...) 2019-05-20 10:52:13 +02:00
static/src [IMP] runbot: replace jobs by build configs 2019-05-18 10:42:31 +02:00
templates [FIX] runbot: only logged in users are allowed to kill 2019-05-21 09:42:46 +02:00
tests [FIX] runbot: various fixes (data improvement, python step, logs, ...) 2019-05-20 10:52:13 +02:00
views [FIX] runbot: make python jobs usable and improve logs 2019-05-21 16:03:47 +02:00
__init__.py [IMP] runbot: replace jobs by build configs 2019-05-18 10:42:31 +02:00
__manifest__.py [IMP] runbot: increase version and add migration scripts 2019-05-18 10:42:31 +02:00
common.py [IMP] runbot: add basic tests 2019-01-11 11:54:43 +01:00
container.py [IMP] runbot: replace jobs by build configs 2019-05-18 10:42:31 +02:00