oncall-engine/engine/apps/webhooks
Matias Bordese d40d3a62b8
Keep webhook responses data (#1580)
Track all webhook responses data, and allow using this between
alertgroup-related webhooks (e.g. use firing webhook response data when
templating the acknowledge webhook request data).

NOTE: dropping the table is not backwards compatible but the feature is
not enabled (and in any case it would drop log entries only used for
status display)
2023-03-21 13:43:37 +00:00
..
migrations Keep webhook responses data (#1580) 2023-03-21 13:43:37 +00:00
models Keep webhook responses data (#1580) 2023-03-21 13:43:37 +00:00
tasks Keep webhook responses data (#1580) 2023-03-21 13:43:37 +00:00
tests Keep webhook responses data (#1580) 2023-03-21 13:43:37 +00:00
admin.py Add webhooks app and initial models (#1101) 2023-03-09 19:39:25 +00:00
apps.py Webhooks trigger tasks on alert group events (#1533) 2023-03-13 21:19:22 +00:00
listeners.py Keep webhook responses data (#1580) 2023-03-21 13:43:37 +00:00
signals.py Webhooks trigger tasks on alert group events (#1533) 2023-03-13 21:19:22 +00:00
utils.py Keep webhook responses data (#1580) 2023-03-21 13:43:37 +00:00