zulip/zerver/webhooks
Eeshan Garg 42bbfea775 webhooks/splunk: Update docs to conform to style guide. 2018-04-05 23:28:27 -07:00
..
airbrake webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
appfollow mypy: Add assert for re search being None in appfollow webhook. 2018-03-23 13:07:39 -07:00
basecamp webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
beanstalk webhooks: Fix passing client string to authenticated webhook API views. 2018-03-16 15:43:19 -07:00
beeminder webhooks/beeminder: Use check_send_webhook_message and update docs. 2018-03-18 10:44:09 -07:00
bitbucket webhooks: Fix passing client string to authenticated webhook API views. 2018-03-16 15:43:19 -07:00
bitbucket2 webhooks/bitbucket2: Detect pushes that remove branches correctly. 2018-04-02 19:30:09 -02:30
circleci webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
codeship webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
crashlytics webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
delighted webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
deskdotcom webhooks: Fix passing client string to authenticated webhook API views. 2018-03-16 15:43:19 -07:00
dialogflow dialogflow: Fix invalid coding tag in top of file. 2018-03-28 12:28:12 -07:00
dropbox webhooks: Update macros to specify custom topics and default PMs. 2018-03-18 10:53:45 -07:00
facebook webhooks: Add Facebook integration. 2018-02-19 09:41:49 -08:00
flock webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
freshdesk webhooks: Fix passing client string to authenticated webhook API views. 2018-03-16 15:43:19 -07:00
front webhooks/front: Update text and remove screenshots. 2018-03-22 16:25:30 -04:00
gci webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
github mypy: Use Python 3 type syntax in several files. 2017-12-30 07:34:51 -05:00
github_webhook webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
gitlab webhooks/gitlab: Stop filtering comments when description is null. 2018-03-23 11:20:21 -07:00
gocd integrations: Add Gocd webhook integration. 2018-03-28 11:08:27 -07:00
gogs webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
gosquared webhooks: Update macros to specify custom topics and default PMs. 2018-03-18 10:53:45 -07:00
greenhouse webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
groove webhooks/groove: Update docs to conform to style guide. 2018-04-05 22:47:21 -07:00
hellosign webhooks: Update macros to specify custom topics and default PMs. 2018-03-18 10:53:45 -07:00
helloworld webhooks: Stop raising an exception if stream does not exist. 2018-03-24 13:50:17 -07:00
heroku webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
homeassistant webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
honeybadger/fixtures inetgrations: Add webhook payloads for Honeybadger. 2018-01-02 11:45:33 -05:00
ifttt ifttt: Support topic as preferred alternative to subject. 2018-03-18 19:19:44 -07:00
insping webhooks: Update macros to specify custom topics and default PMs. 2018-03-18 10:53:45 -07:00
intercom webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
jira mypy: Add explicit Optional for default=None parameters in various files. 2018-03-28 12:31:51 -07:00
librato webhooks: Update macros to specify custom topics and default PMs. 2018-03-18 10:53:45 -07:00
mention webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
newrelic webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
opbeat webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
opsgenie webhook/opsgenie: Update docs to conform to style guide. 2018-04-05 22:47:22 -07:00
pagerduty webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
papertrail webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
pingdom webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
pivotal webhooks/pivotal: Check if content == "" before sending a message. 2018-03-24 13:54:31 -07:00
raygun webhooks: Update macros to specify custom topics and default PMs. 2018-03-18 10:53:45 -07:00
rollbar/fixtures integrations: Add webhook payloads for rollbar. 2018-01-11 06:32:37 -05:00
runscope/fixtures integrations: Add webhook payloads for Runscope. 2017-12-29 07:27:20 -05:00
semaphore webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
sentry webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
slack mypy: Use Python 3 type syntax in zerver/webhooks/slack/view.py. 2017-12-26 08:34:06 -05:00
solano webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
splunk webhooks/splunk: Update docs to conform to style guide. 2018-04-05 23:28:27 -07:00
stash/fixtures
statuspage webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
stripe webhooks: Update macros to specify custom topics and default PMs. 2018-03-18 10:53:45 -07:00
taiga webhooks: Update macros to specify custom topics and default PMs. 2018-03-18 10:53:45 -07:00
teamcity webhooks/teamcity: Use check_send_webhook_message. 2018-03-18 10:44:09 -07:00
transifex webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
travis webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
trello webhooks/trello: Update docs to conform to style guide. 2018-04-05 14:48:37 -07:00
updown webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
wordpress webhooks: Update macros to specify custom topics and default PMs. 2018-03-18 10:53:45 -07:00
yo mypy: Use Python 3 type syntax in `zerver/webhooks/yo/view.py`. 2017-12-22 08:17:00 -05:00
zapier zapier: Support topic as preferred alternative to subject. 2018-03-18 19:18:34 -07:00
zendesk webhooks: Fix passing client string to authenticated webhook API views. 2018-03-16 15:43:19 -07:00
__init__.py
github_dispatcher.py mypy: Apply type: ignore to api_github_webhook_dispatch calls. 2018-03-15 14:33:56 -07:00