zulip/zerver
Max Zawisa f05a04e000
webhooks: Update NewRelic webhook for new format.
Update the New Relic webhook and tests to match the format specified
in the New Relic documentation. The new format sends a json body
instead of using url parameters. The old format is no longer supported
by New Relic according to their support staff; as a result, the fixtures for 
the old test cases were removed. Added fixtures for new test cases.

Fixes: #16393.
2020-11-18 16:19:08 -08:00
..
data_import docs: Remove incorrect references to chat.zulip.org. 2020-10-29 16:46:40 -07:00
lib mypy: Use sqlalchemy-stubs. 2020-11-16 18:17:41 -08:00
management mypy: Fix types for redis. 2020-11-10 15:46:04 -08:00
migrations lint: Migrate typing.Text check to semgrep. 2020-11-16 18:17:41 -08:00
openapi markdown: Use immutable type for extension config. 2020-11-10 15:54:27 -08:00
templatetags python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
tests mypy: Use sqlalchemy-stubs. 2020-11-16 18:17:41 -08:00
tornado tornado: Never use proxies when talking from Django to Tornado. 2020-10-28 12:13:04 -07:00
views mypy: Use sqlalchemy-stubs. 2020-11-16 18:17:41 -08:00
webhooks webhooks: Update NewRelic webhook for new format. 2020-11-18 16:19:08 -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 email digests: Write RealmAuditLog rows. 2020-11-16 08:59:28 -08:00
signals.py timezone: Remove get_timezone wrapper. 2020-10-27 13:42:54 -07:00