summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batched_command_request_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-1/+3
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-5/+1
* SERVER-65530 Get rid of the old ChunkVersion serialization formatsKaloian Manassiev2022-06-161-2/+3
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-2/+4
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-5/+5
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-1/+2
* SERVER-44252 Delete implicit collection creation loop through the config serv...Mihai Andrei2020-01-091-3/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-15/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* 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-8/+10
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-28/+0
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-231-1/+4
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-31/+56
* SERVER-28752 Remove methods specific to WriteCommandBase from BatchedCommandR...Kaloian Manassiev2017-07-191-4/+8
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-2/+2
* SERVER-28752 Remove duplicated common fields from the insert/update/delete pa...Kaloian Manassiev2017-07-061-1/+1
* SERVER-29319 mongos write commands support document sequencesMathias Stearn2017-06-191-11/+14
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-081-91/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-6/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+16
* SERVER-23129 Reject unknown fields in write commandsMathias Stearn2016-04-211-2/+1
* SERVER-22203 consolidate shardVersion checks to using the OperationShardVersion.Esha Maharishi2016-03-071-24/+0
* SERVER-20859 Propagate bypassDocumentValidation in cloneTo methodsMathias Stearn2015-10-151-0/+10
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-6/+2
* SERVER-19905 SERVER-19855 Put config server optime into its own subobject whe...Spencer T Brody2015-09-171-5/+6
* SERVER-19855 SERVER-20285 Make write commands send shard version information ...Spencer T Brody2015-09-171-0/+64
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-141-4/+4
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-021-0/+149