oncall-engine/engine/engine/management/commands
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
..
alertmanager_v2_migrate.py Alertmanager V2 migration prep (#3722) 2024-01-23 10:36:58 +00:00
continue_escalation.py Add a flag to rebuild escalation snapshot when use continue_escalation command (#3293) 2023-11-07 16:23:33 +00:00
create_sqlite_db.py Fix SQLite permission issue (#1984) 2023-05-22 19:16:31 +00:00
remove_field.py Add instruction on removing nullable fields from Django models (#2659) 2023-08-08 12:46:18 +00:00
restart_acknowledge_reminder.py Add command for restarting acknowledge reminder tasks for organization (#3314) 2023-11-10 10:09:20 +00:00
start_celery.py modify check_escalation_finished_task task (#1266) 2023-03-17 10:14:08 +00:00
start_telegram_polling.py Telegram long polling (#2250) 2023-08-24 09:12:24 +02:00