summaryrefslogtreecommitdiff
path: root/src/mongo/shell/db.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18795: fix backport of printSlaveReplicationInfo on arbitersSam Kleinman2015-06-111-1/+1
* SERVER-18795: provide better printReplicationInfo error message for abitersSam Kleinman2015-06-111-1/+6
* SERVER-18487 Add filter object to getCollectionInfos() shell helper.Max Hirschhorn2015-05-211-12/+26
* SERVER-18557 remove usage of $cmd.findOne from shell and jstestsAdam Midvidy2015-05-211-8/+10
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-181-4/+2
* SERVER-18334 preserve existing error message if runCommand fails due to conne...Adam Midvidy2015-05-111-2/+18
* SERVER-18198 use native runCommand method in the shellAdam Midvidy2015-04-291-14/+77
* SERVER-7775 add currentOp commandAdam Midvidy2015-04-131-25/+24
* SERVER-17951: shell currentOp should always use primary read preferenceSam Kleinman2015-04-101-3/+29
* SERVER-7775 add killOp commandAdam Midvidy2015-04-061-1/+9
* SERVER-17453 eval command is deprecatedSamantha Ritter2015-03-301-4/+7
* 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
* SERVER-17504 cleaned up db.shutdownServer() behavior - removed duplicate mess...Benety Goh2015-03-121-7/+11
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-1/+1
* Simple fix.Charlie Swanson2015-01-221-1/+1
* SERVER-16948 fix printSlaveReplicationInfo()'s detection of primarymatt dannenberg2015-01-201-6/+4
* SERVER-16793 properly obtain primary in printSlaveReplicationInfo and change ...matt dannenberg2015-01-151-10/+32
* SERVER-16659 listColls/listIndexes: empty cursor obj no longer neededJason Rassi2015-01-151-1/+1
* SERVER-16723 display active commands in server status only when command metri...daveh862015-01-091-3/+6
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-161-17/+27
* SERVER-16424 Update db.getReplicationInfo shell helper to be storage engine a...Spencer T Brody2014-12-081-8/+10
* SERVER-16195 Clean up createCollection shell helper to support noPaddingMathias Stearn2014-11-181-14/+34
* SERVER-16167 Enable 2.8 shell to auth to 2.4 serverAndreas Nilsson2014-11-171-1/+2
* SERVER-15684 Expand copyDatabase helper with optional auth mechAndreas Nilsson2014-11-121-2/+4
* 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
* in shell, db.adminCommand should take 2nd optional param like runCommandEliot Horowitz2014-10-271-3/+3
* SERVER-13635 fixed createCollection shell helper to understand storageEngine ...Benety Goh2014-10-161-0/+16
* SERVER-15426 shell helpers for log component configurationMatt Kangas2014-10-131-0/+9
* SERVER-15521 Use maxWireVersion to set default shell auth mechAndreas Nilsson2014-10-101-2/+15
* SERVER-15521 Make SCRAM-SHA-1 default pw algo in shellAndreas Nilsson2014-10-061-1/+1
* SERVER-15441 Prevent user management shell helpers from accessing "db" globalSpencer T Brody2014-10-021-10/+10
* Database.runCommand takes an optional 2nd argument of extra paramsEliot Horowitz2014-07-291-1/+6
* SERVER-14316 Remove addUser function from the shellAmalia Hawkins2014-07-231-151/+4
* SERVER-2442: listCollections command used in shellEliot Horowitz2014-07-141-1/+34
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-17/+17
* 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-13281 Make getUser shell helper take extra arguments to usersInfo, jus...Spencer T Brody2014-03-261-2/+5
* SERVER-13147 Make getUsers shell helper use system.users query when dealing w...Spencer T Brody2014-03-131-0/+7
* SERVER-13059 Prevent addUser shell helper from mutating its argumentSpencer T Brody2014-03-131-5/+2
* SERVER-11770 Support changing the default gssapiServiceName from the shell co...Andy Schwerin2014-02-281-0/+8
* SERVER-12696: writeconcern plumbing to db/bulkScott Hernandez2014-02-131-0/+27
* SERVER-12088 Enable usePowerOf2Sizes as server-wide defaultDan Pasette2014-01-211-0/+3
* SERVER-11834 Remove lockType field from listCommands outputSpencer T Brody2014-01-141-8/+1