summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/sharding_catalog_client_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-1/+1
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-1/+1
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-1/+7
* SERVER-58389 Removed $maxTimeMS for updates performed by shards on the config...Matt Walak2021-08-041-0/+13
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-031-0/+2
* SERVER-57307 Improve deletion of config.chunks entries with hint and retriesPierlauro Sciarelli2021-05-311-1/+2
* SERVER-57201 applyChunkOpsDeprecated function queries config.chunks always by...Sergi Mateo Bellido2021-05-271-0/+1
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-151-0/+8
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-091-8/+0
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-081-0/+8
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-161-2/+4
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-23/+1
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-041-4/+0
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-19/+15
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-021-8/+0
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-061-1/+2
* SERVER-42143 Use a single RS transaction for refineCollectionShardKey metadat...Jamie Heppenstall2019-08-191-10/+0
* SERVER-42141 Implement sharded metadata updates for refineCollectionShardKey ...Jamie Heppenstall2019-07-251-0/+10
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-161-0/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36411 include shard id/name in changelog/actionlog entriesKevin Pulo2018-11-141-15/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-051-5/+5
* SERVER-34072 config.databases writes with new version field should take the g...Esha Maharishi2018-06-111-11/+0
* SERVER-33867 Create and store db versions in config.databases on setFCV=4.0jannaerin2018-03-211-0/+5
* SERVER-33586 Move getAllShardedCollectionsForDb to the CatalogClientBlake Oler2018-03-141-0/+5
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-8/+8
* SERVER-30744 Move dropCollection logic from ShardingCatalogClient into Shardi...Kaitlin Mahar2018-01-161-5/+0
* SERVER-32365 Move the logic of the dropDatabase command into the new _configs...Kaitlin Mahar2018-01-151-3/+5
* SERVER-30504 Move the logic of the dropCollection command into the new _confi...Kaitlin Mahar2018-01-081-2/+3
* SERVER-18138 catalog manager listing methods now return vectorsKevin Pulo2017-12-181-17/+15
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-281-5/+0
* SERVER-30615 Fix duplicate key error in shardCollection by using local read c...Dianna Hohensee2017-09-141-1/+1
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-151-5/+0
* Revert "SERVER-30219 Make metadata commands use kLocalReadConcern"Esha Maharishi2017-08-081-8/+6
* Revert "SERVER-30324 Move cluster_remove_shard_cmd to mongod"Mathias Stearn2017-08-071-0/+5
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-071-5/+0
* SERVER-30219 Make metadata commands use kLocalReadConcernJessica Yu2017-08-021-6/+8
* SERVER-30023 Move createDatabase to configserverJessica Yu2017-08-011-3/+8
* SERVER-29660 move the logic of the enableSharding into the new _configsvrEnab...Jessica Yu2017-07-221-0/+6
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-2/+1
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-211-10/+0
* SERVER-29017 Get rid of ShardingCatalogClient::updateCollectionKaloian Manassiev2017-05-121-6/+0
* SERVER-28435 Implement getNewKey for catalog clientRandolph Tan2017-04-171-0/+8
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-28/+31
* SERVER-27584 add filter to listDatabases commandDavid Storch2017-01-191-2/+2
* SERVER-26732 Get rid of ShardingCatalogClient::getTagForChunkKaloian Manassiev2016-10-241-6/+0
* SERVER-26013 Remove ShardingCatalogClient::distLock and cleanup DistLockManagerKaloian Manassiev2016-09-081-5/+0
* SERVER-25872 make DistLockCatalogFixture and ReplSetDistLockManagerFixture ex...Esha Maharishi2016-09-011-6/+13