runbot/runbot
Christophe Monniez 82f881d9e6 [IMP] runbot: detach odoo command from docker_run
When the docker_run function is called, the odoo command is decorated
with a pip command to install required packages.
This pollute the docker_run function if a runbot job_ method wants to
use docker for something else that starting an odoo instance (like
pg_dump) for example.

With this commit, command modification is made in an optional helper
function named build_odoo_cmd.

the docker_run function now needs the command to run as a string instead
of a list of odoo cmd and its parameters.
2019-04-16 16:41:50 +02: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 [IMP] runbot: detach odoo command from docker_run 2019-04-16 16:41:50 +02: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 [IMP] runbot: add a small test for the _ask_kill method 2019-03-29 09:50:39 +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 [IMP] runbot: detach odoo command from docker_run 2019-04-16 16:41:50 +02:00
croninterval.py [REF] runbot, runbot_cla: upgrade to Odoo 11.0 2018-03-12 14:36:33 +01:00