summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26016 Add a basic test of oplog replay on startupMathias Stearn2016-09-161-0/+6
* SERVER-16725 Incorrect character conversion between UTF-8 and UTF-16Mark Benvenuto2016-09-161-8/+2
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2016-09-161-2/+5
* SERVER-25488 __sanitizeMatch needs a check for nullJonathan Abrahams2016-09-151-1/+1
* SERVER-25488 fixed lintBenety Goh2016-09-151-4/+4
* SERVER-25488 Added JavaScript funciton to mongo shell to check for sanitizer ...Jonathan Abrahams2016-09-152-18/+25
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-153-0/+16
* SERVER-26062 Default to one initial sync attempt in replicaset tests and repl...Judah Schvimer2016-09-152-16/+40
* SERVER-26095 fix error message in ShardingTest::awaitBalancerRoundDianna Hohensee2016-09-151-4/+9
* Revert "SERVER-22688 Provide a setParameter and shell option to control the j...Waley Chen2016-09-133-16/+0
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-133-0/+16
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-2/+0
* SERVER-24081 fixed explainable count to respect hintMaria van Keulen2016-09-133-30/+37
* SERVER-26076 Increase timeouts in ReplSetTest to 5 minutesJudah Schvimer2016-09-131-10/+13
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-0/+2
* SERVER-23936 insertOne only accepts objectsMatt Cotter2016-09-131-1/+6
* SERVER-26041 Use bsonBinaryEqual in checkDBHashesForReplSetJonathan Abrahams2016-09-121-2/+2
* SERVER-25551 Pass batchSize through to DBCommandCursor in aggregation helperJonathan Reams2016-09-121-1/+4
* SERVER-26049 Raise default writeConcern wtimeout in db.js to 5 minutesJudah Schvimer2016-09-121-1/+1
* SERVER-26042 Increase the timeout of ShardingTest configuration writesKaloian Manassiev2016-09-091-1/+5
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-2/+2
* SERVER-14596 move free function escape out of bsonelementMatt Cotter2016-09-081-0/+1
* SERVER-25889 Collection validation should fail if featureCompatibilityVersion...Tess Avitabile2016-09-071-1/+3
* SERVER-25975 print oplog on failures in optime.jsJudah Schvimer2016-09-071-13/+9
* SERVER-25977 Increase default assert.soon timeout to 5 minutesJudah Schvimer2016-09-071-1/+1
* SERVER-25335 use open + fdopen on OSX, and cope with slow program outputKevin Pulo2016-09-061-2/+2
* SERVER-25335 avoid group and other permissions when creating .dbshell history...Kevin Pulo2016-09-061-2/+12
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-0/+10
* SERVER-25912 Disable periodic noop writes in jstestsSpencer T Brody2016-09-022-0/+33
* SERVER-7295 check arguments to rename collection helperMatt Cotter2016-09-021-0/+13
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-294-10/+6
* SERVER-25180 make full histogram output optionalKevin Albertson2016-08-291-2/+3
* SERVER-25474 make jsTest.authenticate more flexibleRobert Guo2016-08-261-5/+5
* SERVER-24248 Run multiversion tests with different storage enginesJonathan Abrahams2016-08-251-37/+45
* SERVER-25768 skip hooks in fuzzer suites when invalid views presentKyle Suarez2016-08-242-2/+14
* SERVER-25739 set_feature_compatibility_version.js should not use 3.4 mongos t...Tess Avitabile2016-08-241-2/+38
* SERVER-25503 Remove misleading print statement from sh.getShouldAutoSplit she...Spencer T Brody2016-08-241-2/+0
* SERVER-25514 Prevent a v3.4 mongos from being used to add a v3.2 shardSpencer T Brody2016-08-221-2/+8
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-191-0/+12
* Revert "SERVER-24248 Run multiversion tests with different storage engines"Jonathan Abrahams2016-08-181-17/+10
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-182-57/+53
* SERVER-23829 shell launcher logs name stored on ProgramRunnerMatt Cotter2016-08-182-34/+13
* SERVER-24248 Run multiversion tests with different storage enginesJonathan Abrahams2016-08-181-10/+17
* SERVER-24132 add slaveOk to copyDB helperMatt Cotter2016-08-171-4/+15
* SERVER-25082 Allow x509 authentication without user/subject fieldHai-Kinh Hoang2016-08-171-3/+7
* SERVER-23476: move dbhash checks into replsettestScott Hernandez2016-08-161-0/+295
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-153-4/+5
* SERVER-23802 Shut down shard if it rolls back the shardIdentity document.Spencer T Brody2016-08-151-2/+25
* SERVER-25357 expose read concern setter for shell mongo objectMatt Cotter2016-08-123-12/+44
* SERVER-25507 again with fix for backup_restore.jsEsha Maharishi2016-08-121-3/+11