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

CLI: Fix confusing runtime environment setup order #749

Merged
merged 14 commits into from
Oct 26, 2024

Commits on Oct 25, 2024

  1. Fix inconsistent and confusing order of runtime environment setup exe…

    …cution for WP-CLI and simplify WP-CLI command implementation accordingly.
    felixarntz committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e52cea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f80889 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6409b35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87c4b37 View commit details
    Browse the repository at this point in the history
  5. Load pluggable functions early for the various functions needed by wp…

    …_install() to be available.
    felixarntz committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a0dbc50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ace9bf4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c8726b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25a45ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    930f03e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d7fa78 View commit details
    Browse the repository at this point in the history
  11. Revert moving upgrade.php require statement as it needs to be loaded …

    …when database is present.
    felixarntz committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6bee02a View commit details
    Browse the repository at this point in the history
  12. Remove log expectations about runtime environment from Behat tests as…

    … this is no longer being logged by the CLI command.
    felixarntz committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b5972b9 View commit details
    Browse the repository at this point in the history
  13. Remove log expectations about runtime environment from Behat tests as…

    … this is no longer being logged by the CLI command.
    felixarntz committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    69b9c8d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3dcd99c View commit details
    Browse the repository at this point in the history