summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1317-23/+0
* SERVER-35551 Avoid restarting mongobridge processes.Max Hirschhorn2019-02-112-6/+20
* SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.Max Hirschhorn2019-02-111-7/+17
* SERVER-39448 Make resmoke pass TestData.setParametersMongos to mongo shell as...Ben Caimano2019-02-081-6/+14
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-041-0/+10
* SERVER-36901 fix sh.status() last error reportingDmitry Ryabtsev2019-02-041-2/+4
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-303-52/+64
* SERVER-39128 Restore defaults propagation in dbshellSara Golemon2019-01-301-6/+25
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-293-64/+52
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-293-52/+64
* SERVER-39128 Avoid double-authenticationSara Golemon2019-01-263-56/+0
* SERVER-38147: cap donor migration lock acquisition stalls in the presence of ...Kim Tao2019-01-242-0/+16
* SERVER-38631 Let DriverSession own SessionAwareClient.Siyuan Zhou2019-01-243-11/+11
* SERVER-38038 mongo shell should support all ErrorExtraInfo codesMathias Stearn2019-01-231-0/+2
* SERVER-38887 Return names encapsulated when falling back on privilege inspectionSara Golemon2019-01-182-7/+33
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-0/+10
* SERVER-39007 Use rhel62-large distro for InMemory's concurrency* tasks.Max Hirschhorn2019-01-161-0/+6
* SERVER-38717 Shell prohibits w: 0 in sessionA. Jesse Jiryu Davis2019-01-151-11/+21
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-113-13/+11
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-102-24/+0
* SERVER-38887 Treat undefined filter object as unfiltered in Mongo.getDBs()Sara Golemon2019-01-101-4/+4
* SERVER-38800 ReplSetTest.dumpOplog() returns oplog entries in an array after ...Benety Goh2019-01-091-5/+12
* SERVER-38551 Convert message compressor options to IDLSara Golemon2019-01-091-4/+0
* SERVER-38512 Test that secondary hangs up on w: 0 writesA. Jesse Jiryu Davis2019-01-071-0/+11
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-072-3/+3
* SERVER-36902 Abort transaction on shell exit, try 2A. Jesse Jiryu Davis2019-01-031-48/+26
* SERVER-25936 Collection.dropIndexes() shell helper uses dropIndexes instead o...Benety Goh2018-12-271-2/+2
* SERVER-38530 Add getResumeToken shell helperBernard Gorman2018-12-221-2/+32
* Revert "SERVER-36902 Abort transaction on shell exit"Benety Goh2018-12-201-25/+47
* Revert "SERVER-36902 Update jsTests for new shell transaction API"Daniel Gottlieb2018-12-201-1/+1
* SERVER-36902 Update jsTests for new shell transaction APIA. Jesse Jiryu Davis2018-12-201-1/+1
* SERVER-36902 Abort transaction on shell exitA. Jesse Jiryu Davis2018-12-201-47/+25
* SERVER-35879 Reconstitute prepared transactions at end of startup recoverySamy Lanka2018-12-141-0/+8
* SERVER-37096 Fix to allow for multiversion naming in executable filesJonathan2018-12-131-1/+12
* SERVER-38143 Remove MMAPV1 command-line options and config file settingsGregory Wlodarek2018-12-113-3/+2
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-101-1/+3
* SERVER-37096 shell now checks for missing extension before appending exeJonathan2018-12-101-1/+1
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-0610-63/+88
* SERVER-37753 Increase number of initial sync attempts in all tests to 10Judah Schvimer2018-12-051-2/+1
* SERVER-38025 Run transaction workloads in sharded concurrency suites w/o fail...Jack Mulrow2018-12-051-6/+8
* SERVER-37801 Add prepared transaction metrics tracking to concurrency test suiteJason Chan2018-11-291-1/+1
* SERVER-38238 Convert shell options to IDLSara Golemon2018-11-274-205/+206
* SERVER-38250 Fix assertion message creation in assert.docEqJack Mulrow2018-11-261-1/+1
* SERVER-36204 Deprecate cloneCollection commandXiangyu Yao2018-11-261-0/+2
* SERVER-38066 Shell utils should allow files to be opened in binary modeLouis Williams2018-11-201-5/+38
* SERVER-36311 Add stepdowns, crashes, and shutdowns to replica_sets_multi_stmt...jannaerin2018-11-152-13/+54
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-33/+24
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-144-90/+69
* SERVER-38055 Mongod servers started through the shell must respect TestData.e...Tess Avitabile2018-11-141-1/+1
* SERVER-37727 dropIndexes supports dropping multiple indexesBenety Goh2018-11-081-5/+3