zulip/zerver/lib/webhooks
Eeshan Garg 8e10ab282a webhooks: Log unexpected webhook events separately.
This change serves to declutter webhook-errors.log, which is
filled with too many UnexpectedWebhookEventType exceptions.

Keeping UnexpectedWebhookEventType in zerver/lib/webhooks/common.py
led to a cyclic import when we tried to import the exception in
zerver/decorators.py, so this commit also moves this exception to
another appropriate module. Note that our webhooks still import
this exception via zerver/lib/webhooks/common.py.
2019-07-22 18:20:53 -07:00
..
__init__.py
common.py webhooks: Log unexpected webhook events separately. 2019-07-22 18:20:53 -07:00
git.py webhooks/github: Improve punctuation. 2019-05-09 13:05:49 -07:00