zulip/zerver/webhooks
Akash Kothawale 9e45f32275 gogs: Add webhook integration.
- Add push, create and pull request event.
- Handle 'opened', 'closed' and 'merged' in 'pull request' event.
- Include tests for all the above events including 'push' with commits
  more than limits.
2017-03-17 12:22:06 -07:00
..
airbrake Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
appfollow Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
beanstalk git integration: Change push commits message to show url at the end. 2017-03-16 11:06:03 -07:00
bitbucket git integration: Change push commits message to show url at the end. 2017-03-16 11:06:03 -07:00
bitbucket2 git integration: Change push commits message to show url at the end. 2017-03-16 11:06:03 -07:00
circleci mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
codeship mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
crashlytics mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
delighted Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
deskdotcom messages: Strip trailing whitespace in message contents. 2017-02-11 23:01:22 -08:00
freshdesk mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
github git integration: Change push commits message to show url at the end. 2017-03-16 11:06:03 -07:00
github_webhook github_webhook: Send test message sent by GitHub webhook integration. 2017-03-17 11:47:04 -07:00
gitlab git integration: Change push commits message to show url at the end. 2017-03-16 11:06:03 -07:00
gogs gogs: Add webhook integration. 2017-03-17 12:22:06 -07:00
gosquared Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
greenhouse mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
hellosign mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
helloworld Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
heroku Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
homeassistant lint: Fix homeassistant PEP8 violations. 2017-02-18 21:51:14 -08:00
ifttt Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
jira mypy: Fix unicode error in Jira webhook. 2017-03-15 22:01:04 -07:00
librato mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
mention Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
newrelic mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
pagerduty python: Fix remaining bare excepts in codebase. 2017-03-05 16:17:04 -08:00
papertrail Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
pingdom mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
pivotal python: Fix remaining bare excepts in codebase. 2017-03-05 16:17:04 -08:00
semaphore Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
sentry mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
solano mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
splunk Add a Splunk webhook integration. 2017-03-07 21:48:26 -08:00
stash Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
stripe Remove local datetimes from webhook messages. 2017-03-03 19:00:02 -08:00
taiga mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
teamcity mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
transifex Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
travis Add ignore pull requests mechanism in Travis integration. 2017-03-08 21:51:04 -08:00
trello mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
updown mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
wordpress Update WordPress webhook to say self-installed blogs are experimental. 2017-03-03 17:15:32 -08:00
yo Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
zapier messages: Strip trailing whitespace in message contents. 2017-02-11 23:01:22 -08:00
zendesk mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
__init__.py
github_dispatcher.py