summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63515 Remove unnecessary TODO from codebaseMarcos José Grillo Ramirez2022-05-051-1/+0
* SERVER-52604 normalize log.h inclusion semanticsBilly Donahue2022-05-042-6/+4
* SERVER-62175 Mongos fails to attach RetryableWrite Error Label For Command In...Rachita Dhawan2022-05-041-45/+65
* SERVER-65810: Disable test-only cluster server parameters when enableTestComm...Varun Ravichandran2022-05-041-2/+21
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-65640 Add concurrency workload that performs resharding while there ar...Cheahuychou Mao2022-04-281-3/+2
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-1/+2
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-252-3/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-227-5/+17
* SERVER-64986 Add concurrency workloads that test internal transactions using ...Cheahuychou Mao2022-04-221-8/+4
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation a...Jack Mulrow2022-04-204-40/+43
* SERVER-6491 Make dropIndexes take the distlock so it can never run in paralle...Randolph Tan2022-04-201-85/+25
* SERVER-65048 Support retryable writes in internal_transactions_test_commandSanika Phanse2022-04-191-2/+8
* SERVER-65246 log for waitInHello only if the fail point is setFrederic Vitzikam2022-04-131-6/+9
* SERVER-65438 Use the new ChunkVersion format in appendLegacyWithFieldKaloian Manassiev2022-04-131-3/+4
* SERVER-63081 Create a test command for internal transactionsSanika Phanse2022-04-124-108/+101
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-122-214/+1
* SERVER-63198 Prevent shutdown command from hangingDaniel Morilha2022-04-112-2/+2
* SERVER-63606 Serialize setClusterParameter with add/remove shard and push par...Marcos José Grillo Ramirez2022-04-111-0/+2
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-112-1/+1
* Revert "SERVER-63606 Serialize setClusterParameter with add/remove shard and ...auto-revert-processor2022-04-091-2/+0
* SERVER-63606 Serialize setClusterParameter with add/remove shard and push par...Marcos José Grillo Ramirez2022-04-081-0/+2
* SERVER-65134 Support FLE rewrite for explain of findAndModify commandNicholas Zolnierz2022-04-081-1/+11
* SERVER-65237 Server-side rewrite in explain for delete and update commandsDavis Haupt2022-04-072-5/+18
* SERVER-65128: Improve integration testing and address bugs in setClusterParam...Varun Ravichandran2022-04-071-1/+1
* SERVER-65246 Fix waitInHello_failpoint.jsFrederic Vitzikam2022-04-061-0/+5
* SERVER-65204 Remove usages of StaleEpoch from the merge pathKaloian Manassiev2022-04-061-0/+1
* SERVER-64486 + SERVER-64363 moveRange honors secondary throttle and cluster m...Pierlauro Sciarelli2022-04-062-17/+32
* SERVER-64850 Remove unused member variableJack Mulrow2022-04-051-1/+0
* SERVER-64360 Server-side rewrite for count commandDavis Haupt2022-04-052-16/+21
* SERVER-65204 Cleanup Router-Only / Router-Shard commandsKaloian Manassiev2022-04-056-11/+111
* SERVER-64357 Rewrite filter over encrypted fields for findAndModify commandNicholas Zolnierz2022-04-051-1/+2
* SERVER-62261: Implement getClusterParameter command on mongod and mongosVarun Ravichandran2022-04-013-2/+191
* SERVER-64644 Prohibit sharding of FLE 2 state collectionsMark Benvenuto2022-04-011-0/+4
* SERVER-63504 Add shard worker for ecoc compactionSara Golemon2022-03-312-0/+118
* SERVER-64540 Add feature flag just for using txn API for updating document sh...Sanika Phanse2022-03-312-2/+2
* SERVER-63495 Link cluster aggregate and getMore into mongodJack Mulrow2022-03-317-30/+178
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-311-7/+6
* SERVER-63495 Support running cluster commands through the transaction APIJack Mulrow2022-03-303-3/+97
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-303-31/+13
* SERVER-65013 Optional min bound for `moveRange`Pierlauro Sciarelli2022-03-301-0/+3
* Revert "SERVER-64540 Add feature flag just for using txn API for updating doc...Max Hirschhorn2022-03-304-46/+5
* SERVER-64540 Add feature flag just for using txn API for updating document sh...sphanse992022-03-294-5/+46
* SERVER-64741 Create mongos appendOplogNote commandali-mir2022-03-292-0/+107
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-293-43/+41
* SERVER-64359: Implement FLE server-side rewrite for agg command on mongosHana Pearlman2022-03-282-3/+3
* SERVER-64142 Add new enforceUniqueness to refineCollectionShardKey commandRandolph Tan2022-03-281-0/+1
* SERVER-64356 Server-side rewrite for find command on mongosDavis Haupt2022-03-252-0/+8
* SERVER-64148 Atomic `split+move` when moveRange invoked with only one boundPierlauro Sciarelli2022-03-241-22/+2
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-242-26/+29