runbot/runbot_merge/models
Xavier Morel 2746a13163 [FIX] runbot_merge: multi-commit squashing
If commits have different authors (/ committers), the mergebot would
ask github to create a commit with an author (/ committer) of `None` /
`null`.

Apparently github really does not like that, and complains that

> nil is not an object

So remove the key entirely. Also fix the collision between `author`
and the `Co-Authored-By` list, which could lead to trying to set an
`author` of `[name, email]` instead of an object, which is also not
accepted by github.
2022-12-08 10:46:22 +01:00
..
project_freeze [FIX] *: freeze wizard take 3 2022-12-08 10:46:22 +01:00
__init__.py [ADD] runbot_merge: ~~tree~~ freeze wizard 2021-11-17 10:40:12 +01:00
project.py [MRG] runbot_merge, forwardport: multiple fixes to freeze wizard 2022-02-10 13:50:21 +01:00
pull_requests.py [FIX] runbot_merge: multi-commit squashing 2022-12-08 10:46:22 +01:00
res_partner.py [ADD] runbot_merge: remote user provisioning 2022-06-07 13:48:17 +02:00