zulip/zerver/views/webhooks
Tomasz Kolek d8dee522b6 Fix trello integration by adding handling HEAD confirmation request.
Previously, we rejected the HEAD requests that the trello integration
uses to check if the server accepts the integration.

Add decorator for returning 200 status code if request is HEAD.

Fixes: #2311.
2016-11-18 16:27:16 -08:00
..
trello Fix trello integration by adding handling HEAD confirmation request. 2016-11-18 16:27:16 -08:00
__init__.py Moved pagerduty webhook into its own file pagerduty.py 2016-03-14 20:44:50 -07:00
airbrake.py zerver/views/webhooks/airbrake.py: Fix line with length greater than 120. 2016-07-18 14:42:39 -07:00
beanstalk.py Add links after `type: ignore`s. 2016-07-22 13:59:31 -07:00
bitbucket.py Normalize bitbucket push event subject. 2016-10-10 17:39:05 -07:00
bitbucket2.py Add handling multiple push info in one request to Bitbucket2 integration. 2016-11-11 15:36:45 -08:00
circleci.py Add mypy annotations to various integrations-related functions. 2016-09-11 17:11:25 -07:00
codeship.py Change exception.message to str(exception). 2016-07-13 16:00:46 -07:00
crashlytics.py Change exception.message to str(exception). 2016-07-13 16:00:46 -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 Replace "Commit" to commits sha in commits comment events in git integrations. 2016-11-02 22:19:51 -07:00
github_webhook.py Add github webhook integration. 2016-11-15 10:48:12 -08:00
gitlab.py Normalize pushing tags event messages in GitLab integration. 2016-11-11 15:36:45 -08:00
helloworld.py Add HelloWorld webhook integration + Walkthough. 2016-07-29 21:38:40 -07:00
ifttt.py Fix IFTTT integration documention on 'content' field. 2016-07-28 14:05:45 -07:00
jira.py Remove @-mentions from jira integration. 2016-10-20 11:55:12 -07:00
librato.py Add Librato integration. 2016-09-13 21:55:25 -07:00
newrelic.py Annotate zerver.views.webhooks.newrelic. 2016-06-05 14:52:20 -07:00
pagerduty.py Render PagerDuty message using ujson.dumps. 2016-07-13 16:00:46 -07:00
pingdom.py zerver/views/webhooks/pingdom.py: Fix line with length greater than 120. 2016-07-18 14:42:39 -07:00
pivotal.py zerver/views/webhooks/pivotal.py: Fix line with length greater than 120. 2016-07-18 14:42:39 -07:00
semaphore.py Change exception.message to str(exception). 2016-07-13 16:00:46 -07:00
sentry.py Add Sentry integration. 2016-09-07 19:39:45 -07:00
stash.py Change exception.message to str(exception). 2016-07-13 16:00:46 -07:00
taiga.py zerver/views/webhooks/taiga.py: Fix line with length greater than 120. 2016-07-18 14:42:39 -07:00
teamcity.py Fix teamcity.py annotations. 2016-09-12 08:30:42 -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 Change exception.message to str(exception). 2016-07-13 16:00:46 -07:00
yo.py Annotate webhooks/transifex.py, webhooks/yo.py. 2016-06-05 17:01:53 -07:00
zendesk.py zendesk: Add missing type annotation. 2016-08-04 15:57:03 -07:00