summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-0/+1
* SERVER-32824 Incorrect interpreterVersion() reported in mongo shellBen Caimano2018-03-201-1/+1
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-142-5/+2
* SERVER-32072 Always roundtrip dbrefs in the shellJason Carey2018-02-014-31/+83
* SERVER-32065 support retryWrites URI param in shellKevin Albertson2018-01-312-0/+10
* SERVER-32094 support appname URI param in shellKevin Albertson2018-01-231-1/+2
* SERVER-32239 Lossless status throwing in JSJason Carey2018-01-1911-51/+315
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-173-12/+7
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-0/+5
* SERVER-32683 JS JIT off by defaultJason Carey2018-01-171-1/+1
* SERVER-31354 Support driver API for changeStreams in the shell.Siyuan Zhou2017-11-162-2/+15
* SERVER-31641 stop gossiping between shell clientsJason Carey2017-11-132-78/+1
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-082-10/+29
* SERVER-31828 endSession in js should end sessionsJason Carey2017-11-062-15/+2
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-022-3/+2
* SERVER-31456 Expose server type on Mongo connection object.Max Hirschhorn2017-10-142-1/+18
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-21/+18
* SERVER-31271 don't use nspr allocator for js threads for better ASANGabriel Russell2017-09-291-4/+8
* SERVER-31222 JSFile source member should not be a referenceJonathan Reams2017-09-291-1/+1
* SERVER-31202 add support for get/setClusterTime to local shell clientMisha Tyulenev2017-09-221-2/+2
* SERVER-31175 improve javascript setClusterTimeMark Benvenuto2017-09-221-0/+9
* SERVER-30769 Mongo shell throws 'exception during autocomplete'Mark Benvenuto2017-09-201-10/+16
* SERVER-30009: Allow JS functions to be terminated with ';'Spencer Jackson2017-08-311-0/+8
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-307-3/+33
* SERVER-30362 MozJS - implement resolve instead of getProperty for native typesMark Benvenuto2017-08-176-45/+39
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-30502 --disableJavaScriptJIT does not disable JITMark Benvenuto2017-08-141-0/+8
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-023-12/+9
* SERVER-30458 Dead code elimitation in mozjs::authSara Golemon2017-08-021-22/+3
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-019-1/+330
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-1/+6
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-263-10/+16
* SERVER-28509 Make DBClient use write commandsMathias Stearn2017-07-261-5/+12
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-263-8/+7
* SERVER-30065 Do libdeps dependency types by section, not tupleAndrew Morrow2017-07-081-1/+3
* SERVER-29651 Interrupts are caught in implscope functions or by the deadline ...Ted Tuckman2017-07-076-92/+120
* SERVER-28839 Unbind the impl from the proxy before terminating the threadAndrew Morrow2017-06-281-0/+6
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-12/+7
* SERVER-29726 Build iOS and tvOS on evergreenAndrew Morrow2017-06-262-0/+30
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-3/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-10601 --> remove parseLL() function definition and use in numberlong.cppTyler Kaye2017-06-121-1/+5
* SERVER-29154 Have mongo shell display and accept UUID as such instead of BinD...Geert Bosch2017-06-091-12/+40
* SERVER-29349 delete shell/upgrade_check.js, which was relevant for v2.6 upgra...Dianna Hohensee2017-05-253-30/+3
* SERVER-29220 fix lintAndrew Morrow2017-05-251-0/+28
* SERVER-29220 Default to archive based linkingAndrew Morrow2017-05-242-0/+3
* SERVER-28665 More informative message when JS execution is interruptedKevin Pulo2017-05-041-1/+1
* SERVER-28878 Mark mozjs shim as a private dependency edgeAndrew Morrow2017-04-201-1/+3
* SERVER-28821 Dont require leak free execution before the leak checker runsAndrew Morrow2017-04-171-1/+0
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-143-16/+0