5
0
mirror of https://github.com/odoo/runbot.git synced 2025-03-17 00:15:47 +07:00
runbot/runbot
Xavier-Do 94a680f0c8 [FIX] runbot: get_ref_time as float
get_ref_time was cast from float to datetime and thus,
milliseconds where lost. Storing it as float make code
easier to read and avoid this rounding that was breaking
 this feature.
2019-06-24 15:59:21 +02:00
..
controllers [IMP] runbot: add optional warning message on frontend 2019-06-18 12:43:25 +02:00
data [IMP] runbot: add python3-markdown in Dockerfile 2019-06-18 11:50:48 +02:00
migrations [IMP] runbot: increase version and add migration scripts 2019-05-18 10:42:31 +02:00
models [FIX] runbot: get_ref_time as float 2019-06-24 15:59:21 +02:00
security [FIX] runbot: various fixes (data improvement, python step, logs, ...) 2019-05-20 10:52:13 +02:00
static/src [IMP] runbot: exact rebuild 2019-06-18 12:42:07 +02:00
templates [FIX] runbot: kill children even if state is done 2019-06-18 13:33:45 +02:00
tests [FIX] runbot: make nb_testing count correct when children are duplicates 2019-06-24 15:59:21 +02:00
views [IMP] runbot: add optional warning message on frontend 2019-06-18 12:43:25 +02:00
__init__.py [IMP] runbot: replace jobs by build configs 2019-05-18 10:42:31 +02:00
__manifest__.py [FIX] runbot: get_ref_time as float 2019-06-24 15:59:21 +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