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 most of Phinx\Util\Util #753

Merged
merged 9 commits into from
Oct 7, 2024
Merged

Import most of Phinx\Util\Util #753

merged 9 commits into from
Oct 7, 2024

Commits on Oct 4, 2024

  1. Import most of Phinx\Util\Util

    Most but not all. I've only included the methods we're currently relying
    on in migrations. This is another step towards decoupling from phinx for
    the new backend.
    markstory committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    17ead38 View commit details
    Browse the repository at this point in the history
  2. Import tests as well

    markstory committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b720bb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b018f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Fix provider signatures

    markstory committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    c161d43 View commit details
    Browse the repository at this point in the history
  2. Remove isValidPhinxFileName

    it isn't used internally and I don't see a reason to maintain it.
    markstory committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    33c7c93 View commit details
    Browse the repository at this point in the history
  3. Remove Util::relativePath

    It is unused internally.
    markstory committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    438722e View commit details
    Browse the repository at this point in the history
  4. Fix namespaces and mark Util as internal

    I won't be able to fully refactor it away. There are conventions for
    migration files that Inflector does not replicate.
    markstory committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    342ce33 View commit details
    Browse the repository at this point in the history
  5. Fix phpcs failure

    The test stubs for Util don't need to adhere to coding standards as they
    contain migration files from phinx.
    markstory committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    432c728 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Clean up baseline file

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