-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat: Filtering for auto grid #1259
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1259 +/- ##
=======================================
Coverage 96.70% 96.70%
=======================================
Files 14 14
Lines 1698 1698
Branches 144 144
=======================================
Hits 1642 1642
Misses 56 56
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
3c93d4e
to
93f7207
Compare
992bce9
to
9d7808d
Compare
packages/java/endpoint/src/main/java/dev/hilla/crud/CrudRepositoryService.java
Outdated
Show resolved
Hide resolved
packages/java/endpoint/src/main/java/dev/hilla/crud/PropertyStringFilterSpecification.java
Show resolved
Hide resolved
packages/java/endpoint/src/main/java/dev/hilla/crud/filter/Filter.java
Outdated
Show resolved
Hide resolved
packages/java/endpoint/src/main/java/dev/hilla/crud/filter/OrFilter.java
Outdated
Show resolved
Hide resolved
...ts/spring/react-grid-test/src/test/java/dev/hilla/test/reactgrid/ReadOnlyGridOrFilterIT.java
Show resolved
Hide resolved
…ilter.java Co-authored-by: Sascha Ißbrücker <[email protected]>
packages/java/endpoint/src/test/java/dev/hilla/crud/FilterTest.java
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This ticket/PR has been released with Hilla 2.3.0.alpha1 and is also targeting the upcoming stable 2.3.0 version. |
No description provided.