runbot/runbot_merge/controllers
Xavier Morel 4563fc5fc0 [FIX] runbot_merge: dashboard image is branch created via SQL
If a branch is created via SQL directly, one might forget to set its
`write_date`, leading the computation of the `last_modified` to be
*really* unhappy as it's asked to compare a bunch of datetime objects
to `False` in order to compute the `max`.

Substitute missing `write_date` with `datetime.min` so they are
extremely unlikely to influence the computation until and unless the
branch gets updated.
2024-11-18 14:52:15 +01:00
..
__init__.py [IMP] runbot_merge: ping commenter when fetching PR due to comment 2024-11-18 13:52:27 +01:00
dashboard.py [FIX] runbot_merge: dashboard image is branch created via SQL 2024-11-18 14:52:15 +01:00
reviewer_provisioning.py [FIX] runbot_merge: make provisioning more resilient 2023-06-21 14:26:19 +02:00