summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-44019 Change randomBinVersions to useRandomBinVersionsWithinReplicaSet...Jason Chan2019-10-212-10/+14
* SERVER-43254 Hang Analyzer shell integration uses child and peer mongo processesRyan Timmons2019-10-151-0/+48
* SERVER-42881 Generate rollback and initial sync suites with mixed version rep...Jason Chan2019-10-151-3/+2
* SERVER-43803 Add log messages in ReplSetTest and ShardingTest that report dur...William Schultz2019-10-142-2/+29
* SERVER-43265 Fix using URI network compressors parameter in shellHenrik Edin2019-10-101-1/+3
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-2/+1
* SERVER-43818 Remove src/mongo/shell/mr.jsCharlie Swanson2019-10-092-92/+0
* SERVER-43579 Make AWS KMS support robust to KMS availabilityShreyas Kalyan2019-10-041-1/+7
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43644 Update 'validate' shell helper to use an object instead of a boo...Gregory Wlodarek2019-10-021-6/+6
* SERVER-42774 When randomBinVersions is set, randomly assign node binary versi...Jason Chan2019-10-022-1/+29
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+2
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-2/+1
* Revert "SERVER-42774 When randomBinVersions is set, randomly assign node bina...Jason Chan2019-09-302-20/+0
* SERVER-42774 When randomBinVersions is set, randomly assign node binary versi...Jason Chan2019-09-302-0/+20
* SERVER-43226 ReplSetTest.stop can hang due to fsyncLockA. Jesse Jiryu Davis2019-09-271-69/+127
* SERVER-42549 Remove TODO listed in SERVER-35483Judah Schvimer2019-09-261-1/+0
* Revert "SERVER-43226 ReplSetTest.stop can hang due to fsyncLock"A. Jesse Jiryu Davis2019-09-261-125/+67
* SERVER-43226 ReplSetTest.stop can hang due to fsyncLockA. Jesse Jiryu Davis2019-09-261-67/+125
* SERVER-42675 M/R Agg: Remove MapReduceResult shell helperArun Banala2019-09-251-45/+7
* SERVER-42777 Add ability to generate mixed version test suites using generate...Jason Chan2019-09-251-2/+2
* SERVER-43409 Support non amazon hosted AWS KMS endpointsMark Benvenuto2019-09-251-5/+8
* SERVER-43039 db.collection.bulkWrite doesn't support hint with replaceOneJames Wahlin2019-09-241-0/+8
* SERVER-42866 Trigger a logical session cache refresh on all shards in the Sha...Alex Taskov2019-09-241-0/+9
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-177-26/+26
* SERVER-42613 getHashes should default to liveSlaves, not _slaves in replsette...Matthew Russotto2019-09-161-3/+3
* SERVER-41505 Track average number of catchup ops in serverStatusXuerui Fa2019-09-121-3/+22
* SERVER-43153 Expose pids of spawned processes in the shellRyan Timmons2019-09-102-0/+19
* SERVER-42761 Move feature_compatibility_version.js into src/mongo/shellJason Chan2019-09-094-2/+58
* SERVER-42761 Allow resmoke and the shell to initiate a replica set with "late...Jason Chan2019-09-092-0/+18
* SERVER-42287 SNI names are not allowed to include IP addressesAdam Cooper2019-09-061-1/+3
* SERVER-42767 Improve logging in ReplSetTest.stopSetWilliam Schultz2019-09-041-1/+28
* SERVER-43045 use FCV for multiversion dbhash check instead of test workaroundsJudah Schvimer2019-08-301-15/+2
* SERVER-42969 Fix handling of Unicode strings in windows `USERPROFILE` environ...ADAM Martin2019-08-291-3/+3
* SERVER-43045 dbhash checks all replicated collectionsJudah Schvimer2019-08-291-2/+15
* SERVER-43005 : getKeyVault.createKey() should return the created data keyShreyas Kalyan2019-08-271-2/+4
* SERVER-42817 Fix `boost::filesystem` error handling in shell.ADAM David Alan Martin2019-08-231-20/+18
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-232-3/+4
* SERVER-36816 avoid reloading the view catalog during dbhash checkRobert Guo2019-08-214-125/+179
* SERVER-42856 Make the check for chunk moved in the op observer take hashed sh...Randolph Tan2019-08-211-2/+2
* SERVER-24437 Use a platform-independent PRNG in the mongo shell for Random.ra...Jason Chan2019-08-201-15/+3
* SERVER-37690 Return 0 from countDocuments for empty collectionA. Jesse Jiryu Davis2019-08-201-1/+4
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-142-11/+12
* SERVER-42769 Add call to awaitLastOpCommitted after enableAutoSplit in Shardi...Matthew Saltz2019-08-131-0/+5
* SERVER-42624 convert to error_codes.ymlBilly Donahue2019-08-131-2/+2
* gpg: Signature made Mon 12 Aug 2019 12:58:45 PM EDTSpencer Jackson2019-08-121-2/+2
* SERVER-42608 Accept hint in shell helper updateOne and updateManyXin Hao Zhang2019-08-072-1/+17
* SERVER-42479 Remove FCV checks for propagating commit point through hearbeatsJason Chan2019-08-061-5/+0
* SERVER-41874 Add shell option to skip cursor finalize.Siyuan Zhou2019-07-302-1/+3