summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/configsvr_merge_chunk_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48648 Return updated ShardVersion in _configsvrCommitChunkMerge to avo...Simon Gratzer2021-06-021-1/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-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-35497 Use more uasserts in the configsvr commandsKaloian Manassiev2018-06-081-10/+7
* SERVER-32375 Use readConcern local for config metadata operationsBlake Oler2018-05-101-0/+5
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-4/+1
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-271-1/+1
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-1/+2
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ...Martin Neupauer2018-03-141-2/+1
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-1/+2
* 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-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-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-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-1/+1
* 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-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* Revert "SERVER-22657 Cleanup CollectionShardingState test and configsvr comma...Kaloian Manassiev2016-11-161-7/+12
* SERVER-22657 Cleanup CollectionShardingState test and configsvr commandsKaloian Manassiev2016-11-151-12/+7
* SERVER-25856 Rename _configsvr{Split,Merge}Chunks commands to _configsvrCommi...Spencer T Brody2016-09-081-3/+3
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-231-4/+8
* SERVER-25000 Built _configsvrMergeChunk wrapper around applyOpsJess Fan2016-08-111-0/+125