summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_version.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-2/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-4/+2
* SERVER-65530 Get rid of ChunkVersion::parse/serialiseMajorMinorVersionOnlyKaloian Manassiev2022-06-171-17/+0
* SERVER-65530 Get rid of the old ChunkVersion serialization formatsKaloian Manassiev2022-06-161-166/+0
* SERVER-65530 Get rid of more usages of the legacy ChunkVersion formatKaloian Manassiev2022-05-201-49/+1
* SERVER-65530 Get rid of ChunkVersionArrayWronglyEncodedAsBSONObjFormatKaloian Manassiev2022-05-171-12/+20
* SERVER-66472 Pull the collection generation out of ChunkVersionKaloian Manassiev2022-05-171-12/+36
* SERVER-65491 Use the new ChunkVersion format in the positional pathsKaloian Manassiev2022-04-131-12/+26
* SERVER-65438 Use the new ChunkVersion format in appendLegacyWithFieldKaloian Manassiev2022-04-131-3/+10
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-111-3/+1
* Revert "SERVER-63363 Fixing parsing of ChunkVersion"Sergi Mateo Bellido2022-03-311-12/+4
* SERVER-63363 Fixing parsing of ChunkVersionSergi Mateo Bellido2022-03-231-4/+12
* SERVER-63088 Change chunk version persistance formatMarcos José Grillo Ramirez2022-02-181-0/+13
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-111-3/+35
* SERVER-62783 Use the 'any' form for the wrongly encoded positional formatKaloian Manassiev2022-01-261-8/+12
* SERVER-62783 Get rid of ChunkVersion::toBSONKaloian Manassiev2022-01-251-22/+20
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-16/+2
* SERVER-62783 Make parsing of new and legacy formats more explicitKaloian Manassiev2022-01-241-38/+57
* SERVER-62783 Move the version parsing for ShardCollectionType out of ChunkVer...Kaloian Manassiev2022-01-241-4/+17
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-29/+35
* SERVER-53099 Remove canThrowSSVOnIgnored for ChunkVersionsMarcos José Grillo Ramirez2021-08-091-10/+5
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-171-19/+59
* SERVER-53099 Change the TODO number for SERVER-53053 in the codeKaloian Manassiev2020-12-011-1/+0
* SERVER-53053 Get rid of the 'canThrowSSVOnIgnored' conditioning in ChunkVersionKaloian Manassiev2020-11-261-2/+2
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Marcos José Grillo Ramírez2020-01-081-1/+15
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-121-0/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-211-1/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-59/+43
* SERVER-29437 update shard config.collections schema to use lastRefreshedChunk...Dianna Hohensee2017-06-201-3/+4
* SERVER-27804 add additional parsers to ChunkType for shard's config.chunks.uu...Dianna Hohensee2017-01-301-0/+10
* SERVER-22659 Adding CommitChunkMigration command on the config server.Dianna Hohensee2016-06-221-2/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24071 Introduce ChunkVersion legacy format parserKaloian Manassiev2016-05-101-0/+14
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-091-3/+4
* SERVER-21186 Fix chunk version handling in ChunkTypeKaloian Manassiev2015-10-301-0/+7
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-54/+4
* SERVER-19855 Change ShardingRequestMetadata to ConfigServerRequestMetadata to...Spencer T Brody2015-09-181-11/+11
* SERVER-19905 SERVER-19855 Put config server optime into its own subobject whe...Spencer T Brody2015-09-171-16/+19
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-4/+6
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-171-0/+152
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-141-152/+0
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-141-0/+152
* SERVER-10532 add sentinel values for ChunkVersionGreg Studer2013-09-241-34/+0
* SERVER-10766 Always write lastmodEpoch field on config.collectionsRandolph Tan2013-09-131-0/+34