summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/configsvr_enable_sharding_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54686 Remove the '_configsvrEnableSharding' commandKaloian Manassiev2021-07-271-126/+0
* SERVER-52944 Add additional audit sharding testsBen Caimano2021-04-011-1/+1
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-57/+6
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-2/+5
* SERVER-54171 Make `enableSharding` optimistically skip acquiring the DB DistLockKaloian Manassiev2021-02-021-5/+32
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-8/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44855 Add comments and cleanup the catalog managerKaloian Manassiev2019-12-221-5/+5
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-061-2/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-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-8/+10
* SERVER-35497 Use more uasserts in the configsvr commandsKaloian Manassiev2018-06-081-5/+3
* SERVER-32375 Use readConcern local for config metadata operationsBlake Oler2018-05-101-0/+5
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-8/+4
* SERVER-33795 remove backwards compatible distlock from sharding catalog commandsEsha Maharishi2018-03-121-9/+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-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-4/+5
* SERVER-31524 make all metadata commands wait for majority writeConcern when r...Esha Maharishi2017-10-171-1/+6
* SERVER-30733 make distlocks hierarchical for metadata commands on databases a...Esha Maharishi2017-10-121-0/+10
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-281-2/+1
* SERVER-29660 move the logic of the enableSharding into the new _configsvrEnab...Jessica Yu2017-07-221-0/+134