oncall-engine/engine/engine
Vadim Stepanov b5aa53d3d6
Alertmanager V2 migration prep (#3722)
# What this PR does

- Adds a Django management command and database fields required for the
Alertmanager V2 migration
- Adds a post-migration warning alert

<img width="1177" alt="Screenshot 2024-01-19 at 17 41 04"
src="https://github.com/grafana/oncall/assets/20116910/512ab22e-9a00-481e-883d-3dadfc95b587">


Related to https://github.com/grafana/oncall-private/issues/2260

## 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-01-23 10:36:58 +00:00
..
management/commands Alertmanager V2 migration prep (#3722) 2024-01-23 10:36:58 +00:00
tests Fix assert_called_once usage in tests (#3284) 2023-11-06 20:44:07 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
celery.py Telegram long polling (#2250) 2023-08-24 09:12:24 +02:00
included_path.py Add openapi schema generation for internal api (#2771) 2023-08-16 06:13:56 +00:00
integrations_urls.py Add settings to allow detaching integrations server (#3203) 2023-10-26 12:55:02 +00:00
middlewares.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
parsers.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
schema.py Improve OpenAPI schema coverage (#3629) 2024-01-12 15:11:22 +00:00
urls.py Another round of fixing chatops urls 2024-01-22 15:25:47 +08:00
views.py Do not check redis during startupprobe 2023-11-27 21:43:26 +08:00
wsgi.py Update wsgi.py 2023-03-28 13:11:22 +08:00