0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-10 23:40:11 +00:00
healthchecks_healthchecks/hc/api/tests
Florian Apolloner 7057f6d3a5
Notification groups. Fixes ()
* MVP for notification groups.

* Addressed review comments.

* Push notification group to the front.

* Updated icons.

* Reduce code duplication.

* Show groups at the top.

* Add label to group forms.

* Add checkboxes for integration selection.

* CSS for checkboxes.

* Added tests for group notify.
2023-10-06 17:02:41 +03:00
..
__init__.py Make hc.lib.emails raise exceptions when EMAIL_ settings are not set 2023-06-13 13:27:58 +03:00
test_admin.py Fix admin test 2023-09-11 11:41:52 +03:00
test_badge.py Improve type hints 2023-08-29 19:10:27 +03:00
test_bounces.py Improve type hints 2023-08-29 19:10:27 +03:00
test_channel_model.py Add Channel.opsgenie property 2023-09-11 16:44:38 +03:00
test_check_going_down_after.py Improve type hints 2023-08-29 19:10:27 +03:00
test_check_model.py Add DowntimeRecord.no_data field 2023-09-27 17:43:18 +03:00
test_create_check.py Switch to using None as the sentinel object for absent fields 2023-09-07 12:56:35 +03:00
test_delete_check.py Improve type hints 2023-08-29 19:10:27 +03:00
test_flip_model.py Add Channel.email property 2023-09-11 11:45:25 +03:00
test_get_badges.py Fix type annotations in tests to use _MonkeyPatchedWSGIResponse 2023-08-29 22:35:51 +03:00
test_get_check.py Fix type annotations in tests to use _MonkeyPatchedWSGIResponse 2023-08-29 22:35:51 +03:00
test_get_flips.py Fix type annotations in tests to use _MonkeyPatchedWSGIResponse 2023-08-29 22:35:51 +03:00
test_get_ping_body.py Improve type hints 2023-08-29 19:10:27 +03:00
test_get_pings.py Fix type annotations in tests to use _MonkeyPatchedWSGIResponse 2023-08-29 22:35:51 +03:00
test_list_channels.py Fix type annotations in tests to use _MonkeyPatchedWSGIResponse 2023-08-29 22:35:51 +03:00
test_list_checks.py Fix type warnings 2023-09-03 09:29:44 +03:00
test_metrics.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notification_status.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify.py Add Channel.phone property 2023-09-09 11:09:52 +03:00
test_notify_apprise.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_discord.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_email.py Fix type warnings 2023-09-08 16:47:27 +03:00
test_notify_gotify.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_group.py Notification groups. Fixes () 2023-10-06 17:02:41 +03:00
test_notify_line.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_mattermost.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_msteams.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_ntfy.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_opsgenie.py Add Channel.opsgenie property 2023-09-11 16:44:38 +03:00
test_notify_pagertree.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_pd.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_pushbullet.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_pushover.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_rocketchat.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_signal.py Improve type hints in test_notify_signal 2023-10-05 15:55:41 +03:00
test_notify_slack.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_sms.py Fix tests 2023-09-08 16:54:13 +03:00
test_notify_spike.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_telegram.py Replace Channel.telegram_* properties with a Channel.telegram property 2023-09-08 16:02:26 +03:00
test_notify_trello.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_victorops.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_webhook.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_whatsapp.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_zulip.py Update Opsgenie and Zulip transports to use pydantic 2023-09-01 09:39:40 +03:00
test_pause.py Improve type hints 2023-08-29 19:10:27 +03:00
test_ping.py Fix type warnings 2023-09-02 17:19:31 +03:00
test_ping_by_slug.py Fix type warnings 2023-09-02 17:19:31 +03:00
test_ping_model.py Improve type hints 2023-08-29 19:10:27 +03:00
test_prunenotifications.py Improve type hints 2023-08-29 19:10:27 +03:00
test_resume.py Improve type hints 2023-08-29 19:10:27 +03:00
test_sendalerts.py Improve type hints 2023-08-29 19:10:27 +03:00
test_sendreports.py Fix type warnings 2023-09-03 09:04:38 +03:00
test_smtpd.py Fix type warnings 2023-09-03 15:46:31 +03:00
test_status.py Improve type hints 2023-08-29 19:10:27 +03:00
test_tokenbucket.py Improve type hints 2023-08-29 19:10:27 +03:00
test_update_check.py Switch to using None as the sentinel object for absent fields 2023-09-07 12:56:35 +03:00