rht
7115a29bee
zerver/webhooks: Remove absolute_import.
2017-09-27 10:00:39 -07:00
umkay
c1a8fb615c
mypy: Fix strict-optional errors in webhooks directory.
2017-05-24 18:57:06 -07:00
Eeshan Garg
ce0f1453b9
webhooks: Filter specific BitBucket Git branches.
...
This is the last of the Git integrations that didn't have this
feature.
Fixes #4327 .
2017-04-22 11:29:53 -07:00
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
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