zulip/zerver/webhooks/github_webhook
Eeshan Garg 5687b2cdc5 webhooks/github*: Support pushing a local branch without commits.
Changes made to get_push_commits_event_message in
zerver/lib/webhooks/git.py are common to all Git integrations
that use get_push_commits_event_message. These include github,
github_webhook, gitlab, gogs, bitbucket, bitbucket2. In some
cases (for instance, gitlab), no further changes to gitlab/view.py
will be required to support pushing a local branch without commits;
adding a fixture and tests should suffice.
2017-05-16 23:51:19 -02:30
..
fixtures webhooks/github*: Support pushing a local branch without commits. 2017-05-16 23:51:19 -02:30
__init__.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00
doc.html github_webhook: Filter specific GitHub branches. 2017-03-26 13:32:24 -07:00
tests.py webhooks/github*: Support pushing a local branch without commits. 2017-05-16 23:51:19 -02:30
view.py webhooks: Add support for a GitHub push event deleting a branch. 2017-05-16 00:11:20 -02:30