summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_pipeline_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-211-1/+3
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+3
* SERVER-54529 Add access_check: complex to the aggregate commandMark Benvenuto2021-03-311-0/+4
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-4/+6
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-081-2/+2
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ...Benety Goh2021-02-061-2/+2
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-061-2/+2
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+4
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-9/+10
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47687 Remove extra aggregation request parsing in PipelineCommandEric Cox2020-04-251-1/+1
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-21/+51
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-2/+3
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-231-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+3
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-16/+33
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-6/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-211-2/+14
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-1/+1
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-2/+3
* SERVER-35912 Upgraded PipelineCommand and ClusterPipelineCommand to TypedCommandAnthony Roy2018-07-111-56/+63
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-2/+2
* SERVER-33029 support global snapshot aggregate commandMisha Tyulenev2018-03-271-0/+6
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-0/+4
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-2/+3
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-3/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-2/+3
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-3/+3
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+2
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-161-10/+7
* SERVER-29525 sharding/explain_agg_read_pref.js shouldn't rely on internal $qu...Mathias Stearn2017-06-131-13/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-1/+1
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-5/+6
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-121-2/+1
* SERVER-28983 Get rid of duplicated code in the aggregation commandKaloian Manassiev2017-05-051-42/+33
* SERVER-28983 Fix undefined behaviour for the 'aggregate' commandKaloian Manassiev2017-04-271-5/+3
* SERVER-28350 cluster_pipeline_command.cpp::explain constructs command object ...Nick Zolnierz2017-04-191-10/+11
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-10/+3
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+44