zulip/zerver
Hemanth V. Alluri fb757e91c1 webhooks/sentry: Add back support for the legacy integrations.
When the integration was originally rewritten, support for the
deprecated webhook payloads was removed. We later noticed that some
people using Zulip were still using versions of Sentry that required
the older integration code.

Thus this commit adds back the older integration code and whenever the
Sentry webhook payload does not have a "data" field (which must be
present in all modern payloads as per the documentation at
https://docs.sentry.io/workflow/integrations/integration-platform/webhooks)
we will use the older Sentry integration code.

Signed-off-by: Hemanth V. Alluri <hdrive1999@gmail.com>
2020-05-07 11:26:19 -07:00
..
data_import gitter import: Subscribe every user to every stream. 2020-05-05 21:31:35 -07:00
lib error logging: Simplify deployment data. 2020-05-06 16:29:53 -07:00
management logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
migrations settings: Offer hiding presence info from other users. 2020-05-02 15:09:05 -07:00
openapi openapi: Combine two similar openapi markdown extensions. 2020-05-05 21:42:31 -07:00
templatetags openapi: Combine two similar openapi markdown extensions. 2020-05-05 21:42:31 -07:00
tests version: Update for Zulip Desktop v5.2.0. 2020-05-07 11:25:15 -07:00
tornado logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
views help: Add article for how to get support. 2020-05-04 09:38:36 -07:00
webhooks webhooks/sentry: Add back support for the legacy integrations. 2020-05-07 11:26:19 -07:00
worker logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
__init__.py
apps.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
context_processors.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
decorator.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
logging_handlers.py error logging: Inline add_deployment_metadata. 2020-05-06 16:29:53 -07:00
middleware.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
models.py retention: Add explanation of values of Stream.message_retention_days. 2020-05-07 09:39:56 -07:00
signals.py emails: Translate from_name of account security emails. 2020-02-18 17:45:33 -08:00