fleet/.github
Roberto Dip 2bb4ec2e6d
add script to check for migration order (#7803)
Related to #6142, this adds a CI check for the order of migrations.

As I noted in a comment on the workflow file, it's important to keep in mind that some migrations might still go unnoticed even with this check, example:

1. PR1 adds a migration, CI check pass
2. PR2 adds a migration, CI pass, gets merged
3. PR1 can still be merged because the CI checks aren't run again

The check will fail in `main` however, so if we find the current script to be reliable, we could setup a Slack ping or something similar, to make sure somebody takes a look
2022-10-11 15:36:15 -03:00
..
ISSUE_TEMPLATE Update smoke-tests.md (#7827) 2022-09-19 14:23:02 -04:00
scripts Check whether the infra dependencies are ready before E2E test (#870) 2021-06-02 16:56:44 -07:00
workflows add script to check for migration order (#7803) 2022-10-11 15:36:15 -03:00
dependabot.yml Disable dependabot version updates for npm (#7697) 2022-09-13 10:17:40 -03:00
pull_request_template.md Add Orbit testing to pull_request_template.md (#7896) 2022-10-06 08:16:18 -03:00