Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-3788 version of auth() that prompts for password so it is never displayed | Shreyas Kalyan | 2019-11-11 | 1 | -3/+8 |
| | |||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -1617/+1601 |
| | |||||
* | SERVER-38251 Remove cloneCollection command | Zach Yam | 2019-06-21 | 1 | -27/+0 |
| | |||||
* | SERVER-37062 db.watch does not show up in autocomplete or help | Davis Haupt | 2019-05-30 | 1 | -0/+2 |
| | |||||
* | SERVER-41249 Fix special cases for $out to include $merge | Charlie Swanson | 2019-05-22 | 1 | -5/+10 |
| | |||||
* | SERVER-40712 Ensure the dropDatabase() command accepts a write concern. | Gregory Wlodarek | 2019-05-13 | 1 | -9/+8 |
| | |||||
* | SERVER-35638 Short timeout to autocomplete collection names | A. Jesse Jiryu Davis | 2019-04-26 | 1 | -7/+14 |
| | | | | | Also resolves SERVER-40736, test autocompletion of collection names for users without the listCollections permission. | ||||
* | Revert "SERVER-35638 Short timeout to autocomplete collection names" | Justin Seyster | 2019-04-24 | 1 | -14/+7 |
| | | | | This reverts commit f202c4c1ba24b9f561e8b11dac5b04fa0eeb4919. | ||||
* | SERVER-35638 Short timeout to autocomplete collection names | A. Jesse Jiryu Davis | 2019-04-24 | 1 | -7/+14 |
| | | | | | Also resolves SERVER-40736, test autocompletion of collection names for users without the listCollections permission. | ||||
* | SERVER-40436 Ignore the 'flags' field from the 'create' command | Gregory Wlodarek | 2019-04-11 | 1 | -33/+1 |
| | |||||
* | SERVER-38631 Let DriverSession own SessionAwareClient. | Siyuan Zhou | 2019-01-24 | 1 | -2/+2 |
| | |||||
* | SERVER-33226: remove getPrevError() command | Kim Tao | 2019-01-10 | 1 | -12/+0 |
| | |||||
* | SERVER-36204 Deprecate cloneCollection command | Xiangyu Yao | 2018-11-26 | 1 | -0/+2 |
| | |||||
* | SERVER-36064 Alphebetize the output of db.help() | Tyler Kaye | 2018-10-25 | 1 | -6/+5 |
| | |||||
* | SERVER-36015 Remove references to system.namespaces and system.indexes | Dianna Hohensee | 2018-08-29 | 1 | -50/+6 |
| | |||||
* | SERVER-36899 Accept new 'startAfter' option in watch() helpers | Charlie Swanson | 2018-08-28 | 1 | -17/+4 |
| | |||||
* | SERVER-36406 Respect _defaultAuthenticationMechanism when provided | Sara Golemon | 2018-08-22 | 1 | -0/+6 |
| | |||||
* | SERVER-36208 Remove repairDatabase server command and shell helper | Louis Williams | 2018-08-13 | 1 | -10/+0 |
| | |||||
* | SERVER-36257 Remove copyDB and clone commands | Maria van Keulen | 2018-08-07 | 1 | -6/+10 |
| | |||||
* | SERVER-35617 Improve free-monitoring message on non-primary node | Mark Benvenuto | 2018-08-01 | 1 | -0/+6 |
| | |||||
* | SERVER-35775 Improve free-monitoring message on down cloud endpoint | Mark Benvenuto | 2018-08-01 | 1 | -3/+6 |
| | |||||
* | SERVER-35579 Improve user experience for db.enableFreeMonitoring() when ↵ | Mark Benvenuto | 2018-06-18 | 1 | -3/+3 |
| | | | | endpoint is down | ||||
* | SERVER-28524 remove group command | Kyle Suarez | 2018-05-30 | 1 | -33/+0 |
| | | | | Users should use the aggregation $group stage instead. | ||||
* | SERVER-34999 Deprecate clone and copydb commands | Maria van Keulen | 2018-05-24 | 1 | -2/+6 |
| | |||||
* | SERVER-34818 Rename startAtClusterTime to startAtOperationTime | Charlie Swanson | 2018-05-17 | 1 | -3/+3 |
| | | | | | Also changes the type of the argument from an object with a single 'ts' field to just a Timestamp. | ||||
* | SERVER-32942: Let users listcollections their own collections | Spencer Jackson | 2018-05-16 | 1 | -20/+82 |
| | |||||
* | SERVER-34233 Implement shell helpers for free monitoring | Sara Golemon | 2018-05-03 | 1 | -0/+34 |
| | |||||
* | SERVER-34244 Add nameOnly option to listCollections | Xiangyu Yao | 2018-04-11 | 1 | -5/+5 |
| | |||||
* | SERVER-34001: Add db.watch() shell helper to open a change stream for a database | Nick Zolnierz | 2018-04-04 | 1 | -0/+23 |
| | |||||
* | SERVER-31802 Rip out more dead master-slave code, and the related concept of ↵ | Andy Schwerin | 2018-03-15 | 1 | -14/+1 |
| | | | | RID. | ||||
* | SERVER-32977 Make shell use SASL mechanism negotiation | Sara Golemon | 2018-02-24 | 1 | -7/+30 |
| | |||||
* | SERVER-32974 Enhance createUser/updateUser to support SCRAM-SHA-256 | Sara Golemon | 2018-02-15 | 1 | -1/+1 |
| | |||||
* | SERVER-32279 Remove support for authenticating via MONGODB-CR | Sara Golemon | 2017-12-18 | 1 | -5/+0 |
| | |||||
* | SERVER-32276 Remove support for MONGODB-CR in copydb | Sara Golemon | 2017-12-12 | 1 | -1/+1 |
| | | | | This includes removing the copydbgetnonce command entirely. | ||||
* | SERVER-31394 Create passthrough of existing $changeStream tests to run ↵ | Bernard Gorman | 2017-11-20 | 1 | -4/+2 |
| | | | | against sharded collections | ||||
* | SERVER-31354 Support driver API for changeStreams in the shell. | Siyuan Zhou | 2017-11-16 | 1 | -1/+4 |
| | |||||
* | SERVER-30848 make shell getMores use sessions | Jason Carey | 2017-10-03 | 1 | -4/+4 |
| | | | | | The shell should attach the logical session used to initiate cursors (via find or aggregate) and use it for successive getMores. | ||||
* | SERVER-30679 Integrate causallyConsistentReads into SessionOptions. | Max Hirschhorn | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | SERVER-30686 Wire up SessionOptions in more places. | Max Hirschhorn | 2017-08-30 | 1 | -46/+54 |
| | | | | | | Creates a _DummyDriverSession instance when startSession() isn't called so that the DB and DBCollection implementations can rely on the same session-related APIs. | ||||
* | SERVER-24550 Error out when db.createUser() is used with wrong syntax | Ben Shteinfeld | 2017-08-10 | 1 | -0/+8 |
| | |||||
* | SERVER-30080 LogicalSessions in the shell | Jason Carey | 2017-08-01 | 1 | -3/+21 |
| | | | | Basic logical session implementation for the shell | ||||
* | SERVER-19318 Reimplement the currentOp command as a $currentOp aggregation | Bernard Gorman | 2017-07-07 | 1 | -6/+96 |
| | |||||
* | SERVER-21779 validate DB.runCommand(commandObjOrName, extraKeys) arguments. | Benety Goh | 2017-06-28 | 1 | -7/+38 |
| | | | | | When the command object is passed in as the first argument, any non-empty 'extraKeys' object will return an error. | ||||
* | SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget} | Mathias Stearn | 2017-06-28 | 1 | -3/+2 |
| | |||||
* | SERVER-29100 Wait for the same journaling requirement in get_last_error.js | Siyuan Zhou | 2017-05-19 | 1 | -1/+3 |
| | |||||
* | SERVER-28968: Add causal consistent passthrough suite | Misha Tyulenev | 2017-05-05 | 1 | -2/+2 |
| | |||||
* | SERVER-28450 add support for causal consistency to mongo shell | Misha Tyulenev | 2017-04-19 | 1 | -5/+4 |
| | |||||
* | SERVER-27839 Allow for step downs during reconfig in ReplSetTest initiate | Judah Schvimer | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | SERVER-28037 Raise default writeConcern wtimeout in db.js to 10 minutes | Benety Goh | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | SERVER-4786 Allow specifying sample rate of slow queries | Evan Broder | 2017-01-26 | 1 | -16/+22 |
| | | | | | | | | | | | | | Adds a sampleRate parameter to the profile command, a value on the interval [0, 1] which indicates which fraction of operations should be randomly sampled for profiling and logging. This allows users to reduce their slowms threshold or increase their profiling level with less performance impact on the system. Closes #1099 Signed-off-by: David Storch <david.storch@10gen.com> |