summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine.cpp
AgeCommit message (Expand)Author
2024-09-05SERVER-94437 Introduce test runner prelude for interactive mode (#26746)Matt Broadstone
2024-03-19SERVER-87974 Enable modernize-use-override and apply fixes (#20075)Ivan Fefer
2024-03-01SERVER-86818 Rename our custom Map implementation to BSONAwareMapMatt Broadstone
2023-12-26SERVER-83330 Access RecoveryUnit and Locker through transaction_resources.hSilvia Surroca
2023-08-30SERVER-80109 Make WhereMatchExpression take in DatabaseName objectMathis Bessa
2023-08-25SERVER-78486 Replace parseNamespaceFrom* calls with deserializeHugh Tong
2023-08-02SERVER-65920 Remove NamespaceString ctors with default parameter for tenantIdMathis Bessa
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-02-22SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-03-26SERVER-61234 Expand support for $function returning scalar BSON valuesJustin Seyster
2022-01-13SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser
2021-12-21SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch
2021-11-19SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks
2021-08-23SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko
2021-02-05SERVER-53671 Make ~PooledScope() resilient to 'InterruptedAtShutdown' exceptionsMihai Andrei
2020-11-14SERVER-51827 Log and rethrow if ~PooledScope throwsDavid Percy
2020-10-23SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour
2020-10-13SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue
2020-09-10SERVER-50622 Add logging for 'mr_killop_test_fp' failpointJustin Seyster
2020-05-18SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto
2020-05-18SERVER-46932 supress more logging in the shellGabriel Russell
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-04-17SERVER-47445 Don't update Scope::_loadedVersion before loadStored succeedsDavid Percy
2020-02-26SERVER-45460 Mark CodeWithScope as deprecated in bsontypes.hJames Wahlin
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2019-11-27SERVER-43867 Move check_log.js inside src/mongo/shell/Vesselina Ratcheva
2019-10-29SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans
2019-10-21Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"Jacob Evans
2019-10-21SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans
2019-10-09SERVER-43818 Remove src/mongo/shell/mr.jsCharlie Swanson
2019-10-03SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue
2019-09-17SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano
2019-09-10SERVER-43119 FailPoint cleanupBilly Donahue
2019-09-09SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-14SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis
2019-03-06SERVER-39959 Make js scope reuse time basedJason Carey
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-01-07SERVER-36644 remove AtomicWord typedefsBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-08-14SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto
2018-06-29SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon
2018-06-29SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin
2018-05-30SERVER-35275 rename fail point FP macros, improve docsBilly Donahue
2018-05-23SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson
2018-05-03SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer
2018-02-14SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin
2017-08-30SERVER-30875 add requireOwnedObjects() to scopeJason Carey