summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ...HEADmasterauto-revert-processor2023-05-181-1/+0
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-0/+1
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-1/+2
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-101-1/+1
* SERVER-74976: Remove TODO about checking if transitionFromDedicatedConfigServ...wenqinYe2023-05-101-2/+0
* SERVER-76925 Log the actual error on failure in fsm_workloads/map_reduce_drop.jsDianna Hohensee2023-05-101-1/+2
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-073-12/+12
* SERVER-76033: Shardingtest hardcodes wiredTigerKshitij Gupta2023-05-021-2/+2
* SERVER-69317 Remove Feature Flag for PM-2213Moustafa Maher Khalil2023-05-011-11/+0
* SERVER-75440 Add new consistency check for preimagesJordi Olivares Provencio2023-04-282-76/+186
* SERVER-65267 Remove Feature Flag for PM-2719Shreyas Kalyan2023-04-271-1/+0
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-263-23/+28
* SERVER-76434 skipClusterParameterRefresh failpoint requires FCV 7.1Tommaso Tocci2023-04-241-0/+2
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-242-22/+23
* SERVER-76335 assertRetryableCommandWorked should check command resultsAllison Easton2023-04-211-5/+5
* SERVER-76137 Run sharding passthroughs with a config shard in config shard va...Jack Mulrow2023-04-201-1/+3
* SERVER-76064 Increase receiveChunkWaitForRangeDeleterTimeoutMS default value ...Silvia Surroca2023-04-201-5/+10
* SERVER-76139 sync_source_changes.js should wait for node to no longer be newl...Kaitlin Mahar2023-04-181-2/+2
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-75999 Fail point utils should retry configureFailPoint on retriable er...Allison Easton2023-04-181-5/+8
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-1/+1
* SERVER-72937 Create the QE cleanupStructuredEncryptionData command skeleton f...Shreyas Kalyan2023-04-171-3/+4
* Revert "SERVER-76064 Increase receiveChunkWaitForRangeDeleterTimeoutMS defaul...auto-revert-processor2023-04-171-10/+5
* SERVER-76064 Increase receiveChunkWaitForRangeDeleterTimeoutMS default value ...Silvia Surroca2023-04-171-5/+10
* SERVER-74445 Fix checkMetadataConsistency with a catalog shardJack Mulrow2023-04-141-4/+1
* SERVER-72988: Support retryable writes for bulkWrite on mongodseanzimm2023-04-131-0/+2
* SERVER-74498 Remove temporary_catalog_shard_incompatible tags (part 2)Jack Mulrow2023-04-121-1/+2
* SERVER-72924 add --shellSeed argument to resmokeTrevor Guidry2023-04-103-2/+15
* SERVER-74996: Add tlsClusterAuthX509Override server parameter, rolling restar...Varun Ravichandran2023-04-071-2/+7
* SERVER-74086 Implement checks for consistent indexes across shardsTommaso Tocci2023-04-072-5/+10
* SERVER-74078 Add collection level mode to checkMetadataConsistency commandPol Pinol Castuera2023-04-071-0/+9
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-20/+34
* SERVER-75571 Skip metdata consistency check in catalog_shard_secondary_reads.jsTommaso Tocci2023-04-031-1/+4
* SERVER-74935 Add CheckMetadataConsistency hook to ShardingTest js fixturetoto2023-03-302-0/+7
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-10/+12
* SERVER-61100 Fix multiversion tests that assert last-lts/last-continuous inco...Tausif Rahman2023-03-292-495/+559
* SERVER-73691: Require confirmation for upgrade/downgradeXueruiFa2023-03-282-6/+41
* Revert "SERVER-74935 Add CheckMetadataConsistency hook to ShardingTest js fix...Tommaso Tocci2023-03-272-7/+0
* SERVER-74112 Make mongod->mongot connections auth configurableGeorge Wangensteen2023-03-272-1/+14
* SERVER-74935 Add CheckMetadataConsistency hook to ShardingTest js fixtureAntonio Fuschetto2023-03-272-0/+7
* SERVER-73648: Prohibit FCV downgrade to a rapid releaseXueruiFa2023-03-242-0/+20
* SERVER-74649 Dump Compressed BSONColumn as hexMatt Kneiser2023-03-241-0/+9
* SERVER-72947 Create shell helper that can be used to call cleanupStructuredEn...Shreyas Kalyan2023-03-223-5/+39
* SERVER-73711 Create Shell Helpers for autoMerger AdministrationPierlauro Sciarelli2023-03-161-5/+46
* SERVER-66652 Remove NoMoreAutoSplitter feature flagPierlauro Sciarelli2023-03-153-62/+1
* SERVER-74282 Require all internal server data cleanup be completed before all...Huayu Ouyang2023-03-141-1/+11
* SERVER-70703: Implement OIDC refresh flow in legacy shellVarun Ravichandran2023-03-021-0/+17
* SERVER-74276 Add catalog shard sharding suitesJack Mulrow2023-03-011-4/+24
* SERVER-72820 Retry disable/enable per-collection balancing in case of retryab...Antonio Fuschetto2023-02-281-8/+42
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-283-48/+41