zulip/zerver
Eeshan Garg a73e8109b7 webhooks: Remove the legacy GitHub integration.
The github-services model for how GitHub would send requests to this
legacy integration is no longer available since earlier in 2019.
Removing this integration also allows us to finally remove
authenticated_api_view, the legacy authentication model from 2013 that
had been used for this integration (and other features long since
upgraded).

A few functions that were used by the Beanstalk webhook are moved into
that webhook's implementation directly.
2019-04-27 15:13:44 -07:00
..
data_import lint: Fix code that evaded our lint checks for string % non-tuple. 2019-04-23 15:21:37 -07:00
lib webhooks: Remove the legacy GitHub integration. 2019-04-27 15:13:44 -07:00
management lint: Fix code that evaded our lint checks for string % non-tuple. 2019-04-23 15:21:37 -07:00
migrations email_mirror: Make email_token a unique column of Stream. 2019-03-17 12:55:35 -07:00
openapi tools/test-api: Test Client.delete_stream. 2019-04-25 16:24:59 -02:30
templatetags render_markdown_path: Convert dicts to dict item tuples for caching. 2019-04-22 13:53:18 -07:00
tests webhooks: Remove the legacy GitHub integration. 2019-04-27 15:13:44 -07:00
tornado tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views public_export: Add backend API endpoint for triggering export. 2019-04-26 17:24:29 -07:00
webhooks webhooks: Remove the legacy GitHub integration. 2019-04-27 15:13:44 -07:00
worker public_export: Add backend API endpoint for triggering export. 2019-04-26 17:24:29 -07:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
context_processors.py open graph: Display realm description as open graph description. 2019-04-25 15:29:16 -07:00
decorator.py webhooks: Remove the legacy GitHub integration. 2019-04-27 15:13:44 -07:00
filters.py error reports: Ensure we filter API keys from query strings. 2018-10-19 15:03:14 -07:00
forms.py lint: Fix code that evaded our lint checks for string % non-tuple. 2019-04-23 15:21:37 -07:00
logging_handlers.py try_git_describe: Set cwd, not --git-dir. 2019-02-28 14:59:33 -08:00
middleware.py html_to_text: Escape text when using as description. 2019-04-25 15:29:16 -07:00
models.py public_export: Add backend API endpoint for triggering export. 2019-04-26 17:24:29 -07:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
static_header.txt