You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Pēteris Caune 02f6853d4c Save request body for every ping, not just the last one. 7 years ago
..
__init__.py Simplify: remove djmail and django-ses-backend dependencies. 8 years ago
test_admin.py Fix deprecation warnings. 8 years ago
test_badge.py Return 403 when API key is wrong. Return 404 when resource not found. Return 405 when request method is wrong. Return 400 when request syntax is wrong. 8 years ago
test_bounce.py Disable channel (mark as email_verified=False) when email bounces. 7 years ago
test_channel_model.py Use client-side installation flow for installing HipChat integration. 7 years ago
test_check_model.py In the "List checks" API response, the "next_ping" date was incorrect for checks using cron syntax. Fixed. 7 years ago
test_create_check.py Allow setting 30 day timeouts and grace times through API. 7 years ago
test_delete_check.py API call for deleting checks. 7 years ago
test_list_checks.py Ensure filter matches tag exactly 7 years ago
test_notify.py SMS numbers can be annotated with labels. Fixes #155 7 years ago
test_pause.py Return 403 when API key is wrong. Return 404 when resource not found. Return 405 when request method is wrong. Return 400 when request syntax is wrong. 8 years ago
test_ping.py Save request body for every ping, not just the last one. 7 years ago
test_sendalerts.py Profile.set_next_nag_date does not touch already set dates. 7 years ago
test_sendreports.py sendreports doesn't send nags if nag_period=0 ("disabled"). This would result in an infinite loop of nag emails. 7 years ago
test_update_check.py Return 403 when API key is wrong. Return 404 when resource not found. Return 405 when request method is wrong. Return 400 when request syntax is wrong. 8 years ago