oncall-engine/engine/apps/webhooks
Michael Derynck ab56e53fe8
Allow deletion for removed presets (#3072)
If a webhook preset is removed from configuration while there are still
existing webhooks referencing it they will have the following behavior:

- Webhook can be viewed
- Webhook can be deleted
- Webhook cannot be modified
- Webhook will not execute

Removing a preset from configuration effectively disables all existing
webhooks referencing it while retaining their data.
2023-09-27 10:21:55 -06:00
..
migrations Add webhook presets (#2996) 2023-09-27 07:22:52 -06:00
models Add webhook presets (#2996) 2023-09-27 07:22:52 -06:00
presets Allow deletion for removed presets (#3072) 2023-09-27 10:21:55 -06:00
tasks Add webhook presets (#2996) 2023-09-27 07:22:52 -06:00
tests Add webhook presets (#2996) 2023-09-27 07:22:52 -06:00
__init__.py shift swap requests model + CRUD endpoints (#2597) 2023-07-21 19:35:19 +00:00
apps.py Webhooks trigger tasks on alert group events (#1533) 2023-03-13 21:19:22 +00:00
listeners.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
signals.py Add users_to_be_notified to new webhooks payload (#1798) 2023-04-20 16:13:48 +00:00
utils.py remove deprecated call_ack_url celery task (#2545) 2023-07-25 02:50:18 -04:00