Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move migration support to provider-ci #1150

Merged
merged 5 commits into from
Nov 22, 2024
Merged

Commits on Nov 21, 2024

  1. Add migration support to provider-ci

    Move away from the typescript scripts which are only run during push but not from the `make ci-mgmt` target.
    danielrbradley committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1b1ddc5 View commit details
    Browse the repository at this point in the history
  2. Add option to skip migrations for test-providers

    Local test repos have no files so fail most migrations.
    danielrbradley committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a9348b1 View commit details
    Browse the repository at this point in the history
  3. Update docs

    danielrbradley committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e5e3014 View commit details
    Browse the repository at this point in the history
  4. Update CI workflows

    Just drop migration step as this is included when running provider-ci.
    danielrbradley committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    42ceb88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ea3394 View commit details
    Browse the repository at this point in the history