summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-2/+6
* SERVER-35602 Add support to benchRun for atClusterTime reads with adjustable ...Dianna Hohensee2018-07-022-10/+151
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-022-3/+3
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-295-5/+4
* SERVER-34160 Exit shell cleanly on SIGHUPJonathan Reams2018-06-261-0/+3
* SERVER-32064 Disable implicit sessions when checking db version during connect()Jack Mulrow2018-06-251-7/+16
* SERVER-32884 Add back deleted sh.waitForBalancer() to utils_sh.jsCheahuychou Mao2018-06-221-0/+19
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+0
* SERVER-35571 checkReplicaSet should propagate liveSlaves to checkOplogsTess Avitabile2018-06-191-5/+5
* SERVER-35579 Improve user experience for db.enableFreeMonitoring() when endpo...Mark Benvenuto2018-06-181-3/+3
* SERVER-35488 ReplSetTest.waitForState() should ensure node has finished closi...Tess Avitabile2018-06-181-7/+29
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-06-135-12/+47
* SERVER-34977 SERVER-35435 SERVER-34976 Fix fastcounts for RTT, including capp...Judah Schvimer2018-06-121-8/+6
* SERVER-34584 Update the default cloud free monitoring endpoint to final locationMark Benvenuto2018-06-113-8/+44
* SERVER-35044 Remove maxScan query optionJames Wahlin2018-06-111-10/+1
* SERVER-35517 Add failpoint mechanism to the mongo shellBen Caimano2018-06-081-0/+20
* SERVER-35094 add new txn states and allow retrying commitTransaction cmdPavi Vetriselvan2018-06-072-38/+68
* SERVER-35352 Make ReplSetTest wait for set to stabilize on highest priority n...Spencer T Brody2018-06-061-0/+58
* WRITING-2732 Build test runner for running mql-model declarative tests agains...Martin Neupauer2018-06-061-1/+3
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-2/+2
* SERVER-35403: Don't attempt to close a non-existing cursorDavid Bradford2018-06-051-1/+3
* SERVER-32083 Add mention of URIs in mongo --helpGregory Noma2018-06-051-0/+1
* SERVER-34595 Increase transactionLifetimeLimitSeconds default in testingMaria van Keulen2018-06-042-18/+25
* SERVER-33863 Fix lint.Siyuan Zhou2018-06-011-1/+3
* SERVER-33863 Disable fastcount check in ReplSetTest.Siyuan Zhou2018-06-011-0/+4
* SERVER-26150 add retryOnNetworkError to assertAuthenticateGabriel Russell2018-05-311-6/+13
* SERVER-34170 Ensure transactions fail when run against a 3.6 node through the...Matthew Russotto2018-05-311-5/+26
* SERVER-34348 Ensure shell sends afterClusterTime in transactionsTess Avitabile2018-05-301-14/+16
* SERVER-28524 remove group commandKyle Suarez2018-05-303-53/+0
* SERVER-34779 Add hook for checking dbhash while a test is running.Max Hirschhorn2018-05-253-84/+174
* SERVER-34991 JS tests doing transaction operations must use majority writeCon...Dianna Hohensee2018-05-251-4/+3
* SERVER-34999 Deprecate clone and copydb commandsMaria van Keulen2018-05-241-2/+6
* SERVER-31396 add tests for change streams being resilient to node failures in...Ian Boros2018-05-231-0/+14
* SERVER-33641: Check oplogs in tests on stop repl setDavid Bradford2018-05-221-8/+39
* SERVER-35152 update tests for 4.0Robert Guo2018-05-221-1/+1
* SERVER-34441 error when aborting or commiting a nonexistent txn and starting ...Pavi Vetriselvan2018-05-181-5/+28
* Revert "SERVER-34441 error when aborting or commiting a nonexistent txn and s...Pavi Vetriselvan2018-05-181-28/+5
* SERVER-34868 Prohibit legacy queries from running on sessions in shellWilliam Schultz2018-05-171-0/+7
* SERVER-34441 error when aborting or commiting a nonexistent txn and starting ...Pavi Vetriselvan2018-05-171-5/+28
* SERVER-35052 Turn off fastcount checks on capped collections in rollback fuzzerJudah Schvimer2018-05-171-0/+5
* SERVER-34818 Rename startAtClusterTime to startAtOperationTimeCharlie Swanson2018-05-173-9/+9
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-161-20/+82
* SERVER-33091 create a rollback test with 5 nodesKyle Suarez2018-05-161-1/+7
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-2/+1
* SERVER-34256 Expose TransientTxnError error labels in response.Siyuan Zhou2018-05-081-0/+3
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-052-2/+2
* SERVER-34233 Implement shell helpers for free monitoringSara Golemon2018-05-032-0/+42
* SERVER-34549 make kDefaultTimeoutMS a static property of ReplSetTestPavi Vetriselvan2018-05-031-1/+11
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-2/+1
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-47/+65