-
Notifications
You must be signed in to change notification settings - Fork 409
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
Make listIndexes
return a sorted list
#3602
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3602 +/- ##
==========================================
- Coverage 61.62% 56.59% -5.04%
==========================================
Files 427 427
Lines 27698 27701 +3
==========================================
- Hits 17069 15677 -1392
- Misses 9617 10917 +1300
- Partials 1012 1107 +95
... and 64 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
actually, I have no clue, should we go for explicit test or functional test |
listIndexes
return a sorted list
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.
LGTM
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.
Thank you!
Description
when doing
listIndex
, the result now will be sorted in ascending order based on index nameCloses #3589.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.