summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_chunk_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-141-18/+42
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-011-0/+26
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-12/+14
* SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags upgrade/d...Jack Mulrow2020-03-271-64/+0
* SERVER-42299 Upgrade/downgrade for config.chunks and config.tagsJack Mulrow2019-10-151-8/+72
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-63/+40
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-221-38/+17
* 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-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-1/+1
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-2/+2
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-0/+59
* SERVER-27804 add additional parsers to ChunkType for shard's config.chunks.uu...Dianna Hohensee2017-01-301-34/+96
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-6/+6
* SERVER-24393 Implement ShardingCatalogManagerImpl::assignKeyRangeToZoneRandolph Tan2016-07-191-2/+17
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-37/+63
* SERVER-24167 ChunkType should generate the chunk's _idKaloian Manassiev2016-05-181-10/+0
* SERVER-22247 Fix clang compile errorKaloian Manassiev2016-01-211-1/+1
* SERVER-22247 Do not fail when parsing pre-2.2 sharding collection metadataKaloian Manassiev2016-01-211-0/+20
* SERVER-21186 Fix chunk version handling in ChunkTypeKaloian Manassiev2015-10-301-65/+45
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-141-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-136/+123
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-6/+6
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-1/+0
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-7/+7
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-071-0/+176