zulip/zerver/webhooks/gitlab
Eeshan Garg 02a32e246e webhooks/gitlab: Support test payloads without an "action" attribute.
Payloads that don't have a payload['object_attributes']['action']
attribute are generated when GitLab sends a test payload to verify
if the webhook was set up successfully. In this case, we should
send a message notifying that the webhook was configured
successfully.
2017-11-19 20:56:10 -08:00
..
fixtures webhooks/gitlab: Support test payloads without an "action" attribute. 2017-11-19 20:56:10 -08:00
__init__.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00
doc.md webhooks/gitlab: Migrate docs to Markdown. 2017-06-05 11:22:04 -07:00
tests.py webhooks/gitlab: Support test payloads without an "action" attribute. 2017-11-19 20:56:10 -08:00
view.py webhooks/gitlab: Support test payloads without an "action" attribute. 2017-11-19 20:56:10 -08:00