summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-1/+2
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-262-3/+4
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-262-1/+15
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-252-15/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-252-1/+15
* SERVER-72947 Create shell helper that can be used to call cleanupStructuredEn...Shreyas Kalyan2023-03-222-1/+10
* SERVER-74844 Store parsed source text in wide stringMatt Broadstone2023-03-152-14/+12
* SERVER-70703: Implement OIDC refresh flow in legacy shellVarun Ravichandran2023-03-022-1/+8
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-281-1/+1
* SERVER-70958: Add end-to-end device authorization grant flow integration test...Varun Ravichandran2023-02-252-1/+34
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski2023-02-231-1/+1
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-231-1/+1
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-1/+1
* SERVER-71608 Add support to jscustomallocator.cpp for FreeBSDMark Benvenuto2023-02-141-1/+3
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-123-6/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-2/+6
* SERVER-72722 Truncate long uncaught JavaScript error messages to 10KBRomans Kasperovics2023-02-021-2/+13
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-2/+4
* SERVER-72493 Require string when resolving module loader baseUrlMatt Broadstone2023-01-041-1/+2
* SERVER-72286 Convert all shard split tests to use ES modulesMatt Broadstone2023-01-043-14/+11
* SERVER-71628 Try to resolve baseUrl defined in nearby jsconfig.jsonMatt Broadstone2022-12-206-19/+114
* SERVER-71658 Add support for dynamic importMatt Broadstone2022-12-165-9/+174
* SERVER-69009 Validate Timestamp objects returned from $functionJustin Seyster2022-12-143-14/+37
* SERVER-68286 Improved lifetime issues with `mongo::mozjs::currentJSScope`Mohammad Dashti2022-11-221-14/+11
* SERVER-70553 Add ES Modules support to mongo test runnerMatt Broadstone2022-11-106-10/+713
* SERVER-71024 Fix Windows/Ninja build of bindata.cppSara Golemon2022-11-021-2/+7
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-292-14/+8
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-68834 clany tidy bugprone-integer-division fixesJuan Gu2022-08-231-1/+1
* SERVER-68213 Modernize 'DBQuery' to avoid OP_QUERY-style formatDavid Storch2022-08-183-90/+28
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-66554 Make FLE2 suites work with stepdown and kill_primary suitesShreyas Kalyan2022-08-152-5/+18
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-272-2/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-1/+5
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-0/+1
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-151-3/+6
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-11/+51
* SERVER-67113 make mozjs library dependency private in scriptingBenety Goh2022-06-081-1/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-7/+4
* SERVER-66498 Disabled Baseline JIT for MozJSMohammad Dashti2022-05-171-4/+24
* SERVER-65583 Create an FSM workload for FLE2Erwin Pe2022-05-121-1/+2
* SERVER-57711 Remove usemozjs flag in favor of js-engine != noneTausif Rahman2022-05-121-2/+2
* SERVER-66302 Removed 'JS_SetGlobalJitCompilerOption' calls to avoid a possibl...Mohammad Dashti2022-05-071-4/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-068-8/+24
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-65773 Improved MozJS error handlingMohammad Dashti2022-04-283-6/+29
* SERVER-61234 Expand support for $function returning scalar BSON valuesJustin Seyster2022-03-2610-17/+236
* SERVER-63467 Create a shell helper that can be used to call compact encryptio...Erwin Pe2022-03-152-1/+10
* SERVER-64298 Added some safety checks for failed JS constructor callsMohammad Dashti2022-03-081-8/+3