runbot/runbot
Xavier-Do fe987cd0f3 [IMP] runbot: some fixes for ps runbot
- searching on number will search for both pr and branche name
- hooks are now using payload to define repo when not given in url
- fixes .git cleaning in repo
    (remove rstrip since it can fail for repo starting with g, i, t)
- recompute base on prepare if base was not found
- remove local_result form write values if there is a single record
    (instead of raising, makes python step easier to write).
- avoid stucked build/loop after removing a step from a config.
- avoid to send ci for linked base_commit
- add a fallback mechanism for base if no master branch is found
- add option on project to avoid to keep sticky running, usefull
    when using a lots of projects
    WARNING: this is a change of default behaviour, need to update
    existing projects.
- always discover new commits for branch matching base paterns.
    This is especially usefull to discover old versions on project with
    low merge frequency.
- always create a batch, event if there is now trigger. This helps to
    notice that commits are discovered
- add line-through on death branches/pr
- manual trigger are now displayed on main page
2022-01-10 15:19:44 +01:00
..
controllers [IMP] runbot: some fixes for ps runbot 2022-01-10 15:19:44 +01:00
data [IMP] runbot: make stagings automatically build all 2021-08-12 11:27:29 +02:00
documentation/images [IMP] runbot: enable screencast, add access control, small fixes 2020-09-23 13:27:59 +02:00
migrations [IMP] add draft pr management + multiple custom fields 2021-06-29 10:13:34 +02:00
models [IMP] runbot: some fixes for ps runbot 2022-01-10 15:19:44 +01:00
security [IMP] runbot: add a codeowner model 2021-11-25 15:19:26 +01:00
static/src [IMP] runbot: limited height on tiles 2021-12-08 15:06:49 +01:00
templates [IMP] runbot: some fixes for ps runbot 2022-01-10 15:19:44 +01:00
tests [IMP] runbot: some fixes for ps runbot 2022-01-10 15:19:44 +01:00
views [IMP] runbot: some fixes for ps runbot 2022-01-10 15:19:44 +01:00
wizards [IMP] runbot: runbot 5.0 2020-09-10 13:44:38 +02:00
__init__.py [IMP] runbot: add a multibuild wizard 2019-10-28 15:26:15 +01:00
__manifest__.py [IMP] runbot: add a codeowner model 2021-11-25 15:19:26 +01:00
common.py [FIX] runbot: fix markdown code 2021-05-10 15:11:21 +02:00
container.py [IMP] runbot: limit memory usage of containers 2021-07-15 11:15:38 +02:00
fields.py [IMP] runbot: runbot 5.0 2020-09-10 13:44:38 +02:00