summaryrefslogtreecommitdiff
path: root/src/mongo/s/routing_table_history_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Allison Easton2021-09-211-56/+63
| | | | ShardCollectionType IDL
* 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
| | | | | | | | | * Adding IDL support to time-series fields + exposing its symbols in some class wrappers * Modifying the CatalogCacheLoader, CatalogCache and the ChunkManager to handle the new timeseries fields * Disallowing operations over sharded time-series collections * Fixing some tests + adding a new one
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-47/+55
| | | | PART 2: Fixing our tests
* 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 ↵Blake Oler2020-09-021-19/+25
| | | | CatalogCache refresh
* 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 ↵Kaloian Manassiev2020-06-211-5/+1
| | | | | | | | directory With this change there are no more references from mongo/s (which is code common between MongoS and MongoD) and mongo/db/s (which is code specific for MongoD only).
* 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
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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
the routing table