zulip/zerver/webhooks/beanstalk
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
..
fixtures webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
__init__.py
doc.md webhooks/beanstalk: Update text to conform to doc style guide. 2018-03-08 08:19:32 -08:00
tests.py Sweep tests for expected_subject -> expected_topic. 2018-11-12 15:47:11 -08:00
view.py webhooks: Remove the legacy GitHub integration. 2019-04-27 15:13:44 -07:00