-
Notifications
You must be signed in to change notification settings - Fork 25
Add pluck/patch commands for caches and transients #89
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
Merged
schlessera
merged 27 commits into
wp-cli:main
from
petitphp:feature/pluck-patch-cache-transient
May 5, 2025
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
d212c2e
Add `RecursiveDataStructureTraverser` helper to manipulate nested data
petitphp 7292638
add pluck command to cache
petitphp 8e1b63d
add pluck command to transient
petitphp 6e286af
add patch command to cache
petitphp bd13459
add patch command to transient
petitphp 05424ec
Add missing `expiration` option for patch cache command
petitphp ca02d28
Fix cs
petitphp 15ad011
Update Behat features tests
petitphp ba1f610
Add temporary log to debug failing tests in github action
petitphp 6b8d91c
Small CS fixes for WPCS v3
petitphp a70e2d7
Fix failing functional tests
petitphp 5d0e6df
Add tests for RecursiveDataStructureTraverser.php
petitphp dd9eec3
Fix wrong command in docblock
petitphp d174717
Fix CS issue
petitphp ae6d0a6
Reuse has_stdin() from framework
schlessera b74bc47
Fix PHPCS issues
schlessera d28445f
Use `wp eval` to set the transient
petitphp b1afe2e
split `patch` feature tests and add additionnal checks with `transien…
petitphp 8d9ba42
split `patch` feature tests for site transient and add additionnal ch…
petitphp 7d3a483
Add test cases for invalid keys
petitphp d061301
Refactor `pluck` feature tests to use `wp eval` to set the transient
petitphp cf568fb
new feature test for calling cache pluck command with invalid key
petitphp 3fa7fe1
add the new commands to the `composer.json`
petitphp 119c991
use string interpolation for building message
petitphp 2d17185
explicitly call update methods for clearer code
petitphp 9eca4d9
fix tests
petitphp de71744
Merge branch 'main' into feature/pluck-patch-cache-transient
schlessera File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix cs
- Loading branch information
commit ca02d28fea13114664b93d5cce1a72bf29358b6d
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.