summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_unwind_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-1/+3
* SERVER-75131: Shapify $findAndModifyImageLookup, $planCacheStats,$unwind, $ge...Will Buerger2023-03-291-0/+20
* SERVER-74184 Support SerializerFlags in constructors for IDL structsHugh Tong2023-03-151-1/+2
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-2/+3
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-1/+0
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-1/+2
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-2/+3
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-1/+1
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+4
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-14/+9
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+1
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-4/+4
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-12/+0
* 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-1/+1
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-1/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-12/+13
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-4/+5
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-2/+2
* 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/+25
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-0/+24
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-021-19/+19
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-0/+811