summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-17428 remove _snprintf for Visual Studio 2015Eric Milkie2015-03-021-0/+2
* SERVER-17347 add help text for DBCollection's explain methodDavid Storch2015-02-231-0/+1
* SERVER-17273 Add support for secondaryCatchupPeriodSecs to rs.stepdown shell ...Spencer T Brody2015-02-191-17/+23
* SERVER-16628: upgrade checker cleanupScott Hernandez2015-02-182-57/+80
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-062-2/+2
* SERVER-17167 restore multiline functionality in shellBenety Goh2015-02-032-61/+73
* SERVER-17167 restore multiline functionality in shellBenety Goh2015-02-031-1/+4
* SERVER-16792: fix smoke.py --small-oplog-rs so it worksScott Hernandez2015-02-031-7/+0
* fix multiversion test to handle 2.8->3.0 binversion changemike o'brien2015-01-231-1/+3
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-222-2/+2
* Simple fix.Charlie Swanson2015-01-221-1/+1
* SERVER-16948 fix printSlaveReplicationInfo()'s detection of primarymatt dannenberg2015-01-201-6/+4
* SERVER-5399 SERVER-16946 fixed shell helper parsingBenety Goh2015-01-201-4/+1
* SERVER-5399 Essentially aliasing quit, exit, and function call variations.Andrew McFague2015-01-162-73/+61
* SERVER-16870 db.collectons.stats() supports indexDetails on sharded collectionsBenety Goh2015-01-161-0/+6
* SERVER-16782 SERVER-16870 refactor db.collection.stats()Benety Goh2015-01-161-20/+26
* SERVER-16848 fixed db.collections.totalSize() so that it uses totalIndexSize ...Benety Goh2015-01-151-10/+4
* SERVER-16782 db.collection.stats() supports toggling of indexDetails and disp...Benety Goh2015-01-151-3/+52
* SERVER-16782 fixed db.collection shell helper test to work with sharding pass...Benety Goh2015-01-151-8/+0
* SERVER-16793 properly obtain primary in printSlaveReplicationInfo and change ...matt dannenberg2015-01-151-10/+32
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-155-1/+27
* SERVER-16659 listColls/listIndexes: empty cursor obj no longer neededJason Rassi2015-01-152-3/+3
* SERVER-16580 Remove deprecated system collection references in JS testsSiyuan Zhou2015-01-091-1/+0
* SERVER-16723 display active commands in server status only when command metri...daveh862015-01-091-3/+6
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-5/+5
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-052-0/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+1