runbot/forwardport
Xavier Morel 5024c2e27b [FIX] forwardport: suppress warning when closing unmanaged PR
Continuation of 327500bc83 for an other
edge case of closing a PR to a detached branch with a merged
descendant. The mergebot would:

- warn on the parent about it being detached due to being closed
- then warn on the child about it being detached due to the parent
  being closed (despite it being merged already)
- then warn the parent *again* due to the child being detached

At least some of those messages were still produced by the test case,
stop them.

Issue was noticed on odoo/odoo#145969 and odoo/odoo#145984 due to 16.2
being deactivated.
2024-03-19 11:46:36 +01:00
..
changelog [ADD] *: changelog entries I forgot 2023-08-14 09:28:19 +02:00
data [CHG] runbot_merge: perform stagings in a local clone of the repo 2023-08-25 15:33:25 +02:00
migrations [CHG] *: move repo cache from forwardbot to mergebot 2023-08-25 15:04:48 +02:00
models [FIX] forwardport: suppress warning when closing unmanaged PR 2024-03-19 11:46:36 +01:00
tests [FIX] forwardport: suppress warning when closing unmanaged PR 2024-03-19 11:46:36 +01:00
__init__.py [ADD] mergebot, forwardbot: changelog 2021-10-20 15:16:48 +02:00
__manifest__.py [CHG] *: move repo cache from forwardbot to mergebot 2023-08-25 15:04:48 +02:00
controllers.py [IMP] rewrite /forwardport/outstanding 2023-07-10 15:23:31 +02:00