runbot/runbot_merge/controllers
Xavier Morel e12e6db653 [IMP] runbot_merge: lock commit to update its status in hook
A status being updated on a commit is a read/modify/update, meaning
it's possible for somebody else (including a concurrent event?) to
concurrently update the commit and conflict leading to the webhook
blowing up, which is undesirable as it's a data loss (whereas if it
blows up on the other side e.g. in the cron's commit processor the
cron will just take it up next iteration).
2019-03-11 14:54:58 +01:00
..
__init__.py [IMP] runbot_merge: lock commit to update its status in hook 2019-03-11 14:54:58 +01:00
dashboard.py [FIX] runbot_merge: handling of PRs of >50 commits 2018-09-20 15:28:55 +02:00