summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34183 abort existing transaction on startTransactionPavi Vetriselvan2018-04-121-3/+0
* SERVER-34289 add new sharded cluster wrapper for connecting to an existing cl...Robert Guo2018-04-121-0/+2
* SERVER-34087 Add db.getMongo().watch() helper to watch all changes for the cl...Bernard Gorman2018-04-121-0/+27
* SERVER-34244 Add nameOnly option to listCollectionsXiangyu Yao2018-04-111-5/+5
* SERVER-34103 Modify benchRun to use multi-statement transactions for snapshot...Xiangyu Yao2018-04-101-5/+35
* SERVER-33638 CheckReplDBHash should ignore mapreduce incremental collectionsSamy Lanka2018-04-061-7/+21
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-6/+9
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-9/+6
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-6/+9
* SERVER-34051 Require autocommit=false on all transaction operations and add s...William Schultz2018-04-041-6/+6
* SERVER-34287 only add writeConcern on abort and commitPavi Vetriselvan2018-04-041-4/+5
* SERVER-34001: Add db.watch() shell helper to open a change stream for a databaseNick Zolnierz2018-04-041-0/+23
* Revert "only add writeConcern on abort and commit"Pavi Vetriselvan2018-04-041-5/+4
* only add writeConcern on abort and commitPavi Vetriselvan2018-04-041-4/+5
* SERVER-33818: Add 'resumeWithClusterTime' as an alias for '$_resumeAfterClust...Nick Zolnierz2018-04-041-0/+5
* SERVER-34235 isNetworkError correctly checks for SocketException errorWilliam Schultz2018-04-021-4/+10
* SERVER-33218 implement txn shell helpers for reads and writesPavi Vetriselvan2018-04-022-5/+178
* SERVER-33493 add jstest collection count validationJudah Schvimer2018-03-291-0/+40
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-293-4/+4
* SERVER-31376: Changed check for latest binVersion in ReplSetTest now that las...Matthew Saltz2018-03-281-3/+6
* SERVER-33444 Fix tests that fail when shard servers started as replica setsjannaerin2018-03-271-1/+49
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-1/+3
* SERVER-33938 Increase replication timeout in CheckReplDBHash hookVesselina Ratcheva2018-03-221-1/+1
* SERVER-33758 Make mongo::logger classes use more unique_ptrsBen Caimano2018-03-211-3/+2
* SERVER-33935 add clusterAuthMode option to TestDataRobert Guo2018-03-202-8/+27
* SERVER-30879: check for write concern errors on assert.commandWorkedDavid Bradford2018-03-201-16/+29
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-201-2/+10
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-162-11/+0
* SERVER-33789 Only retry operations with txnNumber if retryWrites=true.Max Hirschhorn2018-03-151-1/+5
* SERVER-33734 Improve jsTestLog filterabilityJudah Schvimer2018-03-151-1/+3
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-14/+1
* Revert "SERVER-33734 Improve jsTestLog filterability"Esha Maharishi2018-03-151-2/+1
* SERVER-33734 Improve jsTestLog filterabilityJudah Schvimer2018-03-151-1/+2
* SERVER-33876 ShardingTest starts shards as single node replica setsjannaerin2018-03-141-1/+1
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-34/+14
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-14/+34
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-34/+14
* SERVER-33751 Allow connecting to an existing cluster in ReplSetTestRobert Guo2018-03-091-1/+5
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-8/+24
* SERVER-32663: throw exception if non-existing ErrorCode is referencedDavid Bradford2018-03-071-11/+32
* SERVER-33367 Enforce a cursor is iterated in a transaction/session iff it was...Tess Avitabile2018-03-061-1/+6
* SERVER-32300 Explainable.aggregate should not modify options argument.“Dandan2018-03-051-6/+6
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-0/+11
* SERVER-33620 ShardingTest::shardColl should assert enableSharding workedJack Mulrow2018-03-021-1/+1
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-023-0/+15
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-4/+8
* SERVER-33077 checkReplicatedDataHashes should provide more information if a c...Jonathan Abrahams2018-03-011-28/+69
* SERVER-21941: Improve handling of timestamps in assert comparison functionsDavid Bradford2018-02-271-4/+39
* SERVER-32977 Make shell use SASL mechanism negotiationSara Golemon2018-02-241-7/+30
* SERVER-33227 don't modify global `db` in shell `connect()`Kevin Pulo2018-02-231-1/+1