zulip/zerver
Puneeth Chaganti 358f1f9ba7 webhooks/sentry: Support integration configured as webhook.
Sentry allows adding simple webhooks without going through the process
of creating an Internal Integration in Sentry's Integration
Platform[1] (which our docs recommend).

The payload from sent from such a (simple) webhook integration is
slightly different from the payload sent by an Internal Integration
webhook. This commit tries to wrangle this payload into a form that is
usable by our webhook handler to send a notification message.

[1]: https://sentry.io/integration-platform/
2020-11-09 12:02:49 -08:00
..
data_import docs: Remove incorrect references to chat.zulip.org. 2020-10-29 16:46:40 -07:00
lib actions: Implement do_delete_user. 2020-11-09 11:58:02 -08:00
management delete_realm: Register a post_delete Realm handler. 2020-10-30 11:43:03 -07:00
migrations migration: Add migration to remove default status of private streams. 2020-10-29 15:47:34 -07:00
openapi openapi: Fix escaping in curl command generation. 2020-11-05 09:36:31 -08:00
templatetags python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
tests actions: Implement do_delete_user. 2020-11-09 11:58:02 -08:00
tornado tornado: Never use proxies when talking from Django to Tornado. 2020-10-28 12:13:04 -07:00
views refactor: Extract get_digest_context. 2020-11-05 09:36:59 -08:00
webhooks webhooks/sentry: Support integration configured as webhook. 2020-11-09 12:02:49 -08:00
worker python: Open text files as text to skip decode operations. 2020-10-30 11:36:38 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py i18n: Don't include email tags in translation strings. 2020-09-25 15:53:26 -07:00
decorator.py home: Allow logged out user through home. 2020-11-02 17:07:12 -08:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py python: Remove force_bytes. 2020-10-30 11:36:38 -07:00
logging_handlers.py python: Use universal_newlines to get str from subprocess. 2020-10-30 11:36:38 -07:00
middleware.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
models.py delete_realm: Register a post_delete Realm handler. 2020-10-30 11:43:03 -07:00
signals.py timezone: Remove get_timezone wrapper. 2020-10-27 13:42:54 -07:00