oncall-engine/.github/workflows
Ildar Iskhakov 1b7ada4315
Add database migrations linter (#1020)
# What this PR does

This PR adds
[django-migration-linter](https://github.com/3YOURMIND/django-migration-linter)
to keep database migrations
 backwards compatible

- we can automatically run migrations and they are zero-downtime, e.g.
old code can work with the migrated database
 - we can run and rollback migrations without worrying about data safety
- OnCall is deployed to the multiple environments core team is not able
to control

See [django-migration-linter
checklist](https://github.com/3YOURMIND/django-migration-linter/blob/main/docs/incompatibilities.md)
for the common mistakes and best practices


## Which issue(s) this PR fixes

## Checklist

- [ ] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated

---------

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
2023-02-06 16:01:37 +08:00
..
ci.yml Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
helm_release.yml Remove helm chart signing (#1126) 2023-01-12 19:02:44 +08:00
helm_release_pr.yml Update helm_release_pr.yml 2023-01-20 16:41:51 +08:00
helm_tests.yml modify push notification settings + use fcm-django library (#998) 2022-12-20 12:41:34 +01:00
issue_commands.yml Use organization ISSUE_COMMANDS_TOKEN with reduced scope (#1248) 2023-02-02 07:42:53 +01:00
publish-technical-documentation-next.yml Update publishing workflows to use PATs with fine-grained access control (#1100) 2023-01-09 09:58:08 +00:00
publish-technical-documentation-release.yml Update publishing workflows to use PATs with fine-grained access control (#1100) 2023-01-09 09:58:08 +00:00
snyk.yml Fix typo in snyk workflow file name (#1225) 2023-01-26 11:44:06 +01:00
verify-changelog-updated.yml add github action to verify that changelog has been updated (#1163) 2023-01-20 12:16:15 +01:00
verify-public-docs-updated.yml add small script + github action to check that public docs updated (#1177) 2023-01-20 13:23:06 +01:00