summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14378 SERVER-12517: make shell use listIndexes when available and star...Eliot Horowitz2014-07-231-1/+35
* SERVER-2442: listCollections command used in shellEliot Horowitz2014-07-141-1/+34
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-122-1/+6
* SERVER-13961 Move benchRunner to be in the shell onlyKaloian Manassiev2014-07-103-2/+1368
* SERVER-6352 Add sh.removeTagRangeAdam Comerford2014-07-091-0/+17
* SERVER-14293 Skip exit logging test when using address sanitizerAndrew Morrow2014-06-301-0/+18
* SERVER-14077 fix binding problem in ReplSetTest.awaitReplication()matt dannenberg2014-06-261-1/+1
* SERVER-14118 removed redundant cfg._id == undefined check from rs.add()Benety Goh2014-06-251-1/+1
* SERVER-14118 Added ability to detect if _id is missing when passing an obj...David Murphy2014-06-251-0/+3
* SERVER-12642 validates input to the distinct commandeshamaharishi2014-06-171-4/+7
* Revert "SERVER-12642 validates input to the distinct command"Benety Goh2014-06-171-7/+4
* SERVER-12642 validates input to the distinct commandeshamaharishi2014-06-171-4/+7
* SERVER-14158 ShardingTest and authutil.asCluster correctly handle keyfile authKevin Pulo2014-06-142-2/+2
* SERVER-2459 Add excludeCollection and excludeCollectionsWithPrefix options to...Shaun Verch2014-06-132-0/+3
* SERVER-13759: Remove Visual Studio build filesMark Benvenuto2014-06-124-4898/+0
* SERVER-2934 split server.js into multiple files: moved startMongodTest() to s...eshamaharishi2014-06-104-64/+91
* SERVER-9634 typo fixesVeres Lajos2014-06-092-2/+2
* SERVER-9790 Add this.$db || db.toString() to DBRef string representationStephen Lee2014-06-061-2/+7
* SERVER-12007 add shell helper to create ObjectId from DateBenety Goh2014-06-061-0/+33
* SERVER-14079: Add signal handlers to shellMark Benvenuto2014-06-051-91/+22
* 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