runbot/forwardport
Xavier Morel 5703840b3b [MOV] runbot_merge: all the staging creation code to a separate module
Move *almost* all the staging code to free functions, in a separate
module, and extensively typed.

The only bits which didn't move are:

- the entry point (the cron hook), because it has to be a model method
  in order to be called
- the `_build_merge_message` method, because it needs to be
  overridable

There's also a bit of an import mess, because the cron &
`_build_merge_message` need to call into the new module, but the new
module wants the types they belong to, so it's a bit circular.
2023-08-18 13:07:51 +02:00
..
changelog [ADD] *: changelog entries I forgot 2023-08-14 09:28:19 +02:00
data [CHG] *: move repo cache from forwardbot to mergebot 2023-08-16 14:37:28 +02:00
migrations [CHG] *: move repo cache from forwardbot to mergebot 2023-08-16 14:37:28 +02:00
models [MOV] runbot_merge: all the staging creation code to a separate module 2023-08-18 13:07:51 +02:00
tests [IMP] runbot_merge, forwardport: minor cleanups 2023-08-10 13:33:16 +02: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-16 14:37:28 +02:00
controllers.py [IMP] rewrite /forwardport/outstanding 2023-07-10 15:23:31 +02:00