runbot/runbot_merge/controllers
Xavier Morel 4f237d15b0 [FIX] runbot_merge: correctly check request in handle_pr
652b1ff9ae wanted to check if a request
was available, however it deref'd the `request` object without
checking it which is not correct: a `request` normally has an
`httprequest`, but the `request` itself might be missing if the
handler is called from e.g. a cron.

Fixes #739
2023-06-14 16:01:42 +02:00
..
__init__.py [FIX] runbot_merge: correctly check request in handle_pr 2023-06-14 16:01:42 +02:00
dashboard.py [FIX] runbot_merge: bugs in log of branch stagings (in frontend) 2022-08-05 15:35:51 +02:00
reviewer_provisioning.py [IMP] runbot_merge: provisioning features 2022-06-30 15:07:49 +02:00