-
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
Implement $group
stage _id
expression
#3138
Implement $group
stage _id
expression
#3138
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3138 +/- ##
=======================================
Coverage 75.30% 75.31%
=======================================
Files 393 393
Lines 21875 21933 +58
=======================================
+ Hits 16473 16518 +45
- Misses 4432 4446 +14
+ Partials 970 969 -1
... and 14 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
$group
_id
expression$group
stage _id
expression
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! The logic looks clear, and I like that various cases are tested.
…/FerretDB into issue-2165-group-id-expression
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.
LGTM! Thanks for extended testing
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.
Description
Closes #2165.
Highlights:
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.