summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-41696 Do not use the 'ns' field from index specs to compute the dbhashGregory Wlodarek2019-07-291-0/+7
* SERVER-41277 Create FLE Data Framing ClassesShreyas Kalyan2019-07-293-120/+63
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2736-3505/+3458
* SERVER-42318 Tighten bounds on AEAD Decrypt output lengthMark Benvenuto2019-07-242-3/+6
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-18/+3
* SERVER-42257 Announce known emulationsAndrew Morrow2019-07-232-0/+51
* SERVER-41313 Fix lintShreyas Kalyan2019-07-151-9/+8
* SERVER-41313 Evaluate Driver's Client Side FLE Specification Tests in ShellShreyas Kalyan2019-07-154-5/+9
* SERVER-42077 Add 'allowDiskUse' option to find commandMisha Ivkov2019-07-121-0/+13
* SERVER-42111 Enable auto-decrypt in communityShreyas Kalyan2019-07-122-2/+143
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-121-3/+3
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-2/+1
* SERVER-33749 Add idleSessionTimeout flagRoxane2019-07-094-0/+32
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-1/+1
* SERVER-41632 Fix division by zero in shell collStats helperRandolph Tan2019-07-012-4/+10
* SERVER-41919 Disallow specific types for explicit encryptionShreyas Kalyan2019-07-011-0/+7
* SERVER-41837 Fix unittest compilation on non-ssl mac buildsMark Benvenuto2019-06-281-2/+2
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-1/+2
* SERVER-36194 Remove the deprecated 'lastStableCheckpointTimestamp' field from...Zach Yam2019-06-251-10/+0
* SERVER-40616 awaitReplication should reset timeout when secondary makes progressSamy Lanka2019-06-242-84/+140
* SERVER-41837 Fix unittest compilation on non-ssl buildsMark Benvenuto2019-06-241-2/+2
* SERVER-41195 Turn off auto-splitting when the balancer is turned offRandolph Tan2019-06-241-0/+6
* SERVER-41250 Reset the oldest timestamp if initial sync fails and starts anot...Samy Lanka2019-06-211-0/+10
* SERVER-38251 Remove cloneCollection commandZach Yam2019-06-211-27/+0