summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49065 Mark API Version 1 commandsPV992020-07-2821-1/+91
* SERVER-48677: Add reshardCollection cmd to configsvr.Kshitij Gupta2020-07-231-36/+19
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-222-3/+3
* SERVER-44586 add metrics to serverStatus to track type of update commandMindaugas Malinauskas2020-07-212-6/+33
* SERVER-48877 Create an APIParameters classPV992020-07-171-1/+2
* SERVER-48866 Parse Versioned API parametersPV992020-07-151-0/+3
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-4/+5
* SERVER-49308 Allow to advance any VectorClock time for testingPierlauro Sciarelli2020-07-071-1/+2
* SERVER-48676: Create reshardCollection command on router.Kshitij Gupta2020-07-022-0/+125
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-021-596/+142
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-212-6/+1
* SERVER-48557: Omit cursor.atClusterTime field from read replies in transactionsLingzhi Deng2020-06-152-2/+6
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-2/+2
* SERVER-46718 Support 'let' parameters for findAndModify in sharded environmentsKatherine Wu2020-06-122-4/+35
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-2/+2
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-2/+2
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-119-262/+82
* SERVER-46726 Using testing proctor to control diagnosticsAmirsaman Memaripour2020-06-103-3/+0
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-0812-676/+721
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-059-82/+262
* SERVER-48393 Exclude awaitable isMaster from serverStatus latency metricsA. Jesse Jiryu Davis2020-06-051-0/+3
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-054-179/+35
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-1/+1
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-021-0/+3
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-029-262/+82
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-011-2/+2
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-019-82/+262
* SERVER-48038 mongos retries snapshot errors with new timestampA. Jesse Jiryu Davis2020-05-261-18/+18
* SERVER-48038 mongos shouldn't retry SnapshotTooOld outside transactionA. Jesse Jiryu Davis2020-05-261-0/+5
* SERVER-47018 Attach topology version to shutdown errors while in quiesce modePavi Vetriselvan2020-05-211-0/+24
* SERVER-48028: Ban commands not allowed in snapshot outside of transactionsLingzhi Deng2020-05-131-1/+4
* SERVER-47996 Ban "distinct" on sharded collectionsA. Jesse Jiryu Davis2020-05-131-0/+8
* SERVER-48013 Use atomics to reduce contention in hasSeenKeys()Amirsaman Memaripour2020-05-122-30/+51
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-123-0/+108
* SERVER-35443 Update help text for shutdown commands and increase freeze timeTess Avitabile2020-05-111-4/+4
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-073-10/+21
* SERVER-47908 Wire speculativeAuthenticate into mongosSara Golemon2020-05-043-0/+10
* SERVER-41068: hold refs while calling wait functionsBilly Donahue2020-05-021-1/+1
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-6/+6
* SERVER-47553 Prevent appendRequiredFieldsToResponse() from throwing inside no...Gregory Noma2020-04-301-81/+84
* SERVER-46115 Implement 'let' parameters to aggregate commandsEric Cox2020-04-301-1/+2
* SERVER-46956 add Quiesce Mode to MongosTopologyCoordinatorPavi Vetriselvan2020-04-291-8/+7
* SERVER-47674 Create Facade wrapper for ChunkInfoMapAlex Taskov2020-04-271-2/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-2647-47/+47
* SERVER-47687 Remove extra aggregation request parsing in PipelineCommandEric Cox2020-04-251-1/+1
* SERVER-46955 Create MongosTopologyCoordinatorPavi Vetriselvan2020-04-232-43/+24
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-4/+4
* SERVER-43427 Remove TODO listed for SERVER-26110 (closed as Won't Fix)Blake Oler2020-04-201-1/+0
* SERVER-47426 Remove ClusterExplain::downconvert and other now-unused functionsBlake Oler2020-04-169-190/+108
* SERVER-46954 Make shutdown command on mongos accept timeoutSecsPavi Vetriselvan2020-04-152-10/+6