summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-054-0/+6
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Move string utils from goodies.h to str.hAndrew Morrow2015-01-051-2/+2
* SERVER-13256 Remove C headers from pch.hAndrew Morrow2015-01-052-0/+2
* SERVER-16392 ShardInfo should stop using mapped to get size estimateRandolph Tan2014-12-191-2/+3
* SERVER-16313 Fix WiredTiger engine, collection and index options to use new n...Dan Pasette2014-12-172-9/+9
* SERVER-16518 listIndexes response changed to cursor object formTyler Brock2014-12-161-2/+2
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-162-20/+31
* SERVER-16499 Fix sh.getBalancerLockDetailsDavid Hows2014-12-112-7/+7
* SERVER-16424 Update db.getReplicationInfo shell helper to be storage engine a...Spencer T Brody2014-12-081-8/+10
* SERVER-16443 upgrade/downgrade master/slave testingmatt dannenberg2014-12-051-1/+1
* SERVER-16002 Use the default shell auth mechanism dynamicallyAndreas Nilsson2014-12-041-2/+0
* SERVER-15908 SERVER-15956 fix explain shell helper handling of slaveOk and re...David Storch2014-12-021-1/+19
* don't append --storageEngine if there already is one specific in testEliot Horowitz2014-11-301-1/+3
* SERVER-16304 Shell command startParallelShell should print the process idKaloian Manassiev2014-11-251-3/+4
* SERVER-16113 Add additional WT options to smoke.py and jstestsErnie Hershey2014-11-192-0/+8
* SERVER-16195 Clean up createCollection shell helper to support noPaddingMathias Stearn2014-11-181-14/+34
* SERVER-15994 fix listIndexes, listDatabases, and listCollections to require t...matt dannenberg2014-11-171-1/+8
* SERVER-16171: fix repairIterator releasing under WTEliot Horowitz2014-11-171-1/+9
* SERVER-16167 Enable 2.8 shell to auth to 2.4 serverAndreas Nilsson2014-11-171-1/+2
* SERVER-16053 shell retries using $explain if explain cmd not found on a shardDavid Storch2014-11-141-13/+33
* SERVER-16125 Make exception handling consistent in BenchRunWorker::run.Andy Schwerin2014-11-131-5/+4
* SERVER-16003 Make it possible to get the return code from startParallelShellSpencer T Brody2014-11-122-3/+4
* SERVER-16113 Add --wiredTigerEngineConfig option to smoke.py and jstestsErnie Hershey2014-11-122-0/+4
* SERVER-16036 change DBQueryQuery.count() shell helper to return the explain r...David Storch2014-11-121-3/+5
* SERVER-15684 Expand copyDatabase helper with optional auth mechAndreas Nilsson2014-11-121-2/+4
* SERVER-16105 do not hold any locks when exiting via shutdown commandEric Milkie2014-11-121-1/+1
* SERVER-15968: Fix snapshot1.js for WT & WindowsMark Benvenuto2014-11-051-1/+1
* SERVER-15623 Add all RS member states as ReplSetTest constants.A. Jesse Jiryu Davis2014-11-031-11/+16
* SERVER-15684 Make copydb from localhost not call authAndreas Nilsson2014-11-031-2/+2
* Revert "Revert "SERVER-15870 Prune command stats for commands that haven't run""Dan Pasette2014-11-011-1/+30
* Revert "SERVER-15870 Prune command stats for commands that haven't run"Eliot Horowitz2014-10-311-30/+1
* SERVER-15870 Prune command stats for commands that haven't rundaveh862014-10-311-1/+30
* SERVER-15684 Make copydb work with SCRAM (SASL)Andreas Nilsson2014-10-311-4/+17
* SERVER-15623 Test that w:0 is prohibited in getLastErrorDefaults.A. Jesse Jiryu Davis2014-10-311-0/+1
* SERVER-15836 Add TODO and improve messaging in ReplSetTest.initiate().Andy Schwerin2014-10-281-6/+15
* SERVER-15836 Clean up several rollback js tests.Andy Schwerin2014-10-281-2/+10
* SERVER-15527 rename find command 'query' field to 'filter'David Storch2014-10-281-2/+2
* in shell, db.adminCommand should take 2nd optional param like runCommandEliot Horowitz2014-10-271-3/+3
* SERVER-10824 sh.enableBalancing() now requires an argumentMatt Kangas2014-10-231-1/+10
* SERVER-13635 fixed createCollection shell helper to understand storageEngine ...Benety Goh2014-10-161-0/+16
* SERVER-15535 fix rs.conf()matt dannenberg2014-10-141-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-144-0/+8
* SERVER-15426 shell helpers for log component configurationMatt Kangas2014-10-132-2/+44