zulip/zerver/webhooks/github
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 github tests: Extract test_ignored_pull_request_actions. 2020-09-03 10:44:39 -07:00
__init__.py webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
doc.md webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
tests.py github webhook: Always send messages for team edits. 2020-09-03 10:44:39 -07:00
view.py webhooks: Move UnexpectedWebhookEventType into zerver.lib.exceptions. 2020-09-10 17:47:21 -07:00