zulip/zerver/webhooks
Puneeth Chaganti df134be235 webhooks/papertrail: Requests from Papertrail are not JSON requests.
Papertrail sends requests with the content type
`application/x-www-form-urlencoded`, with the payload parameter holding the
JSON body. This commit fixes the papertrail integration to use the payload
parameter in the request's POST data instead of trying to parse the
request's entire body as JSON.

Papertrail documentation here:
https://help.papertrailapp.com/kb/how-it-works/web-hooks#encoding
2019-09-04 13:16:17 -07:00
..
airbrake webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
ansibletower webhooks/ansibletower: Improve message formatting and punctuation. 2019-04-14 22:20:02 -07:00
appfollow integrations: Update instructions for AppFollow. 2019-08-22 13:17:06 -07:00
appveyor webhooks/appveyor: Improve message formatting and punctuation. 2019-04-14 22:20:02 -07:00
basecamp webhooks/basecamp: Improve message formatting and punctuation. 2019-04-14 22:20:02 -07:00
beanstalk webhooks: Remove the legacy GitHub integration. 2019-04-27 15:13:44 -07:00
beeminder webhooks/beeminder: Improve message formatting and punctuation. 2019-04-14 22:20:02 -07:00
bitbucket git_webhooks: Use proper punctuation for PR/issue messages. 2019-05-07 16:45:01 -07:00
bitbucket2 webhooks/bitbucket2: Account for missing username in PR payloads. 2019-06-24 23:19:06 -07:00
bitbucket3 webhooks: Fix small bug in the fixture_to_headers method of bitbucket3. 2019-07-25 16:14:14 -07:00
buildbot webhooks/buildbot: Add missing "skipped" build result code. 2019-05-31 16:59:42 -07:00
circleci webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
clubhouse clubhouse: Type payload as Optional. 2019-07-31 15:31:57 -07:00
codeship webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
crashlytics webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
delighted webhooks/delighted: Improve message formatting and punctuation. 2019-04-14 22:20:02 -07:00
deskdotcom webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
dialogflow zerver/webhooks: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
dropbox zerver: Accept HEAD requests wherever GET requests are accepted. 2019-08-12 16:47:41 -07:00
flock Sweep tests for expected_subject -> expected_topic. 2018-11-12 15:47:11 -08:00
freshdesk email_gateway: Use html2text directly. 2019-07-24 12:42:17 -07:00
front webhooks/front: Use proper punctuation and fix spelling errors. 2019-05-09 13:05:49 -07:00
gci webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
github github webhook: For release events show actions and tag name. 2019-08-17 12:35:16 -07:00
gitlab webhooks: Migrate gitlab tests to the headers fixtures system. 2019-07-22 12:12:50 -07:00
gocd webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
gogs webhooks: Migrate gogs tests to the headers fixtures system. 2019-07-13 16:02:27 -07:00
gosquared webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
greenhouse webhooks/greenhouse: Improve message formatting and punctuation. 2019-04-17 16:22:43 -07:00
groove webhooks: Migrate groove tests to the headers fixtures system. 2019-07-09 17:13:02 -07:00
hellosign webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
helloworld notification bot: Update error messages in send_pm_if_empty_stream. 2019-07-13 15:53:36 -07:00
heroku webhooks/heroku: Improve message formatting and punctuation. 2019-04-14 22:20:02 -07:00
homeassistant cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
honeybadger/fixtures inetgrations: Add webhook payloads for Honeybadger. 2018-01-02 11:45:33 -05:00
ifttt webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
insping webhooks/insping: Improve message formatting and punctuation. 2019-04-17 16:22:43 -07:00
intercom webhooks/intercom: Implement support for all events. 2019-04-05 15:15:52 -07:00
jira webhooks/jira: Update webhook to support improved comment events. 2019-08-19 14:22:42 -07:00
librato lint: Fix calls to _() on computed strings. 2019-04-23 15:23:03 -07:00
mention webhooks/mention: Use proper message formatting. 2019-05-09 13:05:49 -07:00
netlify webhooks: Migrate netlify tests to the headers fixtures system. 2019-07-09 17:13:02 -07:00
newrelic lint: Fix code that evaded our lint checks for string % non-tuple. 2019-04-23 15:21:37 -07:00
opbeat cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
opsgenie webhooks/opsgenie: Improve punctuation and message formatting. 2019-05-09 13:05:49 -07:00
pagerduty webhooks/pagerduty: Use colons before quote blocks. 2019-04-17 16:22:43 -07:00
papertrail webhooks/papertrail: Requests from Papertrail are not JSON requests. 2019-09-04 13:16:17 -07:00
pingdom webhooks/pingdom: Improve message formatter and punctuation. 2019-04-17 16:22:43 -07:00
pivotal pivotal: Remove useless conditionals. 2019-07-31 12:26:21 -07:00
raygun cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
reviewboard webhooks: Migrate reviewboard tests to the headers fixtures system. 2019-07-09 17:13:02 -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/semaphore: Improve message formatting and punctuation. 2019-04-17 16:22:43 -07:00
sentry webhooks/sentry: Improve message formatting and punctuation. 2019-04-17 16:22:43 -07:00
slack webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
solano webhooks/solano: Improve message formatting and punctuation. 2019-05-07 16:45:01 -07:00
splunk webhooks/splunk: Improve message formatting and punctuation. 2019-04-17 16:22:43 -07:00
stash/fixtures
statuspage webhooks/statuspage: Improve message formatting and punctuation. 2019-04-14 22:20:02 -07:00
stripe cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
taiga webhooks/taiga: Use proper punctuation and new style string formatting. 2019-05-09 13:05:49 -07:00
teamcity webhooks/teamcity: Improve punctuation and message formatting. 2019-05-09 13:05:49 -07:00
transifex webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
travis webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
trello cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
updown webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
wordpress lint: Fix calls to _() on computed strings. 2019-04-23 15:23:03 -07:00
yo webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
zabbix webhooks/zabbix: Improve message formatting and punctuation. 2019-04-17 16:22:43 -07:00
zapier webhooks/zapier: Support authentication for the Zapier Zulip app. 2019-03-11 10:54:55 -07:00
zendesk webhooks: Remove unused imports. 2019-02-02 17:05:20 -08:00
__init__.py