summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_metadata_util_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56469 The shard server catalog cache loader should replace the entrie...Sergi Mateo Bellido2021-05-031-6/+5
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-091-30/+0
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-14/+17
* SERVER-53052 Review some recent changes introduced in setFCV commandSergi Mateo Bellido2020-11-251-3/+3
* SERVER-51891 Make ShardCollectionType not use strict parsingSergi Mateo Bellido2020-11-181-0/+30
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-12/+9
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-3/+2
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-2/+1
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+3
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-121-21/+23
* 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-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-2/+1
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-2/+2
* SERVER-32198 Change the namespaces stored as StringData to NamespaceStringKaloian Manassiev2018-04-261-1/+1
* SERVER-33766 Ensure that secondaries always invalidate the in-memory routing ...jannaerin2018-04-201-4/+7
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-1/+1
* SERVER-32846 NamespaceString: add and remove relational operatorsBilly Donahue2018-01-241-1/+1
* SERVER-31275 Ensure causal consistency guarantees on secondaries during chunk...Dianna Hohensee2017-11-081-0/+1
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-2/+2
* SERVER-31644 Rename the per-shard filtering information cache collections to ...Kaloian Manassiev2017-10-201-1/+1
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-47/+35
* SERVER-30437 Stop the shard chunk loader from scheduling persistence tasks wi...Dianna Hohensee2017-08-101-16/+0
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-1/+0
* SERVER-27723 Undeprecate ChunkType::DEPRECATED_epoch and ChunkType::DEPRECATE...Joanna Huang2017-06-231-5/+5
* SERVER-29437 update shard config.collections schema to use lastRefreshedChunk...Dianna Hohensee2017-06-201-10/+9
* SERVER-28431 shard chunk loader interface implementationDianna Hohensee2017-05-081-11/+20
* SERVER-28721 update ShardCollectionType schema with additional fields and ref...Dianna Hohensee2017-04-151-109/+119
* SERVER-28176 read chunks collections on shardsDianna Hohensee2017-03-131-8/+33
* SERVER-28120 persist config.collections entries on shards for the collections...Dianna Hohensee2017-03-091-0/+314