summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Collapse)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
| | | | This reverts commit c35bad3b048e8d885bf0b7517aacd2349ea81d14.
* 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 ↵Shreyas Kalyan2023-03-222-1/+10
| | | | cleanupStructuredEncryptionData
* 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 ↵Sophia Tan2023-02-281-1/+1
| | | | object
* SERVER-70958: Add end-to-end device authorization grant flow integration ↵Varun Ravichandran2023-02-252-1/+34
| | | | test with Okta
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a ↵Uladzimir Makouski2023-02-231-1/+1
| | | | | | DatabaseName object" This reverts commit 26ab9caac209c31ab6b51a71e241699e12875833.
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName ↵Sophia Tan2023-02-231-1/+1
| | | | object
* 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
| | | | Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* 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 ↵Shin Yee Tan2022-08-171-2/+2
| | | | mongo/db/session directory
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Put all references to ExitCode enumerators under an enum class to namespace all the enumerators and avoid polluting the mongo namespace with possible naming collisions. - Added magic-number exit codes to exit_code.h like 50 & 51 (LauncherMiddleError & LauncherError respectively). - Reserved a range of exit codes to account for FreeBSD's usage of 64-78. - Renamed all enums with removal of EXIT_ which could conflict or get confused with built-in macros. - camelCased all ExitCode enum values. - Added the generic - ExitCode::fail - for returning 1 as failure. - Added explicit dependency on the exit_code.h header for all files using ExitCode's. - Removed all references to implementation-defined exit codes like EXIT_FAILURE and EXIT_SUCCESS. - Narrowed return values of the shell's undocumented quit() argument to portable values within 0-255, 0/ExitCode::clean otherwise. - Deprecated 8 unused ExitCode's - java - oomMalloc - oomRealloc - fs - clockSkew - windowsServiceStop - possibleCorruption - test - Wrapped the 2 Windows-only ExitCode's in #ifdef's - ntServiceError - windowsServiceStop
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-0/+1
| | | | | Also includes related simplifications to the implementation of 'DBClientCursor'.
* 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
| | | | | | | In doing so, this also fixes the shell's C++ native query path to correctly handle negative limit. The patch also includes additional preparatory work for deleting the query_DEPRECATED() internal client API.
* SERVER-67113 make mozjs library dependency private in scriptingBenety Goh2022-06-081-1/+1
| | | | | This reduces the link graph size to stay under the macos dyld limit. Changes LIBDEPS edges added in commit 26bab136615f5f7a5d6c35e767e2321dcc31b956.
* 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 ↵Mohammad Dashti2022-05-071-4/+0
| | | | possible race condition
* 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 ↵Erwin Pe2022-03-152-1/+10
| | | | encryption data
* SERVER-64298 Added some safety checks for failed JS constructor callsMohammad Dashti2022-03-081-8/+3
|