summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/commands_public.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-06-261-0/+8
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-2/+2
* SERVER-38867 refine handling of system collections in listCollectionsKevin Pulo2019-05-081-41/+46
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-0/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+4
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-6/+21
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-6/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-6/+2
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-071-102/+0
* SERVER-28524 remove group commandKyle Suarez2018-05-301-69/+0
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-161-8/+93
* SERVER-34271 Rename ErrorCodes::isStaleShardingError to ErrorCodes::isStaleSh...Esha Maharishi2018-04-031-2/+2
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the da...Esha Maharishi2018-04-031-7/+5
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-271-2/+2
* SERVER-14900 Record post-execution CurOp metrics on mongoSBernard Gorman2018-03-241-1/+1
* SERVER-27664 Get rid of usages of ShardConnection in commands_public.cppKaloian Manassiev2018-03-231-114/+86
* SERVER-33770 SERVER-30375 Make 'convertToCapped' attach databaseVersion and s...Kaloian Manassiev2018-03-221-8/+23
* SERVER-30375 Make 'renameCollection' attach databaseVersion and shardVersion=...Kaloian Manassiev2018-03-211-30/+70
* SERVER-33514 Use the common sharding commands machinery for listCollections a...Kaloian Manassiev2018-03-191-42/+25
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable for `geoNear` and...Kaloian Manassiev2018-03-091-301/+0
* SERVER-32615 Make most outgoing mongos user commands that can write set impli...Randolph Tan2018-03-071-1/+15
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-2/+3
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-251/+0
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-3/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-2/+3
* SERVER-28684 Get rid of trivial usages of PublicGridCommand::passthroughKaloian Manassiev2018-03-011-108/+0
* SERVER-29908 Move some mongos commands to separate .cpp filesKaloian Manassiev2018-03-011-343/+79
* SERVER-33127 Ensure that 'count' value is always returned as part of the `col...Kaloian Manassiev2018-02-261-29/+13
* SERVER-29908 Move some cluster commands to separate filesKaloian Manassiev2018-02-261-291/+75
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-5/+5
* SERVER-33234 dropIndexes on mongos should ignore IndexNotFound from individua...Esha Maharishi2018-02-121-2/+12
* SERVER-32291 Implement _configsvrCreateCollection commandRandolph Tan2018-02-061-3/+23
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-19/+19
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+0
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-10/+10
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-10/+10
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-10/+10
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-6/+6
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-1/+1
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-59/+37
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-79/+83
* SERVER-32310 Log a warning that the geoNear command is deprecatedTess Avitabile2018-01-031-0/+12
* SERVER-31651 Extend geoNear command and agg stage to accept optional 'key' fi...David Storch2017-12-011-0/+1
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-1/+1
* SERVER-30344 prevent shards from implicitly creating a collection on createIn...Esha Maharishi2017-09-261-4/+11
* SERVER-30025 for sharded read with empty query, target only shards that own d...Esha Maharishi2017-09-261-104/+104