summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_add_fields_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-151-0/+29
| | | | This reverts commit c34bc93a15cbb6fe8b222f12afac5adbab6f0737.
* Revert "SERVER-40238 New stage alias: $set => $addFields"Henrik Edin2019-05-101-29/+0
| | | | This reverts commit bf6c2696da7eb207c28e83f5bb7401c97b0f69ac.
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-101-0/+29
|
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-11/+13
| | | | This commit also renames DocumentSourceMock::create to DocumentSourceMock::createForTest.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-1/+1
|
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-1/+1
| | | | | | | | | | This commit removes the geoNear command and moves its implementation into the aggregation framework. Users should use the aggregate command with a $geoNear stage. The implementation rewrite additionally removes the limit in the $geoNear aggregation stage. To limit the number of results, use a $limit stage.
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-3/+4
| | | | All users were converted to just use AssertionException.
* SERVER-8433 prohibit constructing FieldPaths that exceed the depth limitKyle Suarez2017-03-211-0/+32
|
* SERVER-27614 add $$REMOVE agg system variableDavid Storch2017-03-131-0/+42
|
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-0/+2
|
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-0/+18
|
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-021-2/+1
| | | | | This is prep work for adding tests that all stages can correctly handle a kPauseExecution result.
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-0/+137