summaryrefslogtreecommitdiff
path: root/src/mongo/s/config_server_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-4/+0
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-32809 Fix lintJack Mulrow2018-02-221-14/+14
* SERVER-32809 Fix typo in config_server_test_fixture.cppKeita Akutsu2018-02-221-2/+2
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-1/+1
* SERVER-32984 clean up DatabaseType classEsha Maharishi2018-02-051-4/+1
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-12/+11
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-1/+1
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-151-0/+54
* Revert "SERVER-30324 Move cluster_remove_shard_cmd to mongod"Mathias Stearn2017-08-071-54/+0
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-071-0/+54
* SERVER-29672 Make Config/ShardCatalogCacheLoader decorations on ServiceContextKaloian Manassiev2017-07-281-8/+7
* SERVER-28752 Get rid of usages of Batched Insert/Update/Delete Request in sha...Kaloian Manassiev2017-07-191-16/+11
* SERVER-28752 Remove methods specific to WriteCommandBase from BatchedCommandR...Kaloian Manassiev2017-07-191-3/+8
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-20/+24
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-211-0/+43
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28431 shard chunk loader interface implementationDianna Hohensee2017-05-081-2/+9
* Revert "Revert "SERVER-28433 Implement KeysCollectionCacheReaderAndUpdater""Randolph Tan2017-04-181-0/+22
* Revert "SERVER-28433 Implement KeysCollectionCacheReaderAndUpdater"Daniel Gottlieb2017-04-181-22/+0
* SERVER-28433 Implement KeysCollectionCacheReaderAndUpdaterRandolph Tan2017-04-171-0/+22
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-28155 Get rid of the 'serveronly' sharding libraryKaloian Manassiev2017-03-011-2/+0
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-011-3/+3
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27860 remove invariants to prevent ShardLocal running on shards and re...r3.5.3Dianna Hohensee2017-02-101-3/+3
* SERVER-27804 add additional parsers to ChunkType for shard's config.chunks.uu...Dianna Hohensee2017-01-301-2/+3
* SERVER-27726 Split ShardingCatalogManagerImpl into multiple .cpp filesKaloian Manassiev2017-01-181-1/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-0/+4
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-4/+0
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-0/+4
* SERVER-25934 rename MongodTestFixture to ShardingMongodTestFixtureEsha Maharishi2016-10-201-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-2/+1
* Revert "SERVER-26411 Move balancer sources under mongo/db/s"Benety Goh2016-10-051-1/+2
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-2/+1
* SERVER-24325 Remove the s/catalog/replset/ directory and move all its files t...Spencer T Brody2016-09-211-4/+4
* Revert "SERVER-26155 Use read concern 'local' for dist lock manager on the co...Kaloian Manassiev2016-09-201-1/+1
* SERVER-26155 Use read concern 'local' for dist lock manager on the config serverKaloian Manassiev2016-09-191-1/+1
* SERVER-25563 create MongodTestFixture and make ConfigServerTestFixture extend itEsha Maharishi2016-09-011-217/+53
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-291-11/+13
* Revert "SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRe...Dan Pasette2016-08-261-13/+11
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-261-11/+13
* SERVER-25677 Clear cached clusterId if config.version document is rolled back.Spencer T Brody2016-08-261-0/+7
* SERVER-21757 ServerStatus advisoryHostFQDNs should be optionalJonathan Reams2016-08-241-6/+0
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-231-2/+1
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-21/+17
* SERVER-25000 Built _configsvrMergeChunk wrapper around applyOpsJess Fan2016-08-111-4/+3
* SERVER-24999 Built _configsvrSplitChunk wrapper around applyOpsJess Fan2016-08-101-0/+23
* SERVER-25350 Move thread initialization from subclasses into ServiceContextMo...Sam Dunietz2016-08-021-3/+1