summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_sample_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-1/+1
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-3/+3
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-12/+12
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-40539 Add DocumentSourceQueueCharlie Swanson2019-05-211-21/+21
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-1/+1
* 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-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-1/+0
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-16/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-10/+10
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+3
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-0/+33
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-0/+387