runbot/forwardport
Xavier Morel c4c32957be [FIX] runbot_merge: removal of fw tasks on limit update
There is no check or unique index, so nothing actually prevents having
multiple fw tasks for the same batch.

In that case, if we try to update the limit the handler will crash
because the code assumes a single forwardport task per batch.

Triggered by nle on odoo/odoo#201394 probably while trying to recover
from the incident of March 13/14 (which was not going to work as the
forwardport queue itself was hosed, see two commits above for the
reason).
2025-03-14 16:02:22 +01:00
..
changelog [IMP] forwardport: classify FP as outstanding a week after creation 2025-01-24 14:53:47 +01:00
data [IMP] forwardport: move more utility into Queue 2025-03-14 11:26:38 +01:00
migrations [IMP] forwardport: outstanding FP reminders 2025-01-24 14:53:34 +01:00
models [IMP] forwardport: error reporting in _create_port_branch 2025-03-14 12:15:35 +01:00
tests [FIX] runbot_merge: removal of fw tasks on limit update 2025-03-14 16:02:22 +01:00
__init__.py [ADD] mergebot, forwardbot: changelog 2021-10-20 15:16:48 +02:00
__manifest__.py [IMP] forwardport: outstanding FP reminders 2025-01-24 14:53:34 +01:00
controllers.py [FIX] forwardport: a source may be unmerged 2025-02-18 11:45:56 +01:00