runbot/runbot_merge/models
Xavier Morel dff7f102ea [CHG] runbot_merge: convert freeze wizard to local repo
Probably less necessary than for the regular staging stuff, but might
as well while at it.

Requires updating one of the test to generate a non-ff push, as
O_CREAT doesn't exist at the git level, and the client (and it is
client-side) only protects against force pushes. So there is no way to
trigger an issue with just the creation of the new branch, it needs to
exist *and point to a non-ancestor commit*.

Also remove a sleep in the ref update loop as there are no ref updates
anymore, until the very final sync via git.

NB: maybe it'd be possible to push both bump and release PRs together
for each repo, but getting which update failed in case of failure
seems difficult.
2023-08-23 14:09:32 +02:00
..
crons [CHG] *: move repo cache from forwardbot to mergebot 2023-08-16 14:37:28 +02:00
project_freeze [CHG] runbot_merge: convert freeze wizard to local repo 2023-08-23 14:09:32 +02:00
staging_cancel [ADD] runbot_merge: stagings canceling wizard 2022-12-08 10:46:22 +01:00
__init__.py [MOV] runbot_merge: all the staging creation code to a separate module 2023-08-18 13:07:51 +02:00
ir_actions.py [IMP] runbot_merge: add json & requests to server actions context 2023-02-20 10:13:05 +01:00
project.py [ADD] runbot_merge: github identity for the mergebot 2023-08-22 08:04:46 +02:00
pull_requests.py [MOV] runbot_merge: all the staging creation code to a separate module 2023-08-18 13:07:51 +02:00
res_partner.py [ADD] runbot_merge: remote user provisioning 2022-06-07 13:48:17 +02:00
stagings_create.py [REM] runbot_merge: use of tmp branches during staging 2023-08-23 09:34:28 +02:00