summaryrefslogtreecommitdiff
path: root/src/mongo/shell/db.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-4/+4
* SERVER-30679 Integrate causallyConsistentReads into SessionOptions.Max Hirschhorn2017-09-201-1/+1
* SERVER-30686 Wire up SessionOptions in more places.Max Hirschhorn2017-08-301-46/+54
* SERVER-24550 Error out when db.createUser() is used with wrong syntaxBen Shteinfeld2017-08-101-0/+8
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-011-3/+21
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-6/+96
* SERVER-21779 validate DB.runCommand(commandObjOrName, extraKeys) arguments.Benety Goh2017-06-281-7/+38
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-3/+2
* SERVER-29100 Wait for the same journaling requirement in get_last_error.jsSiyuan Zhou2017-05-191-1/+3
* SERVER-28968: Add causal consistent passthrough suiteMisha Tyulenev2017-05-051-2/+2
* SERVER-28450 add support for causal consistency to mongo shellMisha Tyulenev2017-04-191-5/+4
* SERVER-27839 Allow for step downs during reconfig in ReplSetTest initiateJudah Schvimer2017-02-271-1/+1
* SERVER-28037 Raise default writeConcern wtimeout in db.js to 10 minutesBenety Goh2017-02-171-1/+1
* SERVER-4786 Allow specifying sample rate of slow queriesEvan Broder2017-01-261-16/+22
* SERVER-26517 Add options param to createViews help textDan Pasette2016-10-071-1/+2
* SERVER-26517 Don't include param names in help text for createViewDan Pasette2016-10-071-1/+1
* SERVER-26049 Raise default writeConcern wtimeout in db.js to 5 minutesJudah Schvimer2016-09-121-1/+1
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-291-1/+1
* SERVER-24132 add slaveOk to copyDB helperMatt Cotter2016-08-171-4/+15
* SERVER-24766: Add shell helper for createViewGeert Bosch2016-07-131-0/+33
* SERVER-24594 raise default write concern timeout for security shell helpersEric Milkie2016-06-151-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-57/+18
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-1458/+1529
* SERVER-22882 Remove the argumentsToArray function from the shellKamran Khan2016-02-291-1/+1
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-171-1/+6
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-92/+92
* SERVER-21405 Add more context for shell error message "error doing query: fai...Randolph Tan2015-11-111-2/+2
* SERVER-18622 listCollections should special case filtering by nameCharlie Swanson2015-10-131-3/+1
* SERVER-20638 Reading profiling level shouldn't create databases that don't existMathias Stearn2015-09-301-2/+2
* SERVER-9739 db.loadServerScripts shouldn't use evalJonathan Reams2015-09-171-1/+4
* SERVER-20199 Create readConcern majority passthrough suiteMike Grundy2015-09-161-1/+6
* SERVER-20084 propogate overridden slaveOk setting though runReadCommandAdam Midvidy2015-08-241-2/+2
* SERVER-20084 do not set slaveOk in runReadCommand if a read pref has notAdam Midvidy2015-08-241-2/+5
* SERVER-19889 add ability to set request metadata and read response metadata i...Adam Midvidy2015-08-121-0/+3
* SERVER-19493 Include 'code' field in thrown js Error objects where possibleSpencer T Brody2015-07-221-30/+30
* 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