oncall-engine/engine/apps/webhooks/presets
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
..
__init__.py Add webhook presets (#2996) 2023-09-27 07:22:52 -06:00
advanced.py Add webhook presets (#2996) 2023-09-27 07:22:52 -06:00
preset.py Add webhook presets (#2996) 2023-09-27 07:22:52 -06:00
preset_options.py Allow deletion for removed presets (#3072) 2023-09-27 10:21:55 -06:00
simple.py Add webhook presets (#2996) 2023-09-27 07:22:52 -06:00