summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50072 Check _isWindows() when initializing MongoRunner.EXIT_ABORTAli Mir2020-09-211-1/+2
* SERVER-49462 Wait for secondaries to be ready in ReplSetTest.checkOplogsVesselina Ratcheva2020-09-141-0/+2
* SERVER-41118 Only timeout autocomplete when interactiveDavid Percy2020-09-111-2/+4
* SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstestsAli Mir2020-09-093-10/+4
* SERVER-19823 rs.printSlaveReplicationInfo() syncedTo field displays the epoch...Huayu Ouyang2020-09-091-19/+8
* SERVER-50270 shell should require a password for AWS authMark Benvenuto2020-09-081-2/+2
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-1/+1
* SERVER-49993 Update _slaves to _secondaries in replsettest.jsAli Mir2020-09-041-11/+11
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-041-1/+1
* SERVER-49993 Change ReplSetTest functions that use master/slave terminologyAli Mir2020-09-031-184/+196
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-031-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-09-011-1/+1
* SERVER-50104 Make the test hook run a background migration on the data used b...Cheahuychou Mao2020-08-281-1/+1
* SERVER-49168 made SYSLIBDEPS_PRIVATE type and switched lzma to use itDaniel Moody2020-08-271-1/+1
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-1/+1
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-3/+3
* SERVER-49989 Add db.hello() shell helperAli Mir2020-08-252-0/+9
* SERVER-46867 Ensure that a db directory is created even when alwaysUseLogFile...Carl Raiden Worley2020-08-241-1/+2
* SERVER-50122: Support running mixed versions with last-continuous in ReplSetT...Lingzhi Deng2020-08-212-110/+142
* SERVER-26726 Check number of arguments for createIndex, createIndexes and ens...Nikita Lapkov2020-08-211-0/+12
* SERVER-49990 Alias setSlaveOk() and getSlaveOk() shell helpersAli Mir2020-08-205-23/+66
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-208-7/+78
* SERVER-49488 update shell error message for ADLRobert Guo2020-08-201-3/+10
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-34/+14
* SERVER-50267 Set output limit for rawMongoProgramOutput()Ruoxin Xu2020-08-182-2/+9
* SERVER-49392 Storage engine init checks that enableMajorityReadConcern is com...Gregory Wlodarek2020-08-171-7/+4
* SERVER-49996 Ensure getSiblingDB() is used instead of getSisterDB()Pavi Vetriselvan2020-08-172-15/+15
* SERVER-49430 Do not run hang analyzer in awaitSecondaryNodesForRollbackTestVesselina Ratcheva2020-08-141-0/+4
* SERVER-50065 Add OCSP tests for Certificate RotationMark Benvenuto2020-08-131-1/+1
* SERVER-49991 Alias db. and rs.printSlaveReplicationInfo() to printSecondaryRe...Pavi Vetriselvan2020-08-122-9/+20
* SERVER-50006 Move OCSPManager to ServiceContextMark Benvenuto2020-08-111-1/+1
* SERVER-50050 Fix non-ssl buildMark Benvenuto2020-08-101-0/+2
* SERVER-49136 Added shell helper for rotate commandMina Mahmood2020-08-071-0/+10
* SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection.Daniel Gottlieb2020-08-051-1/+7
* SERVER-43774 ShardingTest should initiate all of its ReplSetTest shard instan...Haley Connelly2020-08-032-36/+148
* SERVER-48206 Check process exit codes when stopping nodes in replsettest.jsAli Mir2020-08-032-6/+13
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-1/+1
* SERVER-50049 assert.soonNoExcept() should not access TestData.traceExceptions...Suganthi Mani2020-07-311-12/+21
* SERVER-49068 Extend genericSetFCVUsage tests to use "last-lts" and "last-cont...Jason Chan2020-07-311-0/+15
* SERVER-48741 Merge socket and ssl_manager librariesMark Benvenuto2020-07-301-1/+0
* SERVER-49187 Make ReplSetTest .stepUp() robust to election failures.Suganthi Mani2020-07-302-37/+56
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-0/+6
* SERVER-49416 Don't override the TestData.allowUncleanShutdowns parameter when...William Schultz2020-07-241-2/+6
* SERVER-49064 Update references of "last-stable" to use "last-continuous" and ...Jason Chan2020-07-235-42/+46
* SERVER-49356 Rehome target declarations out of src/mongo/SConscriptAndrew Morrow2020-07-211-1/+123
* SERVER-48733 Update expectedPrimaryNodeId parameter in awaitNodesAgreeOnPrimaryAli Mir2020-07-161-7/+12
* SERVER-49269: Add 'previousVersion' field to FCV document when in downgrading...Lingzhi Deng2020-07-151-2/+17
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+1
* SERVER-48445: Fix inconsistency in usage of programMajorMinorVersion when app...XueruiFa2020-07-101-8/+10