zulip/zerver/webhooks/sentry
Alex Vandiver 8016769613 webhooks: Move UnexpectedWebhookEventType into zerver.lib.exceptions.
8e10ab282a moved UnexpectedWebhookEventType into
`zerver.lib.exceptions`, but left the import into
`zserver.lib.webhooks.common` so that webhooks could continue to
import the exception from there.

This clutters things and adds complexity; there is no compelling
reason that the exception's source of truth should not move alongside
all other exceptions.
2020-09-10 17:47:21 -07:00
..
fixtures webhooks/sentry: Add back support for the legacy integrations. 2020-05-07 11:26:19 -07:00
__init__.py
doc.md sentry: Document default topic. 2020-08-11 10:15:02 -07:00
tests.py webhook tests: Rename main helper to check_webhook. 2020-08-24 12:34:46 -07:00
view.py webhooks: Move UnexpectedWebhookEventType into zerver.lib.exceptions. 2020-09-10 17:47:21 -07:00