summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54180 Make ReplSetTest's stepUp function wait 60 seconds for nodes to ...Samy Lanka2021-02-051-1/+1
* SERVER-47817 Remove resetError commandAlexandre Bique2021-01-282-20/+13
* SERVER-53831 Force SpiderMonkey to garbage collect in ReplSetTest.checkOplogsJason Chan2021-01-281-0/+11
* SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang2021-01-251-1/+2
* SERVER-52651 Add FLE Support for AzureMark Benvenuto2021-01-226-10/+367
* SERVER-53105: Amend tests that target config.chunks by ns to target by ns or ...Jordi Serra Torrens2021-01-221-1/+10
* SERVER-53854: Ensure checkReplicatedDataHashes remembers previous dbhash mism...XueruiFa2021-01-211-1/+2
* SERVER-38938 include metadata in command responseRobert Guo2021-01-191-1/+8
* SERVER-53636 rs.add() should retry on CurrentConfigNotCommittedYet errorsPavi Vetriselvan2021-01-151-1/+2
* SERVER-47388 Enable support for x509 auth for _flushRoutingTableCacheUpdates ...Haley Connelly2021-01-081-11/+27
* SERVER-52650 Add FLE support for GCPAdam Cooper2021-01-087-32/+453
* SERVER-34927: allow localField and foreignField with more expressive $lookup ...Hana Pearlman2021-01-071-0/+1
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-4/+3
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-3/+3
* Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan2021-01-071-3/+4
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-4/+3
* SERVER-52998 Remove TODO listed in SERVER-49407Matthew Russotto2020-12-181-2/+0
* SERVER-50935: Expand dbhash checks to ensure two replica sets are in sync for...XueruiFa2020-12-152-237/+260
* SERVER-51457: Improve log line for failed speculative auth attemptsVarun Ravichandran2020-12-091-26/+57
* SERVER-50271: Remove --logv2 from shellVarun Ravichandran2020-12-091-4/+0
* SERVER-40811 make initializers throwyBilly Donahue2020-12-087-14/+1
* SERVER-53081 Extend KMSService to support BSONObj customer master keysMark Benvenuto2020-12-077-21/+65
* SERVER-53100 remove executable permission from text filesBilly Donahue2020-11-281-0/+0
* SERVER-48696 sigaction actions need to all be extern "C"Gabriel Russell2020-11-231-1/+1
* SERVER-52649 Add KMS OAuth CacheMark Benvenuto2020-11-183-2/+136
* SERVER-48261 Unblacklist auth tests that use the 'mixedShardTest' helperEsha Maharishi2020-11-171-1/+13
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-20/+0
* SERVER-52648 Refactor kms_aws.cpp into kms_aws.cpp and kms_network.cppAdam Cooper2020-11-164-104/+189
* SERVER-47863 Add fields to initial sync progress metricsJason Chan2020-11-161-1/+21
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-151-0/+35
* Revert "SERVER-52648 Refactor kms_aws.cpp into kms_aws.cpp and kms_network.cpp"Adam Cooper2020-11-144-187/+104
* SERVER-52648 Refactor kms_aws.cpp into kms_aws.cpp and kms_network.cppAdam Cooper2020-11-134-104/+187
* SERVER-48645 Remove versioning constraints on testing diagnosticsAmirsaman Memaripour2020-11-131-1/+1
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also repla...Arun Banala2020-11-121-0/+20
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ...Rishab Joshi2020-11-121-20/+0
* SERVER-13980 warn when shell input lines are truncatedKevin Pulo2020-11-111-0/+22
* SERVER-52659 Avoid running command in a separate thread in index_commands_sha...Tommaso Tocci2020-11-061-0/+1
* SERVER-47081 Delete geoSearch command and related testsMihai Andrei2020-11-031-1/+0
* SERVER-51112 Add runFeatureFlagMultiversionTest helper for targeted upgrade/d...Jason Chan2020-10-291-0/+39
* SERVER-43462 Remove cloneDatabase and copyDatabase shell helpersGeert Bosch2020-10-271-97/+0
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-3/+3
* SERVER-50333 mongo shell ignores TestData.encryptionCipherMode specified in t...Adam Cooper2020-10-212-0/+13
* SERVER-50250 Remove references to slave terminology in db.jsAli Mir2020-10-211-12/+12
* SERVER-50191 Create TTL index on config.tenantMigrationDonors to garbage coll...Cheahuychou Mao2020-10-201-0/+2
* SERVER-50590 Remove master/slave fields from getHashes function in replsettes...Ali Mir2020-10-201-3/+3
* SERVER-35111 Log a message on successfull completion of ReplSetTest.awaitLast...George Wangensteen2020-10-151-0/+2
* SERVER-51514 ProgramRunner::launchProcess() should escape backslashes on WindowsGregory Wlodarek2020-10-131-2/+2
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-134-18/+11
* SERVER-51416 simplify setParameter version checks in servers.jsBenety Goh2020-10-091-13/+17
* SERVER-51362 Ensure update and delete shell helpers support 'let' variablesKatherine Wu2020-10-082-5/+31