summaryrefslogtreecommitdiff
path: root/src/mongo/shell/db.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow options to usersInfo to be passed to the db.getUsers shell helperSpencer T Brody2014-01-141-2/+4
* SERVER-12072 Don't swallow 'norepl' errors in the shell now that they no long...Spencer T Brody2014-01-071-13/+0
* SERVER-11626 Have db.auth shell helper copy its argument, rather than mutate it.Andy Schwerin2014-01-071-1/+1
* SERVER-11779 Fix typo in removeUser deprecation warningSpencer T Brody2013-11-191-1/+1
* SERVER-11411 Give rolesInfo command the ability to list all roles defined for...Spencer T Brody2013-11-131-2/+15
* SERVER-11555 SERVER-11365 Deprecate addUser shell helper in favor of new crea...Spencer T Brody2013-11-061-23/+43
* SERVER-11527 Rename 'grantedRoles' and 'revokedRoles' to just 'roles' in the ...Spencer T Brody2013-11-011-2/+2
* SERVER-11507 drop(User|Role)sFromDatabase renamed to dropAll(User|Role)sFromD...matt dannenberg2013-10-311-2/+2
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-4/+3
* SERVER-10855 Add option to let client hash user's password.Spencer T Brody2013-10-231-0/+25
* SERVER-10794 Maintain backwards-compatible form of addUser for one more releaseSpencer T Brody2013-10-111-17/+50
* SERVER-11125 updated db.setProfilingLevel() to accept zero for slowmsBenety Goh2013-10-101-1/+1
* SERVER-9515 SERVER-6246 SERVER-9517 Instead of "name", in user objects use "u...Spencer T Brody2013-10-101-20/+4
* SERVER-6246 Remove grantDelegateRoleToUser and revokeDelegateRoleFromUser com...Spencer T Brody2013-10-091-20/+0
* SERVER-9515 Add shell helpers for role management commandsSpencer T Brody2013-10-091-10/+115
* SERVER-6246 SERVER-9515 Update usersInfo and rolesInfo commands to new APISpencer T Brody2013-10-061-1/+1
* SERVER-6246 SERVER-9515 Rename removeUser and removeRole commands to dropUser...Spencer T Brody2013-10-061-8/+14
* SERVER-6246 Add write concern to user management shell helpersSpencer T Brody2013-09-191-21/+40
* SERVER-6246 Add shell helpers and jstest for user management commandsSpencer T Brody2013-09-191-0/+48
* Separate auth shell helpers from rest of the helpers on the DB objectSpencer T Brody2013-09-191-317/+323
* SERVER-9980 Small cleanup to write concern in user managementSpencer T Brody2013-09-121-2/+2