zulip/zerver/views/webhooks
Tomasz Kolek d0066c37ff Add bitbucket2 integration.
Bitbucket changed the format of their API.  The old format is still
useful for BitBucket enterprise, but for the main cloud verison of
Bitbucket, we need a new BitBucket integration supporting the new API.
2016-07-12 17:34:34 -07:00
..
__init__.py Moved pagerduty webhook into its own file pagerduty.py 2016-03-14 20:44:50 -07:00
airbrake.py Add Airbrake integration. 2016-06-13 20:36:40 -07:00
beanstalk.py beanstalk.py: Encode and decode strings correctly. 2016-07-07 12:42:51 -07:00
bitbucket.py zerver/views/webhooks/bitbucket.py: Fix an annotation. 2016-06-26 08:13:49 -07:00
bitbucket2.py Add bitbucket2 integration. 2016-07-12 17:34:34 -07:00
circleci.py webhooks: Remove unnecessary get_client imports. 2016-05-13 12:25:12 -07:00
codeship.py Added MyPy types to zerver/views/webhooks/codeship.py 2016-06-04 22:03:41 -07:00
crashlytics.py Annotate zerver/views/webhooks/crashlytics.py 2016-06-05 15:54:13 -07:00
deskdotcom.py Add is_webhook option to authentication decorats. 2016-06-21 11:47:38 -07:00
freshdesk.py Add is_webhook option to authentication decorats. 2016-06-21 11:47:38 -07:00
github.py Annotate zerver/views/webhooks/github.py. 2016-06-26 08:13:49 -07:00
ifttt.py Add IFTTT integration. 2016-06-16 15:30:45 -07:00
jira.py Annotate zerver.views.webhooks.jira. 2016-06-05 14:36:39 -07:00
newrelic.py Annotate zerver.views.webhooks.newrelic. 2016-06-05 14:52:20 -07:00
pagerduty.py Annotate zerver.views.webhooks.pagerduty. 2016-06-05 15:47:33 -07:00
pingdom.py Annotate zerver.views.webhooks.pingdom. 2016-06-05 15:52:53 -07:00
pivotal.py Annotate zerver.views.webhooks.pivotal. 2016-06-05 14:57:53 -07:00
semaphore.py Add Semaphore webhook integration. 2016-06-29 16:36:19 -07:00
stash.py Add is_webhook option to authentication decorats. 2016-06-21 11:47:38 -07:00
taiga.py Annotate zerver.views.webhooks.taiga. 2016-06-09 17:08:55 -07:00
teamcity.py Annotate zerver.views.webhooks.teamcity 2016-06-05 15:11:45 -07:00
transifex.py Annotate webhooks/transifex.py, webhooks/yo.py. 2016-06-05 17:01:53 -07:00
travis.py Annotate travis webhoook function. 2016-06-05 14:46:26 -07:00
updown.py Add updownio integration. 2016-06-14 12:14:07 -07:00
yo.py Annotate webhooks/transifex.py, webhooks/yo.py. 2016-06-05 17:01:53 -07:00
zendesk.py Add is_webhook option to authentication decorats. 2016-06-21 11:47:38 -07:00