Tomasz Kolek
|
312905007e
|
Add EMPTY_SHA const to zerver/lib/webhooks/git.py.
|
2016-10-10 17:39:05 -07:00 |
Tomasz Kolek
|
b69b5e55ce
|
Add git integration method to build message for remove branch events.
Add get_remove_branch_event_message method to zerver/lib/webhooks/git.py
for normalizing remove branch message in all git integrations.
|
2016-10-10 17:39:05 -07:00 |
Tomasz Kolek
|
5f7c1519d1
|
Add git integration method to build message for force push events.
Add get_force_push_commits_event_message method to zerver/lib/webhooks/git.py
for normalizing force push message in all git integrations.
|
2016-10-10 17:39:05 -07:00 |
Tomasz Kolek
|
32934a02e9
|
Add template for subject that contains repo name and branch name.
|
2016-10-10 17:39:05 -07:00 |
Tomasz Kolek
|
8697a1e5a2
|
Add common git integration method to build message for push events.
This adds get_push_commits_event_message method to
zerver/lib/webhooks/git.py for normalizing push messages in all git
integrations.
|
2016-10-10 17:32:41 -07:00 |