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

4.next - Add migration BaseClass #761

Merged
merged 12 commits into from
Oct 28, 2024
Merged

4.next - Add migration BaseClass #761

merged 12 commits into from
Oct 28, 2024

Commits on Oct 26, 2024

  1. Add documentation blocks

    markstory committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5b80504 View commit details
    Browse the repository at this point in the history
  2. Add missing default value.

    markstory committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    bf60a22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda3157 View commit details
    Browse the repository at this point in the history
  4. Add BaseMigration

    markstory committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c5df20b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2ce9a5 View commit details
    Browse the repository at this point in the history
  6. Import logic from Migrations\Table in

    We'll need to keep compatibility with these methods as well.
    markstory committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f294233 View commit details
    Browse the repository at this point in the history
  7. Consolidate test stubs

    one migration should be enough to do the integration testing I want
    markstory committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4aa08f2 View commit details
    Browse the repository at this point in the history
  8. Fix failing tests.

    markstory committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f128079 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    969ea86 View commit details
    Browse the repository at this point in the history
  10. Improve test assertions

    markstory committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    921b4ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1c3325c View commit details
    Browse the repository at this point in the history
  12. Fix psalm

    markstory committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7b6ebbb View commit details
    Browse the repository at this point in the history