oncall-engine/engine/apps/webhooks/tests
Michael Derynck 3d74cbf3f5
Webhook 2 improvements and fixes (#1829)
- Rename Firing to Alert Group Created to reduce confusion as to why the
event only first once and not when unresolve or unacknowledge returns
the alert group to the firing state.
- Increase password field length
- Do not filter webhook execution by team, team is just for filtering
ownership now
- Do not log webhook triggers in alert group escalation log if the
webhook does not trigger (Status/response will still be stored)
- Fix formatting for response content and data fields on the Status page
- Add a content length limit for responses being stored (50000
characters)
2023-04-26 15:55:08 -06:00
..
__init__.py Add webhooks app and initial models (#1101) 2023-03-09 19:39:25 +00:00
factories.py Keep webhook responses data (#1580) 2023-03-21 13:43:37 +00:00
test_alert_group_status_change.py Webhook 2 improvements and fixes (#1829) 2023-04-26 15:55:08 -06:00
test_trigger_webhook.py Webhook 2 improvements and fixes (#1829) 2023-04-26 15:55:08 -06:00
test_webhook.py Add is_legacy column to handle webhook migration (#1813) 2023-04-25 11:22:56 -03:00