summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43867 Move check_log.js inside src/mongo/shell/Vesselina Ratcheva2019-11-271-0/+2
* SERVER-44197 remove old TODOGabriel Russell2019-10-301-2/+0
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-295-11/+21
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-252-2/+3
* Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"Jacob Evans2019-10-212-4/+3
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-212-3/+4
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-215-5/+5
* Revert "SERVER-41994 correctly create and show type 2 binary elements"Gabriel Russell2019-10-151-1/+1
* SERVER-42736 Remove PosixNSPR implementations.ADAM Martin2019-10-146-320/+60
* SERVER-43818 Remove src/mongo/shell/mr.jsCharlie Swanson2019-10-091-2/+0
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-1712-66/+67
* SERVER-41994 correctly create and show type 2 binary elementsGabriel Russell2019-09-101-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-1/+1
* SERVER-42664 add bsonObjToArray to shellcchilds12019-08-092-2/+11
* SERVER-41874 Add shell option to skip cursor finalize.Siyuan Zhou2019-07-304-3/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2721-95/+75
* SERVER-41313 Evaluate Driver's Client Side FLE Specification Tests in ShellShreyas Kalyan2019-07-151-1/+2
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-2/+2
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-11/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-146-7/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-106-8/+12
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-102-8/+7
* SERVER-41120 perserve the correct status during scope timeoutGabriel Russell2019-06-061-2/+3
* SERVER-41124 Remove default collection from keystore APIShreyas Kalyan2019-05-292-2/+5
* SERVER-39896 Write shell JS API for explicitly encrypting and decrypting dataShreyas Kalyan2019-05-036-3/+81
* SERVER-39894 Add support for AWS credentials in the shellShreyas Kalyan2019-04-153-36/+24
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0913-14/+12
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-082-3/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-285-7/+12
* SERVER-39152 more correctly set JSGC_MAX_BYTESGabriel Russell2019-03-251-8/+3
* SERVER-40059 build Status objects with StringData in exception.cppGabriel Russell2019-03-141-3/+3
* SERVER-39959 Make js scope reuse time basedJason Carey2019-03-062-14/+11
* SERVER-39961 Update proxy scope to use two cvsJason Carey2019-03-062-8/+11
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-052-8/+9
* SERVER-39400 fix lintGabriel Russell2019-03-041-1/+0
* SERVER-39400 support async JSGabriel Russell2019-03-041-10/+26
* SERVER-39496 expose non-object exceptionsGabriel Russell2019-03-041-17/+32
* SERVER-39481 fix lintGabriel Russell2019-03-041-1/+3
* SERVER-39481 don't expose a MongoStatus constructor in JSGabriel Russell2019-03-042-12/+3
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-033-3/+0
* SERVER-39739 Migrate server parameters to IDL in src/mongo/scripting/mozjs/en...Shreyas Kalyan2019-02-283-14/+62
* SERVER-39521 Don't skip _id in ObjWrapper::toBSONJason Carey2019-02-263-2/+49
* SERVER-39738 Migrate server parameters to IDL in src/mongo/scripting/deadline...Shreyas Kalyan2019-02-263-3/+41
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-13100-105/+1
* SERVER-39183 Avoid opCtx wait in implscope sleepJason Carey2019-02-101-16/+1
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-105-37/+63
* SERVER-39317 Make uri options case insensitiveJason Carey2019-02-051-1/+1