runbot/runbot_merge/models
Xavier Morel a8e4d6dfee [IMP] runbot_merge: don't select content when locking rows
It might not be a huge amount of extra work since we're never actually
retrieving the rows, but it still seems completely unnecessary.

Sadly we can't do something cleaner like an aggregation, because
aggregating requires moving the locking query to a subquery, and
experimentally that seems slower than just ignoring / discarding the
result set.
2024-05-16 09:32:03 +02:00
..
crons [FIX] runbot_merge: maintenance gc command 2024-02-26 09:58:22 +01:00
project_freeze [IMP] runbot_merge: don't select content when locking rows 2024-05-16 09:32:03 +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-25 15:04:48 +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 [FIX] runbot_merge: bot info fetch 2024-02-12 10:18:59 +01:00
pull_requests.py [FIX] runbot_merge: don't notify on closing unknown PRs 2024-03-12 12:17:30 +01:00
res_partner.py [IMP] runbot_merge: view warnings around ACLs 2024-03-19 12:54:20 +01:00
stagings_create.py [FIX] runbot_merge: rebase logging 2024-01-16 09:53:57 +01:00