zulip/zerver/webhooks
Eeshan Garg 31986d1b94 github_webhook: Update "pull_request unassigned" event fixture.
The older fixture for this event assumed that the "assignee" key
had a value of '{}' if no one was assigned to a PR anymore.
However, that is no longer true because testing with requestbin
showed that in the latest JSON payload for this event, the key
"assignee" now has the value of 'null' (None when converted to
Python) when a user is unassigned from a PR. The current code
didn't handle this correctly. This commit makes sure it does!

Its unclear as to whether the old fixture was simply wrong or
whether GitHub changed its payloads in any way.
2017-08-24 16:48:00 -07:00
..
airbrake Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
appfollow Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
basecamp webhooks/basecamp: Migrate docs to Markdown. 2017-05-28 18:44:00 -07:00
beanstalk webhooks/beanstalk: Migrate docs to Markdown. 2017-06-05 11:22:06 -07:00
bitbucket webhooks/bitbucket: Migrate docs to Markdown. 2017-06-05 11:22:06 -07:00
bitbucket2 Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
circleci Add error checking to payload['previous'] for Circle.CI. 2017-06-26 08:15:07 -04:00
codeship Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
crashlytics Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
delighted Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
deskdotcom webhooks/deskdotcom: Migrate docs to Markdown. 2017-06-13 15:30:35 -07:00
freshdesk Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
github github/doc.md: Use Integration.stream_name as default stream. 2017-06-13 15:30:35 -07:00
github_webhook github_webhook: Update "pull_request unassigned" event fixture. 2017-08-24 16:48:00 -07:00
gitlab webhooks/gitlab: Migrate docs to Markdown. 2017-06-05 11:22:04 -07:00
gogs Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
gosquared Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
greenhouse Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
hellosign Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
helloworld Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
heroku webhooks/heroku: Migrate docs to Markdown. 2017-05-28 18:44:00 -07:00
homeassistant Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
ifttt webhooks/ifttt: Migrate docs to Markdown. 2017-05-28 18:44:00 -07:00
jira docs: Update /integrations links to new pushState routes. 2017-08-10 10:21:53 -07:00
librato webhooks/librato: Migrate docs to Markdown. 2017-06-13 15:33:21 -07:00
mention Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
newrelic webhooks/newrelic: Migrate docs to Markdown. 2017-06-01 22:16:12 -07:00
opsgenie Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
pagerduty linter: Add trailing whitespace check for json files. 2017-08-15 09:28:11 -07:00
papertrail Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
pingdom webhooks/pingdom: Migrate docs to Markdown. 2017-06-13 15:33:22 -07:00
pivotal Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
semaphore Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
sentry webhooks/sentry: Migrate docs to Markdown. 2017-06-13 15:33:22 -07:00
slack webhooks/slack: Support unicode. 2017-07-20 10:30:03 -07:00
solano Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
splunk webhooks/splunk: Migrate docs to Markdown. 2017-06-13 15:33:22 -07:00
stash/fixtures webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
stripe Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
taiga Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
teamcity webhooks/teamcity: Migrate docs to Markdown. 2017-06-01 22:16:12 -07:00
transifex webhooks/transifex: Migrate docs to Markdown. 2017-06-01 22:16:12 -07:00
travis webhooks/travis: Fix typos in docs. 2017-06-15 11:11:56 -07:00
trello docs: Update /integrations links to new pushState routes. 2017-08-10 10:21:53 -07:00
updown Don't handle json payload key errors inside webhooks. 2017-08-24 11:33:14 -07:00
wordpress integrations: Remove titles from integration docs. 2017-08-10 10:21:53 -07:00
yo webhooks/yo: Migrate docs to markdown. 2017-06-15 11:10:44 -07:00
zapier webhooks/zapier: Add weather update example. 2017-06-08 09:14:18 -07:00
zendesk webhooks/zendesk: Migrate docs to Markdown. 2017-06-14 17:42:17 -07:00
__init__.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00
github_dispatcher.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00