Skip to content

Tags: wp-cli/wp-cli-tests

Tags

v5.1.6

Toggle v5.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make it easier to override Behat format (#325)

v5.1.5

Toggle v5.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add new `@skip-object-cache` Behat tag (#324)

v5.1.4

Toggle v5.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add persistent object cache support (#322)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v5.1.3

Toggle v5.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Harden cleanup on CI to avoid filesystem bottlenecks (#319)

v5.1.2

Toggle v5.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle renamed SQLite database file (.ht.sqlite → .ht.sqlite.php) (#318)

Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Pascal Birchler <pascalb@google.com>

v5.1.1

Toggle v5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Harden SQLite install cache copy operations with file_exists guards (#…

…317)

* Initial plan

* Improve SQLite db copying with file_exists guards

Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>

* Update src/Context/FeatureContext.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/Context/FeatureContext.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/Context/FeatureContext.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Co-authored-by: Pascal Birchler <pascalb@google.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Regenerate README file (#313)

Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>

v5.0.11

Toggle v5.0.11's commit message

Verified

This commit was signed with the committer’s verified signature.
swissspidy Pascal Birchler
Sort dependencies

v5.0.10

Toggle v5.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `@skip-<dbtype>` tags for database-specific test exclusion (#302)

* Initial plan

* Add support for @skip-mysql, @skip-mariadb, @skip-sqlite tags

- Updated utils/behat-tags.php to add skip tags based on database type
- Updated all test cases in tests/tests/TestBehatTags.php to expect new skip tags
- Added new test method test_behat_tags_skip_db_type to specifically test the skip tags

Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>

* Add test scenarios demonstrating @skip-<dbtype> tags in features/testing.feature

Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>

v5.0.9

Toggle v5.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix MariaDB 11.4+ warnings with --no-defaults flag (#297)

* Initial plan

* Add --ssl-verify-server-cert flag to MySQL commands with --no-defaults

Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>

* Add SSL flag only for MariaDB, not MySQL

Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>

* Extract MariaDB detection into helper method with basename check

Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>

* Improve documentation for is_mariadb() helper method

Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>

* Use db_type variable instead of binary path to detect MariaDB

Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>

* inline

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Co-authored-by: Pascal Birchler <pascalb@google.com>