zulip/zerver/webhooks/github
Eeshan Garg 2393342e03 webhooks/jira: Handle anomalous payloads properly.
We recently ran into a payload in production that didn't contain
an event type at all. A payload where we can't figure out the event
type is quite rare. Instead of letting these payloads run amok, we
should raise a more informative exception for such unusual payloads.
If we encounter too many of these, then we can choose to conduct a
deeper investigation on a case-by-case basis.

With some changes by Tim Abbott.
2021-12-28 10:56:25 -08:00
..
fixtures webhooks: Add support for GitHub discussions messages. 2021-10-22 13:40:05 -07:00
__init__.py
doc.md integrations: Add docs for GitHub Actions integration. 2021-04-15 16:42:31 -07:00
tests.py webhooks/github: Include discussion ID in messages. 2021-10-26 17:52:57 -07:00
view.py webhooks/jira: Handle anomalous payloads properly. 2021-12-28 10:56:25 -08:00