summaryrefslogtreecommitdiff
path: root/src/mongo/shell/mongo.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61893 Add capability for showing system events with showSystemEvents flagAndrii Dobroshynski2022-03-151-0/+10
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-221-0/+5
* SERVER-58035 Remove db.runCommandWithMetadata from mongo shellBlake Oler2021-12-211-4/+0
* SERVER-61403 Refactor doRunCommand implementationSara Golemon2021-11-121-3/+3
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-301-0/+12
* SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...Yoonsoo Kim2021-07-201-5/+0
* Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...Yoonsoo Kim2021-07-201-0/+5
* SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik2021-07-201-5/+0
* SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell c...Yoonsoo Kim2021-07-011-65/+0
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-301-50/+0
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-1/+1
* SERVER-50523 Support opening single-collection change stream on a system coll...Mindaugas Malinauskas2021-05-061-0/+10
* SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstestsAli Mir2020-09-091-3/+1
* SERVER-49990 Alias setSlaveOk() and getSlaveOk() shell helpersAli Mir2020-08-201-3/+15
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-2/+2
* SERVER-49488 update shell error message for ADLRobert Guo2020-08-201-3/+10
* SERVER-48272 Rename generated mongo.cpp to mongojs.cppAndrew Morrow2020-05-201-1/+1
* SERVER-47266 Terser "new session" logs from shellA. Jesse Jiryu Davis2020-04-031-3/+3
* SERVER-46567 Update shell methods Mongo.setReadPref and cursor.readPref to su...Cheahuychou Mao2020-03-101-11/+32
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-0/+16
* SERVER-45807 Add change stream stage to fetch pre-image for update/replace/de...Jonathan Reams2020-02-101-0/+10
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-9/+8
* SERVER-39894 Add support for AWS credentials in the shellShreyas Kalyan2019-04-151-6/+1
* SERVER-38937 unify txn override and auto retry on network errorJudah Schvimer2019-04-041-1/+2
* SERVER-38625 When the shell fails to connect to an Atlas cluster, tell the us...Mathias Stearn2019-03-111-1/+10
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-301-50/+53
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-291-53/+50
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-291-50/+53
* SERVER-38887 Return names encapsulated when falling back on privilege inspectionSara Golemon2019-01-181-6/+21
* SERVER-38887 Treat undefined filter object as unfiltered in Mongo.getDBs()Sara Golemon2019-01-101-4/+4
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-141-1/+7
* SERVER-36262 Support inferring database names from privileges in mongo shell ...Sara Golemon2018-10-151-4/+69
* SERVER-36726 Log SessionID when we start a session in the shell and Log TxnNu...Samy Lanka2018-09-131-1/+9
* SERVER-33606 fail to create logical session in shell connected to old serversKevin Pulo2018-09-031-3/+23
* SERVER-36899 Accept new 'startAfter' option in watch() helpersCharlie Swanson2018-08-281-12/+26
* 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