-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Remove product filters require #6408
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
base: main
Are you sure you want to change the base?
Remove product filters require #6408
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6408 +/- ##
==========================================
- Coverage 89.50% 89.49% -0.01%
==========================================
Files 981 981
Lines 20479 20476 -3
==========================================
- Hits 18329 18326 -3
Misses 2150 2150 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This is already required in solidus_starter_frontend. Removing the explicit require from core simplifies overriding it in client applications. Co-authored-by: Jared Norman <jared@super.gd> Co-authored-by: Adam Mueller <adam@super.gd> Co-authored-by: Sofia Besenski <sofia@super.gd>
This change cleans up some of the formatting and language around how product filters should be constructed. Co-authored-by: Jared Norman <jared@super.gd> Co-authored-by: Adam Mueller <adam@super.gd> Co-authored-by: Sofia Besenski <sofia@super.gd>
e971bae to
7461408
Compare
This cleans up some of the sample product filters provided to be a bit more performant and easier to read. Co-authored-by: Jared Norman <jared@super.gd> Co-authored-by: Adam Mueller <adam@super.gd> Co-authored-by: Sofia Besenski <sofia@super.gd>
7461408 to
d7cb914
Compare
|
I don't believe the code coverage changed here, I think the check here is just indicating that the product filters specs did not cover all the code paths. We can look at adding some code coverage if that's needed to merge this change. |
kennyadsl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 I don't think it's needed to add more coverage for the purpose of this PR. Thanks!
Summary
This change removes the explicit require for product filters to simplify overriding it in client applications. We have confirmed that only the test files that require the filters depend on them. The product filters are also explicitly required in the solidus_starter_frontend which depends on them.
Fixes #6406
Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed: