summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14077 if awaitReplication() sees a newer configVersion, reobtain mastermatt dannenberg2014-05-301-2/+2
* SERVER-14092 ignore local.replset.minvalid in upgradeCheckermatt dannenberg2014-05-301-4/+16
* SERVER-14077 make awaitReplication() change configVersion if it sees a higher...matt dannenberg2014-05-281-75/+83
* SERVER-13985 Remove server side js usage from printShardingStatusShaun Verch2014-05-271-2/+7
* SERVER-13865 handle edge case for v2.4 when upserted _id not returnedGreg Studer2014-05-231-1/+18
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-224-35/+166
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-229-76/+76
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-193-16/+16
* SERVER-13645 cleanup heartbeat_infoEric Milkie2014-05-191-1/+0
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-1610-90/+210
* SERVER-13707 simplify tojsonObjectBenety Goh2014-05-161-13/+10
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-151-2/+3
* SERVER-13948 improve stability of replsettest.awaitReplication() while gettin...matt dannenberg2014-05-151-1/+9
* SERVER-12605 update ShardingTest to turn off balancer by defaultdaveh862014-05-121-0/+6
* SERVER-13264 Fix incorrect line endings prior to license updateIan Whalen2014-05-081-28/+28
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-061-3/+2
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-061-2/+3
* Improve debugging for Windows RunMongoProgram errorsMathias Stearn2014-05-061-4/+10
* SERVER-13643 RIP BSONElementManipulatorMathias Stearn2014-05-012-6/+2
* SERVER-13261 update servers.js to handle multiVersion test version names corr...matt dannenberg2014-04-301-4/+2
* Make connections_opened.js test retry any connections that fail to connectSpencer T Brody2014-04-291-2/+4
* SERVER-13037 Fix misspelling ("compatability" to "compatibility")Sean Wilkinson2014-04-251-1/+1
* SERVER-12692 added cursor-style shell helpers for plan cacheBenety Goh2014-04-232-0/+80
* SERVER-13588 Fix regression in supression of startup warning when unauthorizedSpencer T Brody2014-04-211-1/+3
* SERVER-13645 move HeartbeatInfo class into its own header and cpp filematt dannenberg2014-04-181-1/+1
* SERVER-13579 Wait for deletion after migration in feature2.jsSiyuan Zhou2014-04-151-3/+3
* SERVER-13427 Make sure password is a string when creating users in the shellSpencer T Brody2014-04-031-0/+4
* SERVER-13441 getUser and getRole shell helpers shouldn't throw when user/role...Spencer T Brody2014-04-031-2/+2
* SERVER-13429 Eliminate rawOut and related functionsMathias Stearn2014-04-011-9/+3
* double initiate timeout in replSetTest class to avoid timeouts during testsMatt Dannenberg2014-03-281-1/+1
* SERVER-13394 Fix typo in jValue validation error message in WriteConcern cons...Kamran Khan2014-03-281-1/+1
* fix misspelling in assertQuentin Conner2014-03-271-1/+1
* SERVER-13373 - The insert ordered option is reversed in the shellScott Hernandez2014-03-271-1/+1
* SERVER-13281 Make getUser shell helper take extra arguments to usersInfo, jus...Spencer T Brody2014-03-261-2/+5
* SERVER-13297: convert parallel suite to use jsCore testsScott Hernandez2014-03-251-242/+0
* SERVER-13334 fix maxTimeMS shell helper with countDan Pasette2014-03-251-1/+1
* SERVER-13306 mongobridge should not try forever to connect to deadKaloian Manassiev2014-03-211-3/+7
* SERVER-13001: fixup mongos side with mixed version shardsScott Hernandez2014-03-191-2/+2
* SERVER-13249 adjust timeout for reInitiateEric Milkie2014-03-191-1/+1
* SERVER-13250 do not check local.startup_log for _id index in upgradeCheck()matt dannenberg2014-03-191-1/+1
* SERVER-13261 bump versions in servers.js for branched v2.7Greg Studer2014-03-191-3/+6
* SERVER-13057 push shell write errors more in line with other driversGreg Studer2014-03-183-225/+440
* fixing errcodematt dannenberg2014-03-181-1/+1
* SERVER-13259 moved upgradeCheck()'s index key size checking logic from javasc...matt dannenberg2014-03-182-18/+19
* SERVER--9982 skip update_setOnInsert.js in parallel suitehawka2014-03-181-0/+1
* SERVER-13252 downconvert createIndex in compatibility modeGreg Studer2014-03-181-1/+15
* Increase timeout of replSetReconfig to leave time for initial sync in two_ini...Spencer T Brody2014-03-171-2/+3
* SERVER-12977 disallow empty write batchesGreg Studer2014-03-171-20/+16
* SERVER-13192 Fix sorting in show dbs shell helperShaun Verch2014-03-141-1/+1
* SERVER-12954 w parameter is not propagated correctly on compatibility writeModeRandolph Tan2014-03-141-13/+21