Skip to content

Filter plugins #94

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
merged 2 commits into from
May 22, 2024
Merged

Filter plugins #94

merged 2 commits into from
May 22, 2024

Conversation

oguzkocer
Copy link
Contributor

@oguzkocer oguzkocer commented May 21, 2024

Builds on #92.

Follows the design of Filter users to implement field based filtering for /plugins for list & retrieve variants. Similar to /users, create & update variants have a separate issue #93.

I think we have several refactoring opportunities in this PR, but I intentionally kept the PR simple and similar to the /users implementation. I need these PRs to be reviewed and merged quickly and adding refactoring into a PR can end up delaying things, so I'll separate it into its own PR.


To Test

  • make test-server && make dump-mysql && make backup-wp-content-plugins
  • cargo test --test '*' -- --nocapture --test-threads 1

@oguzkocer oguzkocer added this to the 0.1 milestone May 21, 2024
@oguzkocer oguzkocer requested review from crazytonyli and jkmassel May 21, 2024 19:32
Base automatically changed from plugin-errors to trunk May 22, 2024 00:44
@oguzkocer oguzkocer marked this pull request as ready for review May 22, 2024 00:55
@oguzkocer oguzkocer enabled auto-merge (squash) May 22, 2024 00:55
@oguzkocer oguzkocer merged commit 9328546 into trunk May 22, 2024
13 of 18 checks passed
@oguzkocer oguzkocer deleted the plugin-filter branch May 22, 2024 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants