Siddharth Mahapatra
e7455e276b
git integrations: Expand details in commit push notifications.
...
We now show a few new things:
(1) The number of commits pushed.
(2) Who authored the commits (just counts, not which specific ones, for brevity).
Add tests for case of multiple committers.
Part of #3968 .
2017-04-21 11:07:44 -07:00
Eeshan Garg
8933b5b31d
github_webhook: Filter specific GitHub branches.
...
Fixes : #4000
2017-03-26 13:32:24 -07:00
Tomasz Kolek
09f5180da9
github_webhook: Return 200 OK if event is not supported.
...
Change raising exception when event is not supported to just logging it.
2017-03-23 23:26:55 -07:00
Akash Kothawale
edfb9c21bc
github_webhook: Send test message sent by GitHub webhook integration.
...
Fixes #3994 .
2017-03-17 11:47:04 -07:00
Tomasz Kolek
e1d73ea36f
github: Add list and fixtures for ignored events to webhook.
2017-02-26 19:17:53 -08:00
Tomasz Kolek
349835e619
Add PR edited, assigned and unassigned to github webhook integration.
2017-02-26 19:16:12 -08:00
Tim Abbott
28a123f00e
webhooks: Fix spelling of GitHub webhook client name.
...
This will make the Zulip analytics on /stats be consistent with the
old integration.
2017-02-05 16:26:12 -08:00
Tomasz Kolek
7bcba19e99
Add handling synchronize PR event to github webhook integration.
2017-02-02 12:33:08 -08:00
Tomasz Kolek
3f1b21fe61
Add ping event handling to github webhook integration.
2017-02-01 00:38:16 +01:00
Tomasz Kolek
7de45951e2
Make webhooks as separate modules with view and tests.
...
Create python packege for every webhook with view.py and tests.py
2017-01-25 23:14:19 -08:00