5
0
mirror of https://github.com/odoo/runbot.git synced 2025-03-17 00:15:47 +07:00
runbot/runbot
Christophe Monniez 9684c2d97e [FIX] runbot: avoid unallowed characters in docker names
Docker container names are derived from the dest and step name. The dest
is itself derived from the branch name.

In some rare cases, it happens that a character not allowed by Docker
appears in the container name computed by the runbot.

With this commit, a sanitize_container_name function is used to remove
unallowed characters at the container utility level.
2020-06-17 10:15:37 +02:00
..
controllers [IMP] runbot: add a public route for monitoring 2020-02-24 14:45:23 +01:00
data [IMP] runbot: install postgresql-client 12 in Dockerfile 2020-05-28 16:30:38 +02:00
migrations [FIX] change version number to avoid second execution when migrating to 13.0 2020-01-14 13:24:57 +01:00
models [FIX] runbot: send status only once. 2020-04-24 11:39:36 +02:00
security [IMP] runbot: add a build stat model 2020-03-20 11:11:03 +01:00
static/src [IMP] runbot: allow pseudo markdown in log messages 2020-03-09 13:10:49 +01:00
templates [FIX] runbot: use proxy-mode for running instances 2020-03-30 14:35:15 +02:00
tests [FIX] runbot: avoid unallowed characters in docker names 2020-06-17 10:15:37 +02:00
views [IMP] runbot: add a build stat model 2020-03-20 11:11:03 +01:00
wizards [IMP] runbot: add a build stat model 2020-03-20 11:11:03 +01:00
__init__.py [IMP] runbot: add a multibuild wizard 2019-10-28 15:26:15 +01:00
__manifest__.py [IMP] runbot: add a build stat model 2020-03-20 11:11:03 +01:00
common.py [IMP] runbot: allow pseudo markdown in log messages 2020-03-09 13:10:49 +01:00
container.py [FIX] runbot: avoid unallowed characters in docker names 2020-06-17 10:15:37 +02:00
fields.py [IMP] runbot: allow build copy 2020-02-05 15:59:57 +01:00