zulip/zerver/webhooks/github
Hemanth V. Alluri ef52aa0fc1 webhooks: Eliminate the usage of a headers.py file.
For storing HTTP headers as a function of fixture name, previously
we required that the fixture_to_headers method should reside in a
separate module called headers.py.

However, as in many cases, this method will only take a few lines,
we decided to move this function into the view.py file of the
integration instead of requiring a whole new file called headers.py

This commit introduces the small change in the system architecture,
migrates the GitHub integration, and updates the docs accordingly.
2019-06-26 10:35:14 -07:00
..
fixtures webhooks: Migrate the GitHub integration to new http headers system. 2019-06-20 16:37:42 -07:00
__init__.py webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
doc.md webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
tests.py webhooks: Migrate the GitHub integration to new http headers system. 2019-06-20 16:37:42 -07:00
view.py webhooks: Eliminate the usage of a headers.py file. 2019-06-26 10:35:14 -07:00