summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/aggregation_request_helper.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76635 Override SerializationContext when parsing agg requestsHugh Tong2023-05-171-8/+15
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+4
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+2
* SERVER-70506 Support retryability for updateOne, deleteOne, and findAndModifyJason Zhang2023-01-261-0/+8
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-6/+2
* SERVER-68721 Pass tenantId from NamespaceString into IDLParserContext when pa...jannaerin2022-09-011-3/+3
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-171-5/+11
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-4/+3
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+1
* SERVER-65460 Set allowDiskUse to false in read-only modeRomans Kasperovics2022-05-041-8/+0
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-1/+2
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-12/+18
* SERVER-54925 Move away from using Bson_serialization_type “any”Mohammad Dashti2021-04-101-0/+16
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-40/+42
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-4/+35
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-0/+26
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-1/+1
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-081-56/+49
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ...Benety Goh2021-02-061-49/+56
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-061-56/+49
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-4/+22
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-201-37/+29
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-0/+237