zulip/zerver/lib/webhooks
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
..
__init__.py Add common git integration method to build message for push events. 2016-10-10 17:32:41 -07:00
git.py webhooks/github*: Support pushing a local branch without commits. 2017-05-16 23:51:19 -02:30