summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_version_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-1/+0
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-20/+26
* SERVER-65530 Get rid of the legacy ChunkVersion format (except for moveChunk)Kaloian Manassiev2022-05-251-148/+0
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-111-21/+18
* Revert "SERVER-63363 Fixing parsing of ChunkVersion"Sergi Mateo Bellido2022-03-311-1/+1
* SERVER-63363 Fixing parsing of ChunkVersionSergi Mateo Bellido2022-03-231-1/+1
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-111-24/+55
* SERVER-62783 Use the 'any' form for the wrongly encoded positional formatKaloian Manassiev2022-01-261-5/+5
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-23/+19
* SERVER-62783 Make parsing of new and legacy formats more explicitKaloian Manassiev2022-01-241-15/+50
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-6/+7
* SERVER-59770 Use the timestamp to implement the comparison methods of ChunkVe...Allison Easton2021-09-291-5/+7
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-41/+27
* SERVER-53099 Remove canThrowSSVOnIgnored for ChunkVersionsMarcos José Grillo Ramirez2021-08-091-32/+2
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-171-5/+52
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-19/+32
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-07-221-0/+25
* 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-36987 ChunkVersion::minorVersion truncates to 16 bitRandolph Tan2018-09-121-6/+19
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-19/+74
* SERVER-21186 Fix chunk version handling in ChunkTypeKaloian Manassiev2015-10-301-55/+19
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-91/+86
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-1/+0
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-231-0/+29
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-0/+88