summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_identity_loader_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-211-25/+33
* Revert "SERVER-72088 Use ShardRemote for config shard in ShardRegistry"Jack Mulrow2022-12-201-33/+25
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-201-25/+33
* SERVER-71299 Fail startup if no ClusterId is foundTommaso Tocci2022-11-151-4/+4
* SERVER-68888 Remove deprecated fields from config.versionTommaso Tocci2022-11-121-3/+15
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+3
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+1
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-4/+2
* SERVER-51809 Change inheritance order for ReshardingRecipientServiceTestJack Mulrow2020-11-251-1/+2
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-1/+0
* 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-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-6/+6
* 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-29908 Fold the 'sharding_connection_hook' library into 'sharding_initi...Kaloian Manassiev2018-08-151-1/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-11/+2
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-1/+9
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-1/+1
* SERVER-29804 Remove 'undefined behaviour' in the sharding catalog unit-testsKaloian Manassiev2017-06-261-4/+3
* SERVER-29525 ShardRemote should just use the readPref it is givenMathias Stearn2017-06-131-1/+1
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-121-1/+1
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-141-1/+3
* SERVER-24325 Remove the s/catalog/replset/ directory and move all its files t...Spencer T Brody2016-09-211-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+2
* SERVER-24817 Remove fundamentally racy unit testSpencer T Brody2016-07-131-29/+0
* SERVER-24817 Separate out logic for loading cluster ID and accessing itSpencer T Brody2016-07-131-18/+16
* SERVER-25003 load clusterId into memory on config server transition to primar...Esha Maharishi2016-07-121-10/+20
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-081-0/+213