oncall-engine/engine/apps/alerts
Joey Orlando be10967883
fix: patch direct paging routes migration (#5401)
## Which issue(s) this PR closes

Patches some issues experienced on dev related to
https://github.com/grafana/oncall/pull/5397. Previous migration was
running into the following:
```bash
File "/usr/local/lib/python3.12/site-packages/pymysql/connections.py", line 775, in _read_packet
    packet.raise_for_error()
File "/usr/local/lib/python3.12/site-packages/pymysql/protocol.py", line 219, in raise_for_error
    err.raise_mysql_exception(self._data)
File "/usr/local/lib/python3.12/site-packages/pymysql/err.py", line 150, in raise_mysql_exception
    raise errorclass(errno, errval)
django.db.utils.OperationalError: (1093, "You can't specify target table 'alerts_channelfilter' for update in FROM clause")
```
2025-01-07 16:50:55 +00:00
..
escalation_snapshot chore: convert two slack channel ID char fields to foreign keys (#5224) 2024-11-04 13:34:06 -05:00
grafana_alerting_sync_manager New OnCall plugin initialization process (#4657) 2024-08-16 16:43:52 +00:00
incident_appearance Remove the deprecated "Format Alert" button from the Slack renderer (#5141) 2024-10-14 06:53:17 +00:00
incident_log_builder fix: remove notification failure policy log record when prevent posting is set (#5260) 2024-11-20 17:14:14 +00:00
migrations fix: patch direct paging routes migration (#5401) 2025-01-07 16:50:55 +00:00
models feat: allow setting direct paging importance for teams (#5379) 2025-01-06 15:53:13 +00:00
tasks chore: random slack code cleanup (#5307) 2024-11-29 13:21:29 +00:00
tests feat: allow setting direct paging importance for teams (#5379) 2025-01-06 15:53:13 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
constants.py User notifications bundle (#4457) 2024-07-16 11:24:08 +00:00
integration_options_mixin.py Add support for integration additional settings via custom serializer (#4027) 2024-03-07 18:35:11 +00:00
paging.py feat: allow setting direct paging importance for teams (#5379) 2025-01-06 15:53:13 +00:00
representative.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
signals.py Fix acknowledge reminder task (#5179) 2024-10-16 12:13:28 +00:00
utils.py Reworked declare incident escalation step (#5130) 2024-10-07 19:26:10 +00:00