summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-29/+15
* SERVER-41609 Create ClientEncryption object for FLE shell APIMark Benvenuto2019-06-193-4/+25
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-0/+4
* SERVER-41817 String ServerParameters should not be JSON.stringify'dBen Caimano2019-06-191-4/+17
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-183-2/+31
* SERVER-41644 Expose explicit encryption helpers in community shellMark Benvenuto2019-06-1813-2/+2247
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-173-4/+4
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-144-31/+31
* SERVER-41377 Add JS tests that the rollback data files are generated correctl...William Schultz2019-06-141-1/+2
* SERVER-41623 Fix building on newer windows Toolkits.ADAM David Alan Martin2019-06-141-4/+0
* SERVER-41623 Fix building of `shell_utils_launcher` on FreeBSD.ADAM David Alan Martin2019-06-132-1/+3
* SERVER-41641 Misspelling in uassertOfer Cohen2019-06-121-1/+1
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-112-10/+3
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-06-101-2/+0
* SERVER-41227 Bump binVersion="last-stable" to be MongoDB 4.2.Max Hirschhorn2019-06-101-1/+1
* SERVER-40408 Add support for pipelines in coll.updateMany shell helperBernard Gorman2019-06-101-9/+12
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-102-6/+6
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-18463 Fix Windows unittests compileGregory Wlodarek2019-06-081-1/+2
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-075-161/+241
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-3/+1
* SERVER-37062 db.watch does not show up in autocomplete or helpDavis Haupt2019-05-301-0/+2
* SERVER-40953 capture errno earlier when accessing shell history fileKevin Pulo2019-05-291-10/+20
* SERVER-41249 Fix special cases for $out to include $mergeCharlie Swanson2019-05-221-5/+10
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-211-2/+4
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-202-5/+4
* SERVER-40841 Re-issue invalid test certificatesJonathan Reams2019-05-201-1/+1
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-142-3/+10
* SERVER-40712 Ensure the dropDatabase() command accepts a write concern.Gregory Wlodarek2019-05-131-9/+8
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-103-14/+50
* SERVER-40408 Ban pipeline-style syntax in the shell's Bulk replaceOne functionBernard Gorman2019-05-101-0/+4
* SERVER-41067 Make the MongoRunner logical options include skipValidationKaloian Manassiev2019-05-091-1/+2
* Revert "SERVER-40567 benchRun support for pipeline updates"r4.1.11Siyuan Zhou2019-05-093-50/+14
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-083-14/+50
* SERVER-40408 Add pipeline versions of update helpers in the shellBernard Gorman2019-05-033-38/+53
* SERVER-39896 Write shell JS API for explicitly encrypting and decrypting dataShreyas Kalyan2019-05-031-1/+4
* SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.hMathias Stearn2019-05-012-0/+2
* SERVER-40866 Use JSON.stringify() to serialize string in tojson()Siyuan Zhou2019-04-281-41/+2
* SERVER-35638 Short timeout to autocomplete collection namesA. Jesse Jiryu Davis2019-04-261-7/+14
* SERVER-40186 Retry interrupted commits in auto_retry_transaction.jsJack Mulrow2019-04-251-13/+12