oncall-engine/engine/apps/webhooks
Michael Derynck 617146f5ea
When team is removed do not delete webhooks belonging to it (#3873)
# What this PR does
When a team is deleted webhooks belonging to that team will be marked as
having no team instead of the webhook being deleted.

## Which issue(s) this PR fixes

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2024-02-15 17:53:55 +00:00
..
migrations When team is removed do not delete webhooks belonging to it (#3873) 2024-02-15 17:53:55 +00:00
models When team is removed do not delete webhooks belonging to it (#3873) 2024-02-15 17:53:55 +00:00
presets Allow OnCall API to use Grafana Service Accounts (#3189) 2023-11-23 16:42:27 +00:00
tasks manually retry for requests.exceptions.Timeout exceptions when sending outgoing webhooks (#3632) 2024-01-08 19:13:15 -05:00
tests When team is removed do not delete webhooks belonging to it (#3873) 2024-02-15 17:53:55 +00: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 Add transaction on_commit before signals for alert group actions (#3731) 2024-01-31 15:54:50 -07:00
signals.py Add users_to_be_notified to new webhooks payload (#1798) 2023-04-20 16:13:48 +00:00
utils.py expose OUTGOING_WEBHOOK_TIMEOUT as env var (#3801) 2024-02-01 10:48:09 -05:00