summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/type_shard_identity.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-2/+2
* SERVER-74311: Add sanity check assertions that only a config server has confi...wenqinYe2023-03-141-0/+19
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-2/+2
* 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-35486 Create _addShard command on shard to drive shard initializationMatthew Saltz2018-06-131-139/+24
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-29464 Get rid of unused code in the write commands parsingKaloian Manassiev2017-06-091-2/+0
* SERVER-22660 OpObserver on config server for inserts to config.shards from ol...Esha Maharishi2016-07-141-32/+3
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-081-4/+1
* SERVER-24126 fix shared library compileEsha Maharishi2016-06-131-1/+31
* Revert "SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the...Esha Maharishi2016-06-101-31/+1
* SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the shardId...Esha Maharishi2016-06-101-1/+31
* SERVER-23765 Update config string of shardIdentity documentRandolph Tan2016-05-051-0/+14
* SERVER-22664 Add _overrideShardIdentity configuration for cloud backup serviceRandolph Tan2016-05-051-1/+2
* SERVER-22647 opObserver on shard mongod to initialize sharding state on inser...Randolph Tan2016-04-201-10/+36
* SERVER-22661 Write a type for ShardIdentityRandolph Tan2016-03-181-0/+174