-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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(native-filters): add sort metric to select #14590
Conversation
d5b9228
to
71aff47
Compare
71aff47
to
b9b2aff
Compare
Codecov Report
@@ Coverage Diff @@
## master #14590 +/- ##
==========================================
+ Coverage 77.40% 77.42% +0.01%
==========================================
Files 958 958
Lines 48329 48330 +1
Branches 5679 5680 +1
==========================================
+ Hits 37410 37420 +10
+ Misses 10719 10710 -9
Partials 200 200
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Tested and works good. Thank you!
(cherry picked from commit f1c32b9)
(cherry picked from commit f1c32b9)
SUMMARY
Some databases require including the sort metrics in the select. To maximise database compatibility and make it possible to add tooltips to show the metric value used (later PR), we add the metric to the select filter.
TEST PLAN
CI + new tests added
ADDITIONAL INFORMATION