summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/aggregation_request_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-6/+8
* SERVER-74184 Support SerializerFlags in constructors for IDL structsHugh Tong2023-03-151-5/+5
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-40/+40
* SERVER-70506 Support retryability for updateOne, deleteOne, and findAndModifyJason Zhang2023-01-261-2/+5
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-2/+2
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-171-3/+7
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-1/+1
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-1/+2
* SERVER-54925 Move away from using Bson_serialization_type “any”Mohammad Dashti2021-04-101-0/+17
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-38/+38
* SERVER-54603 Improve AggregationRequest validation unit testsMihai Andrei2021-03-111-156/+308
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-5/+15
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+3
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-47/+54
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-201-28/+42
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-208/+239
* SERVER-25893 Make it easier to construct a Value from a VectorTed Tuckman2020-10-021-9/+8
* SERVER-49896 Allow aggregate command to fail if minTs oplog cursor has fallen...Eric Maynard2020-10-011-15/+15
* SERVER-49895 Expose getLatestOplogTimestamp() in aggregation cursor command r...Alex Taskov2020-08-281-2/+21
* SERVER-49289 Add collectionUUID option to aggregateJack Mulrow2020-08-261-2/+19
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-3/+3
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-3/+3
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-3/+3
* SERVER-46115 Implement 'let' parameters to aggregate commandsEric Cox2020-04-301-1/+5
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-2/+13
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-3/+3
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-14/+1
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-15/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-4/+15
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-7/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-1/+15
* SERVER-30924 Remove handling of 'fromRouter' in aggregation subsystem.David Storch2017-12-131-10/+7
* SERVER-30582 Permit 'local' readConcern for aggregation explain.David Storch2017-09-291-7/+13
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-8/+47
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+8
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-2/+13
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-3/+4
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-0/+60
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-2/+2
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-19/+35
* SERVER-28128 Add support for a "comment" parameter to the aggregate...Bernard Gorman2017-03-151-2/+15
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-6/+99
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-2/+34
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-26/+45
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-3/+3
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-3/+4
* SERVER-24762 Add cursor options to AggregationRequestJames Wahlin2016-07-071-7/+22