summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batched_command_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73281 Support update and delete ops in bulkWrite command on mongosKaitlin Mahar2023-05-021-0/+57
* SERVER-75175: Return correct opType for BatchedCommandRequest for bulkWriteseanzimm2023-03-231-1/+15
* SERVER-74155 Make working with array<variant<BulkWriteInsertOp, BulkWriteUpda...Frederic Vitzikam2023-03-021-8/+0
* SERVER-72092 Add update/delete op type to bulkWrite commandFrederic Vitzikam2023-02-221-0/+8
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-72637: Implement the skeleton of BulkWriteExec on mongosLingzhi Deng2023-01-311-1/+6
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-1/+1
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-1/+1
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-3/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-15/+15
* SERVER-65530 Get rid of the old ChunkVersion serialization formatsKaloian Manassiev2022-06-161-1/+1
* SERVER-63712 Add support for FLE 2 insert into MongoSMark Benvenuto2022-03-041-0/+5
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-0/+7
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-111-1/+1
* SERVER-62783 Use the 'any' form for the wrongly encoded positional formatKaloian Manassiev2022-01-261-1/+1
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-1/+1
* SERVER-62783 Get rid of ChunkVersion::appendToCommand/parseFromCommandKaloian Manassiev2022-01-241-5/+6
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-0/+8
* SERVER-57095 Increase number of zones in resharding_large_number_of_initial_c...Luis Osta2021-07-201-2/+11
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-25/+33
* SERVER-52778 Remove unused 'allowImplictCollectionCreate' from the routerKaloian Manassiev2021-03-041-9/+0
* SERVER-54021 Optimize shouldBypassDocumentValidationForCommand for IDL typesBen Caimano2021-01-281-0/+4
* SERVER-54071 Deduplicate `BatchedCommandRequest build*Op` methods in the code...Pierlauro Sciarelli2021-01-271-0/+63
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-11/+12
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-3/+1
* SERVER-49800 fix use-after-move violations in shardingBenety Goh2020-08-021-1/+1
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-011-0/+50
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-311-0/+5
* SERVER-44252 Delete implicit collection creation loop through the config serv...Mihai Andrei2020-01-091-1/+3
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-081-0/+9
* 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-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-23/+0
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-2/+2
* SERVER-34848 fix lintBenety Goh2018-05-041-3/+9
* Replace INVOKE macro with BatchedCommandRequest::_visitBilly Donahue2018-05-041-40/+10
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-231-0/+7
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-152/+102
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-271-41/+7
* Revert "SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNS"Kaloian Manassiev2017-07-261-7/+29
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-29/+10
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-2/+0
* SERVER-28752 Remove methods specific to WriteCommandBase from BatchedCommandR...Kaloian Manassiev2017-07-191-38/+8
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-113/+19
* SERVER-28752 Remove duplicated common fields from the insert/update/delete pa...Kaloian Manassiev2017-07-061-9/+22
* SERVER-29319 mongos write commands support document sequencesMathias Stearn2017-06-191-33/+16
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-15/+12
* SERVER-28753 Add support for TxnNumber/StmtId in write commandsKaloian Manassiev2017-06-081-6/+57
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-081-76/+20