summaryrefslogtreecommitdiff
path: root/src/mongo/shell/mongo.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32064 Disable implicit sessions when checking db version during connect()Jack Mulrow2018-06-251-7/+16
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-06-131-7/+16
* SERVER-34584 Update the default cloud free monitoring endpoint to final locationMark Benvenuto2018-06-111-8/+0
* SERVER-34818 Rename startAtClusterTime to startAtOperationTimeCharlie Swanson2018-05-171-3/+3
* SERVER-34233 Implement shell helpers for free monitoringSara Golemon2018-05-031-0/+8
* SERVER-34087 Add db.getMongo().watch() helper to watch all changes for the cl...Bernard Gorman2018-04-121-0/+27
* SERVER-33227 don't modify global `db` in shell `connect()`Kevin Pulo2018-02-231-1/+1
* SERVER-32065 support retryWrites URI param in shellKevin Albertson2018-01-311-1/+5
* SERVER-31916 wait for clusterTime on mongo connectionMisha Tyulenev2017-12-151-0/+21
* SERVER-31641 stop gossiping between shell clientsJason Carey2017-11-131-0/+23
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-311-1/+1
* SERVER-29921 rewrite URI parserSara Golemon2017-09-211-0/+3
* SERVER-30679 Integrate causallyConsistentReads into SessionOptions.Max Hirschhorn2017-09-201-182/+23
* SERVER-30686 Wire up SessionOptions in more places.Max Hirschhorn2017-08-301-6/+17
* SERVER-29987 pass afterClusterTime to all commandsMisha Tyulenev2017-08-151-59/+48
* SERVER-29096 set readPreference to secondary in causally_consistent_jscore_pa...Misha Tyulenev2017-08-031-0/+8
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-011-19/+2
* SERVER-30268 unwrap command object when injecting readConcern clauseMisha Tyulenev2017-08-011-13/+22
* SERVER-29988 operationTime returned to mongo shell can not be uninitializedMisha Tyulenev2017-07-121-0/+3
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-3/+3
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-7/+12
* Revert "SERVER-29277 disallow non-string db name arguments to Mongo.getDB()"Benety Goh2017-06-221-3/+5
* SERVER-29277 disallow non-string db name arguments to Mongo.getDB()Benety Goh2017-06-221-5/+3
* SERVER-28150 Add support for readConcern::afterClusterTime for level == localMisha Tyulenev2017-06-211-7/+8
* SERVER-29071 gossip clusterTime in mongo shellMisha Tyulenev2017-05-171-2/+20
* SERVER-28968: Add causal consistent passthrough suiteMisha Tyulenev2017-05-051-21/+35
* SERVER-28869 Enable remaining commands supporting readConcern for shell Causa...Jack Mulrow2017-04-271-5/+36
* SERVER-28450 add support for causal consistency to mongo shellMisha Tyulenev2017-04-191-0/+123
* SERVER-27576 Fix quit() in shell and all the tests that depend on itJonathan Reams2017-01-121-0/+2
* SERVER-27289 fix ConnectionString parsing in shellMatt Cotter2016-12-131-4/+5
* Revert "SERVER-27289 fix ConnectionString parsing in shell"Matt Cotter2016-12-121-2/+4
* SERVER-27289 fix ConnectionString parsing in shellMatt Cotter2016-12-121-4/+2
* SERVER-21745 change shell to not print readMode/writeMode fallback messagesDavid Storch2016-11-091-2/+0
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-291-5/+1
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-181-35/+14
* SERVER-25357 expose read concern setter for shell mongo objectMatt Cotter2016-08-121-1/+23
* SERVER-22383 Do not throw in shell if no database is specified in MongoURIJonathan Reams2016-07-121-1/+1
* SERVER-22347 Use "legacy" read mode for replica set connections.Max Hirschhorn2016-06-161-1/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+1
* SERVER-12489 Make shell warn if version does not match server'sJoanna Cheng2016-05-231-4/+19
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-89/+86
* SERVER-22440 fix shell to resolve readMode correctly on first .find() operationDavid Storch2016-02-081-9/+7
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-24/+24
* SERVER-21637 add a test for 3.2 shell / 3.0 server find compatibilityDavid Storch2015-12-081-11/+12
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-24/+8
* SERVER-6233 Add URI parsing to mongo shellJonathan Reams2015-10-131-18/+28
* SERVER-20067 SERVER-19572 set readMode in shell based on wire versionDavid Storch2015-09-301-10/+44
* SERVER-19493 Include 'code' field in thrown js Error objects where possibleSpencer T Brody2015-07-221-3/+3
* SERVER-17286 extend shell to use getMore command if --readMode is commandsDavid Storch2015-07-101-5/+10
* SERVER-18284 use plain Array.isArray instead of polyfillsAdam Midvidy2015-05-011-5/+1