summaryrefslogtreecommitdiff
path: root/src/mongo/s/routing_table_history_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chun...Pierlauro Sciarelli2023-03-291-30/+32
* SERVER-66652 Remove NoMoreAutoSplitter feature flagPierlauro Sciarelli2023-03-151-144/+0
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-47/+47
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-1/+1
* SERVER-60385 Timeseries fields aren't immutable anymoreSergi Mateo Bellido2021-10-041-8/+16
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-56/+63
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-42/+50
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-8/+16
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+8
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-47/+55
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-24/+81
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-031-81/+71
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-031-49/+0
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-19/+25
* SERVER-48740 Modify ChunkMap to use std::vector internallyAlex Taskov2020-07-081-0/+334
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-5/+1
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-151-4/+0
* SERVER-47674 Create Facade wrapper for ChunkInfoMapAlex Taskov2020-04-271-27/+32
* 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-21/+23
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-271-1/+0
* SERVER-35743 Divide current chunk size among the chunks it was split into in ...Matthew Saltz2018-07-251-0/+322