summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-0747-296/+441
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-132-6/+6
* SERVER-58035 Remove db.runCommandWithMetadata from mongo shellBlake Oler2021-12-212-19/+0
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-212-10/+10
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-192-15/+2
* SERVER-61403 Refactor doRunCommand implementationSara Golemon2021-11-121-9/+11
* SERVER-31551 Test server-side JS property enumerationCharlie Swanson2021-10-111-0/+1
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-012-32/+0
* SERVER-59234 Fix clang-12 warnings in C++20 modeAndrew Morrow2021-09-171-1/+1
* SERVER-59233 Don't apply clang/gcc warning suppressions on WindowsAndrew Morrow2021-09-161-1/+1
* SERVER-59233 Suppress some warnings in third-party code or its useAndrew Morrow2021-09-161-0/+9
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-082-5/+5
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-232-2/+4
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-58703 Change internal client to only support the OP_MSG RPC protocolYoonsoo Kim2021-08-022-22/+1
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-2/+2
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-302-72/+81
* SERVER-58607 Error out on invalid values for CountDownLatchInfo's argumentYoonsoo Kim2021-07-301-18/+33
* SERVER-57462 Change the shell to use OP_MSG for exhaust queries instead of OP...Yoonsoo Kim2021-07-153-39/+15
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-141/+0
* SERVER-57206 Resolve Compiler warnings in JSStringWrapper::JSStringWrapperyingdongyuan2021-06-041-1/+2
* SERVER-56777 Fix UB in valuewriterIan Boros2021-05-101-2/+6
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-4/+2
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-032-1/+9
* SERVER-54596 remove 1-arg shouldLog function (an ODR violation)Billy Donahue2021-03-182-3/+3
* SERVER-53671 Make ~PooledScope() resilient to 'InterruptedAtShutdown' exceptionsMihai Andrei2021-02-051-63/+24
* SERVER-38938 include metadata in command responseRobert Guo2021-01-192-0/+7
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-162-5/+27
* SERVER-30815 Added linter to check for unnecessary PUBLIC libdeps, and added ...Daniel Moody2020-12-161-1/+3
* Revert "SERVER-52545 Define listIndexes with IDL"Lingzhi Deng2020-12-162-27/+5
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-152-5/+27
* SERVER-48291 Add global dependency pushdown to libdepsRyan Egesdahl2020-11-261-2/+0
* SERVER-50388 Support $where operator in SBENikita Lapkov2020-11-171-0/+1
* SERVER-51827 Log and rethrow if ~PooledScope throwsDavid Percy2020-11-141-18/+66
* SERVER-50882 Noisy log message, "Received interrupt request for unknown op"Drew Paroski2020-11-031-9/+9