summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29500 Call for catchup takeover election when catchup takeover timeout...Samy Lanka2017-08-021-2/+3
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-021-1/+1
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-014-25/+112
* SERVER-30268 unwrap command object when injecting readConcern clauseMisha Tyulenev2017-08-011-13/+22
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-0/+28
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-9/+17
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-261-1/+1
* SERVER-28509 Make DBClient use write commandsMathias Stearn2017-07-261-6/+17
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-262-7/+7
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-5/+6
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-142-0/+10
* SERVER-29928 invalid_db_name.js should test server not clientMathias Stearn2017-07-131-2/+2
* SERVER-29988 operationTime returned to mongo shell can not be uninitializedMisha Tyulenev2017-07-121-0/+3
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-112-9/+9
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-072-81/+99
* SERVER-29405 delay deleting orphaned shard chunksNathan Myers2017-06-301-7/+25
* SERVER-21779 validate DB.runCommand(commandObjOrName, extraKeys) arguments.Benety Goh2017-06-281-7/+38
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-282-10/+14
* SERVER-26871 report failures when handling shell history fileKevin Pulo2017-06-283-24/+62
* SERVER-29540 awaitNodesAgreeOnPrimary logs why it retriesJudah Schvimer2017-06-261-0/+16
* 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-29652 mongos should not gossip logical time until admin.system.keys is...Jack Mulrow2017-06-221-0/+20
* SERVER-28150 Add support for readConcern::afterClusterTime for level == localMisha Tyulenev2017-06-211-7/+8
* SERVER-29690 Make coll_epoch_test1.js use causally consistent connectionsKaloian Manassiev2017-06-192-2/+24
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-29154 Have mongo shell display and accept UUID as such instead of BinD...Geert Bosch2017-06-091-1/+2
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-093-19/+7
* SERVER-28590 Invoke validate command on collections before shutting down mong...Eddie Louie2017-06-072-2/+13
* SERVER-27549 Better check for when a server has shut downRobert Guo2017-05-301-0/+5
* SERVER-29349 delete shell/upgrade_check.js, which was relevant for v2.6 upgra...Dianna Hohensee2017-05-252-212/+0
* SERVER-27549 Print message on intentional server crash.Robert Guo2017-05-234-49/+59
* SERVER-29100 Wait for the same journaling requirement in get_last_error.jsSiyuan Zhou2017-05-191-1/+3
* SERVER-29071 gossip clusterTime in mongo shellMisha Tyulenev2017-05-171-2/+20
* SERVER-28100 ReplSetTest.awaitNodesAgreeOnPrimary() accepts an optional expec...Benety Goh2017-05-171-2/+6
* SERVER-28968: Add causal consistent passthrough suiteMisha Tyulenev2017-05-052-23/+37
* fix error codesMathias Stearn2017-05-051-1/+1
* SERVER-28464: Add canary CPU tests to benchRun and mongoddalyd2017-05-042-4/+27
* SERVER-28229: Bind to localhost by defaultSpencer Jackson2017-04-281-0/+4
* SERVER-28989 Avoid dropping dummy database in checkReplicaSet().Max Hirschhorn2017-04-281-35/+21
* SERVER-29000 Remove the miniwebserver and derivativesAndrew Morrow2017-04-271-2/+1
* SERVER-28869 Enable remaining commands supporting readConcern for shell Causa...Jack Mulrow2017-04-271-5/+36
* Revert "SERVER-28229: Bind to localhost by default"Kaloian Manassiev2017-04-251-4/+0
* SERVER-28229: Bind to localhost by defaultSpencer Jackson2017-04-241-0/+4
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-4/+7
* SERVER-28868 Set noCursorTimeout option on cursor in checkOplogs().Max Hirschhorn2017-04-201-2/+4
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-7/+4
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-4/+7
* SERVER-28450 add support for causal consistency to mongo shellMisha Tyulenev2017-04-192-5/+127
* SERVER-28053 allow network errors when turning off rollbackHangBeforeStart fa...Judah Schvimer2017-04-172-7/+17