healthchecks_healthchecks/hc/api
Pēteris Caune df801c6796
Update the GitHub transport to handle uninstalled GitHub app
If the user uninstalls our GitHub app from their GitHub account then,
the next time we request an access token, we will receive a
HTTP 404 response from GitHub. Rather than throwing an unhandled
exception, Healthchecks will now show an error message to the
user saying "GitHub denied access to reposuch/andsuch".
2025-03-14 14:09:07 +02:00
..
management Fix exception logging in sendalerts 2025-03-14 13:37:50 +02:00
migrations Reformat 2025-03-10 10:24:13 +02:00
tests Update the GitHub transport to handle uninstalled GitHub app 2025-03-14 14:09:07 +02:00
__init__.py Renames 2015-06-12 19:33:15 +03:00
admin.py Add default value (uuid.uuidv4()) for Check.badge_key 2024-12-27 11:36:48 +02:00
apps.py Add a system check for settings.TIME_ZONE 2025-01-30 14:27:14 +02:00
decorators.py Improve type hints in hc.api.decorators 2023-10-20 18:41:11 +03:00
forms.py Improve type hints 2023-10-25 18:12:12 +03:00
models.py Add "stops working Apr 2025" note to LINE Notify integrations 2025-03-10 09:48:55 +02:00
transports.py Update the GitHub transport to handle uninstalled GitHub app 2025-03-14 14:09:07 +02:00
urls.py Add support for per-check status badges 2024-02-27 12:55:51 +02:00
views.py Implement S3 outage mitigation 2025-01-13 14:21:42 +02:00