summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_project_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-1/+1
* SERVER-75174 shapeify and redact DocumentSourceSingleDocumentTransformationMaddie Zechar2023-04-101-0/+40
* SERVER-52814 Serialize projection _id field to always equivalent projection specTed Tuckman2021-01-251-1/+1
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-9/+11
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-1/+1
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-3/+3
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-4/+4
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-42017 make stage names in error messages match name usedGeorge Wangensteen2019-07-241-21/+36
* SERVER-42001 unset stage should accept single stringXin Hao Zhang2019-07-081-3/+10
* SERVER-41750 refactor renamed paths API.George Wangensteen2019-06-281-0/+24
* SERVER-40240 Add new $unset aggregation stageJames Wahlin2019-05-171-0/+120
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-11/+12
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-2/+2
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-2/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+3
* 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/+19
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+2
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-0/+50
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-0/+22
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-0/+173