zulip/zerver/webhooks
Anders Kaseorg 768e8ccc55 tests: Make all tests inherit ZulipTestCase.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-07-01 10:48:12 -07:00
..
airbrake python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
alertmanager python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
ansibletower python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
appfollow tests: Make all tests inherit ZulipTestCase. 2020-07-01 10:48:12 -07:00
appveyor python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
basecamp python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
beanstalk decorator: Replace type: ignore with cast, avoid Any. 2020-06-30 18:58:23 -07:00
beeminder python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
bitbucket python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
bitbucket2 python: Fix misuse of Optional types for optional parameters. 2020-06-13 15:31:27 -07:00
bitbucket3 python: Fix misuse of Optional types for optional parameters. 2020-06-13 15:31:27 -07:00
buildbot python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
circleci webhooks/circleci: Add support for super minimal payloads. 2020-06-14 22:35:41 -07:00
clubhouse python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
codeship python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
crashlytics python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
delighted python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
deskdotcom python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
dialogflow python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
dropbox CVE-2020-12759: Fix reflected XSS vulnerability in Dropbox webhook. 2020-06-16 22:46:16 -07:00
errbit python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
flock python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
freshdesk python: Convert percent formatting to .format for translated strings. 2020-06-15 16:24:46 -07:00
front python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
gci python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
gitea python: Fix misuse of Optional types for optional parameters. 2020-06-13 15:31:27 -07:00
github webhooks/github: Include full repository name in notification messages. 2020-06-29 13:12:16 -07:00
gitlab python: Fix misuse of Optional types for optional parameters. 2020-06-13 15:31:27 -07:00
gocd python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
gogs python: Fix misuse of Optional types for optional parameters. 2020-06-13 15:31:27 -07:00
gosquared python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
grafana python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
greenhouse python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
groove python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
harbor python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
hellosign python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
helloworld python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
heroku python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
homeassistant python: Sort webhooks imports with isort. 2020-01-14 13:07:47 -08:00
honeybadger/fixtures inetgrations: Add webhook payloads for Honeybadger. 2018-01-02 11:45:33 -05:00
ifttt python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
insping python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
intercom python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
jira python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
librato python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
mention python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
netlify python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
newrelic python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
opbeat python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
opsgenie python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
pagerduty python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
papertrail papertrail: Replace custom validator with check_dict. 2020-06-20 22:29:15 -07:00
pingdom python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
pivotal python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
raygun python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
reviewboard python: Sort imports with isort. 2020-06-11 16:45:32 -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 python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
sentry sentry webhook: Check for platform support early. 2020-06-16 16:49:31 -07:00
slack python: Convert "".format to Python 3.6 f-strings. 2020-06-08 15:31:20 -07:00
slack_incoming python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
solano python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
splunk python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
statuspage python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
stripe python: Guard against default value mutation with read-only types. 2020-06-13 15:31:27 -07:00
taiga python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
teamcity python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
thinkst python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
transifex python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
travis api_travis_webhook: Fix message type annotation. 2020-06-20 22:29:15 -07:00
trello python: Replace None defaults with empty collections where appropriate. 2020-06-13 15:31:27 -07:00
updown python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
wordpress python: Convert percent formatting to .format for translated strings. 2020-06-15 16:24:46 -07:00
yo python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
zabbix python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
zapier python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
zendesk python: Convert percent formatting to Python 3.6 f-strings. 2020-06-10 15:02:09 -07:00
__init__.py