summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/sharding_catalog_client_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66297 get rid of maxSizeEnrico Golfieri2022-09-071-2/+0
* Revert "SERVER-66297 get rid of maxSize"Sviatlana Zuiko2022-09-021-0/+2
* SERVER-66297 get rid of maxSizeEnrico Golfieri2022-09-011-2/+0
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-3/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-6/+6
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-271-1/+1
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-11/+7
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-031-1/+1
* SERVER-33326 Remove applyChunkOpsDeprecated from the catalog clientMarcos José Grillo Ramirez2022-05-231-137/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65407: Use admin database for applyOpsKshitij Gupta2022-04-221-1/+1
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-071-22/+33
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-021-13/+8
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-021-12/+37
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-22/+23
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-221-1/+1
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-20/+25
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-12/+15
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-23/+29
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-161-8/+14
* SERVER-53033 Investigate usages on "not master" error messages in sharding un...Allison Easton2021-07-021-3/+3
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-031-8/+18
* SERVER-57201 applyChunkOpsDeprecated function queries config.chunks always by...Sergi Mateo Bellido2021-05-271-0/+3
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-25/+37
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-12/+12
* SERVER-53403 Define IDL type for docs in admin.system.external_validation_keysCheahuychou Mao2021-01-151-2/+4
* SERVER-53680 Use IDL for KeysCollectionDocumentCheahuychou Mao2021-01-131-2/+3
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-47/+24
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-15/+2
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-11/+11
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-9/+9
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-58/+41
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-29/+16
* SERVER-50027 Make CollectionType use IDL (Part 3)Kaloian Manassiev2020-11-021-3/+0
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-0/+1443