summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18198 fix incorrect logic for applying read pref to aggregate commandAdam Midvidy2015-05-151-1/+3
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-151-0/+9
* SERVER-17754 Cleanup unused internal client codeKaloian Manassiev2015-05-121-1/+1
* SERVER-18334 preserve existing error message if runCommand fails due to conne...Adam Midvidy2015-05-111-2/+18
* SERVER-9666 Build mongo.cpp JS file into a libraryAndrew Morrow2015-05-061-0/+9
* SERVER-18079: Use TCMalloc for WT on WindowsMark Benvenuto2015-05-051-9/+0
* SERVER-18079: Use TCMalloc for WT on WindowsMark Benvenuto2015-05-041-0/+9
* SERVER-18284 use plain Array.isArray instead of polyfillsAdam Midvidy2015-05-012-11/+1
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-1/+1
* SERVER-9666 Push shell js generation into shell directoryAndrew Morrow2015-04-291-0/+36
* SERVER-18198 use native runCommand method in the shellAdam Midvidy2015-04-293-29/+164
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-5/+0
* SERVER-18201 Make sure js code is the last argument to mongo shell in startPa...Spencer T Brody2015-04-241-12/+12
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-0/+5
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-5/+0
* SERVER-17971 Make ShardingTest start single-server config servers as replica ...Spencer T Brody2015-04-232-72/+135
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+0
* SERVER-17971 Remove separateConfig option from ShardingTest and make its beha...Spencer T Brody2015-04-141-55/+29
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-0/+8
* SERVER-7775 add currentOp commandAdam Midvidy2015-04-132-28/+30
* SERVER-17951: shell currentOp should always use primary read preferenceSam Kleinman2015-04-101-3/+29
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-091-3/+11
* SERVER-17544 remove exhaust option from find command parsingDavid Storch2015-04-091-8/+11
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-072-0/+3
* SERVER-7775 add killOp commandAdam Midvidy2015-04-062-2/+15
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-068-136/+21
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-04-067-81/+7
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-17554 Remove support for building with journaling off by defaultJonathan Reams2015-04-012-3/+3
* SERVER-17453 eval command is deprecatedSamantha Ritter2015-03-301-4/+7
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-262-17/+5
* SERVER-17754 Move shell-specific files out of the server's copy of the driverKaloian Manassiev2015-03-265-3/+89
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-261-1/+10
* Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command ...Adam Midvidy2015-03-251-8/+1
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-251-1/+8
* Revert "SERVER-17450 Cleanup SSL test infrastructure"Charlie2015-03-247-7/+81
* SERVER-17708 Include createIndex method in DBCollection help() outputJason Rassi2015-03-241-1/+2
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-03-247-81/+7
* SERVER-17286 add --readMode flag to shellDavid Storch2015-03-236-2/+73
* SERVER-17348 Bump mongos upgrade version for v3.2Randolph Tan2015-03-172-8/+7
* SERVER-16987 sh.getRecentMigrations shows aborted migration as successRandolph Tan2015-03-131-0/+8
* SERVER-16987 sh.getRecentMigrations shows aborted migration as successRandolph Tan2015-03-131-15/+57
* SERVER-17348 Consolidate ReplSetTest.upgradeSetRandolph Tan2015-03-131-11/+12
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-123-12/+10
* SERVER-17504 cleaned up db.shutdownServer() behavior - removed duplicate mess...Benety Goh2015-03-121-7/+11
* SERVER-17273 Fix casing of catchUp in stepdown shell helperSpencer T Brody2015-03-111-4/+4
* SERVER-17282 update find command parsing to conform to find command spec changesDavid Storch2015-03-111-71/+60
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-3/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-052-17/+17
* SERVER-12726 addArb adding full member if incorrect input suppliedSiyuan Zhou2015-03-041-0/+5