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

Add SQL onComplete flag, allow sql migration to run with others #280

Merged
merged 25 commits into from
Feb 12, 2024

Commits on Feb 6, 2024

  1. Allow to execute SQL migrations on complete

    by default, SQL migrations run on start. This change allows for special
    SQL migrations that run only on the complete step.
    exekias committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7ad55a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    24f6822 View commit details
    Browse the repository at this point in the history
  2. update docs on onComplete

    exekias committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4252c03 View commit details
    Browse the repository at this point in the history
  3. Revert "Allow raw sql op next to other ops"

    This reverts commit 24f6822.
    exekias committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2ae7393 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    e3f1795 View commit details
    Browse the repository at this point in the history
  2. fix views after complete

    exekias committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    fe25182 View commit details
    Browse the repository at this point in the history
  3. add more tests

    exekias committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    477a83e View commit details
    Browse the repository at this point in the history
  4. fix the logic

    exekias committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e2abb7f View commit details
    Browse the repository at this point in the history
  5. update docs

    exekias committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6350f18 View commit details
    Browse the repository at this point in the history
  6. remove uneeded change

    exekias committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    659dbe3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. update docs, add example

    exekias committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    159062d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3cdf22 View commit details
    Browse the repository at this point in the history
  3. fix example

    exekias committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cc7e3ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b396491 View commit details
    Browse the repository at this point in the history
  5. split tests

    exekias committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0476495 View commit details
    Browse the repository at this point in the history
  6. update schema.json

    exekias committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bb0dd6a View commit details
    Browse the repository at this point in the history
  7. move comments around

    exekias committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bd83560 View commit details
    Browse the repository at this point in the history
  8. fix schema

    exekias committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a665d69 View commit details
    Browse the repository at this point in the history
  9. fix schema.json + add tests

    exekias committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a56a6a5 View commit details
    Browse the repository at this point in the history
  10. Update pkg/jsonschema/testdata/sql-3.txtar

    Co-authored-by: Andrew Farries <[email protected]>
    exekias and andrew-farries authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d7f69ba View commit details
    Browse the repository at this point in the history
  11. Update pkg/jsonschema/testdata/sql-4.txtar

    Co-authored-by: Andrew Farries <[email protected]>
    exekias and andrew-farries authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d5dc48e View commit details
    Browse the repository at this point in the history
  12. Update docs/README.md

    Co-authored-by: Andrew Farries <[email protected]>
    exekias and andrew-farries authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    175610f View commit details
    Browse the repository at this point in the history
  13. Update pkg/jsonschema/testdata/sql-4.txtar

    Co-authored-by: Andrew Farries <[email protected]>
    exekias and andrew-farries authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8e1adc8 View commit details
    Browse the repository at this point in the history
  14. rename example

    exekias committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5cd080e View commit details
    Browse the repository at this point in the history
  15. move example block

    exekias committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c622a73 View commit details
    Browse the repository at this point in the history