runbot/runbot_merge/controllers
Xavier Morel 721b769039 [IMP] runbot_merge: handling of signatures
- correctly handle projects without a secret set, we don't want the
  requests to blow up by trying to `strip()` a `False` or `None`, that
  is dumb, who would do that?
- provide better reporting on signature mismatch: which repo we tried
  to access, and the full list of headers
- log when there was no signature matching, either because there was
  no signature in the request and no secret on the project, or because
  the request is signed but no secret is configured on the repo
2024-02-26 10:11:53 +01:00
..
__init__.py [IMP] runbot_merge: handling of signatures 2024-02-26 10:11:53 +01:00
dashboard.py [IMP] runbot_merge: filtering options and UX on stagings list 2023-07-10 15:23:31 +02:00
reviewer_provisioning.py [FIX] runbot_merge: make provisioning more resilient 2023-06-21 14:26:19 +02:00