5
0
mirror of https://github.com/odoo/runbot.git synced 2025-03-17 00:15:47 +07:00
runbot/runbot
Christophe Monniez 574105b66c [FIX] runbot: allow to kill a duplicate
Asking for the kill of a build which is the duplicate of another fails
because the state of this build is "duplicate", so the _ask_kill method
has no effect on it.

With this commit, the effect of _ask_kill is applied on the duplicate in
the above mentioned case.
2019-03-28 13:46:20 +01:00
..
controllers [FIX] runbot: speedup and limit search in frontend 2019-03-19 16:55:36 +01:00
data [REF] runbot: split cron to speed up builds 2019-02-25 11:25:41 +01:00
migrations [IMP] runbot: automatically link logs to build 2017-09-21 17:44:32 +02:00
models [FIX] runbot: allow to kill a duplicate 2019-03-28 13:46:20 +01:00
security [FIX] runbot: limit rebuild to runbot users 2017-06-16 14:22:27 +02:00
static/src/js [IMP] runbot: add kill button (+ deathrow state) 2017-09-18 12:43:02 +02:00
templates [FIX] runbot: speedup and limit search in frontend 2019-03-19 16:55:36 +01:00
tests [FIX] runbot: speedup and limit search in frontend 2019-03-19 16:55:36 +01:00
views [REF] runbot: split cron to speed up builds 2019-02-25 11:25:41 +01:00
__init__.py [REF] runbot: use Docker containers for builds 2019-01-02 11:32:04 +01:00
__manifest__.py [REF] runbot: split cron to speed up builds 2019-02-25 11:25:41 +01:00
common.py [IMP] runbot: add basic tests 2019-01-11 11:54:43 +01:00
container.py [FIX] runbot: find docker gateway for build smtp host 2019-01-11 10:23:27 +01:00
croninterval.py [REF] runbot, runbot_cla: upgrade to Odoo 11.0 2018-03-12 14:36:33 +01:00