-
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
Support $sum
accumulator of $group
aggregation
#2292
Conversation
@chilagrow this pull request has merge conflicts. |
02aa87c
to
6a0f709
Compare
523a1ad
to
54fe096
Compare
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
@chilagrow this pull request has merge conflicts. |
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.
Great job!
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.
The implementation looks neat and consistent to me.
I see there is a conflict with main
, but I don't have questions about the implementation itself.
445c001
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2292 +/- ##
==========================================
+ Coverage 58.57% 58.76% +0.18%
==========================================
Files 377 379 +2
Lines 17625 17707 +82
==========================================
+ Hits 10324 10405 +81
- Misses 6439 6440 +1
Partials 862 862
... and 3 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
c73097b
to
445c001
Compare
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.
v1.0.0 https://github.com/FerretDB/FerretDB/releases/tag/v1.0.0 2023-04-03 We are delighted to announce the release of FerretDB 1.0 GA! * Support `$sum` accumulator of `$group` aggregation by @chilagrow in FerretDB#2292 * Implement `createIndexes` command by @rumyantseva in FerretDB#2244 * Add basic `getMore` command by @AlekSi in FerretDB#2309 * Implement `dropIndexes` command by @chilagrow in FerretDB#2313 * Implement `$limit` aggregation pipeline stage by @noisersup in FerretDB#2270 * Add partial support for `collStats`, `dbStats` and `dataSize` by @AlekSi in FerretDB#2322 * Implement `$skip` aggregation pipeline stage by @w84thesun in FerretDB#2310 * Implement `$unwind` aggregation pipeline stage by @noisersup in FerretDB#2294 * Support `count` and `storageStats` fields in `$collStats` aggregation pipeline stage by @rumyantseva in FerretDB#2338 * Fix dot notation negative index errors by @w84thesun in FerretDB#2246 * Apply `skip` before `limit` by @AlekSi in FerretDB#2351 * Update supported command for `$sum` aggregation operator by @chilagrow in FerretDB#2318 * Add supported shells and GUIs images by @AlekSi in FerretDB#2323 * Publish FerretDB v0.9.4 blog post by @Fashander in FerretDB#2268 * Use dashes instead of underscores or spaces by @AlekSi in FerretDB#2329 * Update documentation sidebar by @Fashander in FerretDB#2347 * Update FerretDB descriptions by @AlekSi in FerretDB#2281 * Improve flags documentation by @AlekSi in FerretDB#2331 * Describe supported fields for `$collStats` aggregation stage by @rumyantseva in FerretDB#2352 * Use iterators for `sort`, `limit`, `skip`, and `projection` by @AlekSi in FerretDB#2254 * Bump dependencies by @AlekSi in FerretDB#2307 * Improve resource tracking by @AlekSi in FerretDB#2319 * Add tests for `find`'s and `count`'s `skip` argument by @w84thesun in FerretDB#2325 * Close iterator properly by @AlekSi in FerretDB#2333 * Improve large numbers initialization in test data by @noisersup in FerretDB#2324 * Ignore `unique` index option for now by @AlekSi in FerretDB#2350 All closed issues and pull requests: https://github.com/FerretDB/FerretDB/milestone/39?closed=1 All commits: FerretDB/FerretDB@v0.9.4...v1.0.0
v1.0.0 https://github.com/FerretDB/FerretDB/releases/tag/v1.0.0 2023-04-03 We are delighted to announce the release of FerretDB 1.0 GA! * Support `$sum` accumulator of `$group` aggregation by @chilagrow in FerretDB#2292 * Implement `createIndexes` command by @rumyantseva in FerretDB#2244 * Add basic `getMore` command by @AlekSi in FerretDB#2309 * Implement `dropIndexes` command by @chilagrow in FerretDB#2313 * Implement `$limit` aggregation pipeline stage by @noisersup in FerretDB#2270 * Add partial support for `collStats`, `dbStats` and `dataSize` by @AlekSi in FerretDB#2322 * Implement `$skip` aggregation pipeline stage by @w84thesun in FerretDB#2310 * Implement `$unwind` aggregation pipeline stage by @noisersup in FerretDB#2294 * Support `count` and `storageStats` fields in `$collStats` aggregation pipeline stage by @rumyantseva in FerretDB#2338 * Fix dot notation negative index errors by @w84thesun in FerretDB#2246 * Apply `skip` before `limit` by @AlekSi in FerretDB#2351 * Update supported command for `$sum` aggregation operator by @chilagrow in FerretDB#2318 * Add supported shells and GUIs images by @AlekSi in FerretDB#2323 * Publish FerretDB v0.9.4 blog post by @Fashander in FerretDB#2268 * Use dashes instead of underscores or spaces by @AlekSi in FerretDB#2329 * Update documentation sidebar by @Fashander in FerretDB#2347 * Update FerretDB descriptions by @AlekSi in FerretDB#2281 * Improve flags documentation by @AlekSi in FerretDB#2331 * Describe supported fields for `$collStats` aggregation stage by @rumyantseva in FerretDB#2352 * Use iterators for `sort`, `limit`, `skip`, and `projection` by @AlekSi in FerretDB#2254 * Bump dependencies by @AlekSi in FerretDB#2307 * Improve resource tracking by @AlekSi in FerretDB#2319 * Add tests for `find`'s and `count`'s `skip` argument by @w84thesun in FerretDB#2325 * Close iterator properly by @AlekSi in FerretDB#2333 * Improve large numbers initialization in test data by @noisersup in FerretDB#2324 * Ignore `unique` index option for now by @AlekSi in FerretDB#2350 All closed issues and pull requests: https://github.com/FerretDB/FerretDB/milestone/39?closed=1 All commits: FerretDB/FerretDB@v0.9.4...v1.0.0
Description
Closes #2013.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Assignee, Labels, Project and project's Sprint fields.