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

Import Db/Table package and get tests passing #665

Merged
merged 5 commits into from
Dec 2, 2023
Merged

Commits on Dec 1, 2023

  1. Import Db/Table package and get tests passing

    Import the Db/Table package from phinx and get the tests passing.
    
    My plan here is to import all of the 'data transfer' objects from phinx
    and get them referencing each other. Once that is complete, we'll need
    to import the Plan and Migration wrappers.
    
    This will form the core of the API compatibility with phinx. The adapter
    layer can be replaced by a mix of Cake's Database package and some more
    dialect style platform wrappers.
    
    Finally we'll need to provide the same CLI interface that migrations has
    always given.
    markstory committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6ab7bba View commit details
    Browse the repository at this point in the history
  2. Fix phpcs

    markstory committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b633cd7 View commit details
    Browse the repository at this point in the history
  3. Appease psalm

    markstory committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fb05f0c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Fix more psalm errors.

    markstory committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    8afd804 View commit details
    Browse the repository at this point in the history
  2. Fix CI configuration

    markstory committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    09b32a4 View commit details
    Browse the repository at this point in the history