runbot/runbot/models
Xavier-Do e5a2f98c59 [IMP] runbot: store times in other tables.
Sometimes, sheduler may have a hard time to create build.
The transaction can be verry long when there are many repo and
a lot of new commits. Writing get_ref_time on repo will fail
due to concurrent update rollbacking the whole transaction.

This is supposedly because of hook occuring during the transaction.
With this new model, hook will only perform an insert, and shouldn't
interfer with ref_times.
2019-12-09 15:40:02 +01: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 [IMP] runbot: refactor tests 2019-12-02 16:36:56 +01:00
build_dependency.py [IMP] runbot: commit message dep param. 2019-08-13 14:30:30 +02:00
build_error.py [IMP] runbot: add auto test-tags management. 2019-11-07 09:51:05 +01:00
build.py [IMP] runbot: add docker state 2019-12-06 10:20:11 +01:00
event.py [IMP] runbot: dump database at the end of step 2019-10-21 16:23:05 +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: store times in other tables. 2019-12-09 15:40:02 +01:00
res_config_settings.py [IMP] runbot: add optional warning message on frontend 2019-06-18 12:43:25 +02:00