.. |
__init__.py
|
Setting up tests
|
2015-06-25 22:29:19 +03:00 |
test_add_check.py
|
Pricing page tweaks. Limit free accounts to 20 checks per account.
|
2017-05-07 16:58:44 +03:00 |
test_add_discord.py
|
Fix CSRF in Slack, Pushbullet and Discord callbacks
|
2016-12-30 18:28:32 +02:00 |
test_add_email.py
|
Validate channel values. Don't allow ftp addresses, http://localhost addresses, invalid email addresses
|
2016-10-02 17:52:48 +03:00 |
test_add_hipchat.py
|
Use client-side installation flow for installing HipChat integration.
|
2017-08-31 12:16:54 +03:00 |
test_add_opsgenie.py
|
Fix test.
|
2016-10-17 13:33:12 +03:00 |
test_add_pagertree.py
|
Rename the class
|
2017-12-14 16:27:02 -08:00 |
test_add_pd.py
|
Use PagerDuty Connect.
|
2017-08-29 22:23:24 +03:00 |
test_add_pushbullet.py
|
Fix CSRF in Slack, Pushbullet and Discord callbacks
|
2016-12-30 18:28:32 +02:00 |
test_add_pushover.py
|
Set Pushover alert priorities for "down" and "up" events separately. Fixes #204
|
2018-11-28 21:40:46 +02:00 |
test_add_slack.py
|
Validate channel values. Don't allow ftp addresses, http://localhost addresses, invalid email addresses
|
2016-10-02 17:52:48 +03:00 |
test_add_slack_btn.py
|
Fix after-login redirects for users landing in the "Add Slack" page
|
2018-11-26 17:32:23 +02:00 |
test_add_sms.py
|
Add Channel.name field, users can now name integrations.
|
2018-11-20 23:31:15 +02:00 |
test_add_telegram.py
|
Don't serialize POST payload to JSON, Django's TestClient will do that for us.
|
2018-08-04 19:07:40 +03:00 |
test_add_victorops.py
|
Validate channel values. Don't allow ftp addresses, http://localhost addresses, invalid email addresses
|
2016-10-02 17:52:48 +03:00 |
test_add_webhook.py
|
Validate HTTP header names in the "Add Webhook" form.
|
2018-02-15 13:16:13 +02:00 |
test_basics.py
|
Show a warning when running with DEBUG=True. Fixes #189
|
2018-11-06 10:48:59 +02:00 |
test_channel_checks.py
|
Toggle integrations on/off on "My Checks" page.
|
2018-06-10 23:19:25 +03:00 |
test_channels.py
|
Add Channel.name field, users can now name integrations.
|
2018-11-20 23:31:15 +02:00 |
test_cron_preview.py
|
croniter.is_valid() throws exceptions for some bad inputs, so must use try ... except
|
2018-12-14 18:58:35 +02:00 |
test_details.py
|
Allow simultaneous access to checks from different teams
|
2018-11-29 13:51:25 +02:00 |
test_hc_extras.py
|
It's more precise to say "30 days" than "1 month"
|
2016-05-24 11:20:56 +03:00 |
test_log.py
|
Allow simultaneous access to checks from different teams
|
2018-11-29 13:51:25 +02:00 |
test_my_checks.py
|
Tag labels in "My Checks" page and SVG badges should ignore the "started" state.
|
2018-12-20 19:19:46 +02:00 |
test_pause.py
|
Clear Check.alert_after when pausing a check.
|
2018-12-21 11:31:00 +02:00 |
test_ping_details.py
|
Add "/ping/<code>/start" API endpoint
|
2018-12-18 22:57:12 +02:00 |
test_remove_channel.py
|
Preliminary Django 2 support
|
2018-04-24 22:38:02 +03:00 |
test_remove_check.py
|
Allow simultaneous access to checks from different teams
|
2018-11-29 13:51:25 +02:00 |
test_status.py
|
Allow simultaneous access to dashboards from different teams
|
2018-11-29 15:00:01 +02:00 |
test_status_single.py
|
Allow simultaneous access to checks from different teams
|
2018-11-29 13:51:25 +02:00 |
test_switch_channel.py
|
Allow simultaneous access to checks from different teams
|
2018-11-29 13:51:25 +02:00 |
test_unsubscribe_email.py
|
A workaround for some email agents automatically opening "Unsubscribe" links
|
2018-11-09 22:12:11 +02:00 |
test_update_channel.py
|
Tests for team access.
|
2016-05-09 17:29:41 +03:00 |
test_update_channel_name.py
|
Add Channel.name field, users can now name integrations.
|
2018-11-20 23:31:15 +02:00 |
test_update_name.py
|
Allow simultaneous access to checks from different teams
|
2018-11-29 13:51:25 +02:00 |
test_update_timeout.py
|
Rename "Check.get_alert_after" to a now more fitting "Check.going_down_after"
|
2018-12-19 21:57:48 +02:00 |
test_verify_email.py
|
"Unsubscribe" link in alert emails. Fixes #111
|
2017-01-28 12:17:22 +02:00 |