-
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
Add $project
and $unset
to aggregation stages section
#3450
Conversation
$project
and $unset
to aggregation stages section
@Akhaled19 please click CLA button in this comment |
Codecov Report
@@ Coverage Diff @@
## main #3450 +/- ##
==========================================
- Coverage 74.03% 73.13% -0.91%
==========================================
Files 424 424
Lines 26539 26539
==========================================
- Hits 19648 19409 -239
- Misses 5727 5948 +221
- Partials 1164 1182 +18 see 22 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Looks Good.
We need to leave a new line at the end of every file. See here for information on formatting and building documentation https://github.com/FerretDB/FerretDB/blob/main/CONTRIBUTING.md#contributing-documentation
Head branch was pushed to by a user without write access
Co-authored-by: Alexander Tobi Fashakin <tobyton2008@yahoo.co.uk>
Co-authored-by: Alexander Tobi Fashakin <tobyton2008@yahoo.co.uk>
Hi @Fashander, I resolved all the comments. Is it ready to be merged? |
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.
Documentation should be reformatted with task docs-fmt
because CI fails: https://github.com/FerretDB/FerretDB/actions/runs/6382671742/job/17321772162?pr=3450
Added
$project
and$unset
commands to the Aggregation Stages list and gave them a description.Closes #3428.