zulip/zerver/webhooks/jira
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/jira: Handle anomalous payloads properly. 2021-12-28 10:56:25 -08:00
__init__.py
doc.md docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
tests.py webhooks/jira: Handle anomalous payloads properly. 2021-12-28 10:56:25 -08:00
view.py webhooks/jira: Handle anomalous payloads properly. 2021-12-28 10:56:25 -08:00