summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jstests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-9/+7
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-1/+1
* SERVER-45361 Sanitize random seeds for mongo shellBen Caimano2020-01-081-37/+1
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-1/+1
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+17
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-84/+87
* SERVER-39400 fix lintGabriel Russell2019-03-041-7/+6
* SERVER-39400 support async JSGabriel Russell2019-03-041-2/+33
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-4/+0
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-101-99/+145
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-1192/+1
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-9/+6
* SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson2018-05-231-0/+54
* SERVER-32889 Mongo shell injection function for hashing shard keyBen Caimano2018-04-231-0/+86
* SERVER-33758 Make mongo::logger classes use more unique_ptrsBen Caimano2018-03-211-2/+1
* SERVER-33668 Get rid of OperationShardingState::unsetShardVersion()Esha Maharishi2018-03-061-31/+49
* SERVER-32239 Lossless status throwing in JSJason Carey2018-01-191-0/+20
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-0/+44
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+5
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-20/+0
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-18/+18
* SERVER-27233 fix namespaces to de-dup symbol mongo::myallMatt Cotter2016-12-011-1/+1
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-48/+45
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-8/+8
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-0/+20
* SERVER-25827 fix UB related to NumberLong(NaN) in shellMatt Cotter2016-09-011-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-18/+14
* SERVER-24054 JS segfault on load of certain nansJason Carey2016-05-101-0/+23
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-7/+13
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-13/+7
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-7/+13
* SERVER-6102 Deserialize BSON undefined as JS undefinedJonathan Reams2015-11-111-9/+0
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-301-4/+4
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-1/+2
* SERVER-19357 disable v8 codepath for V8 in dbtestsJason Carey2015-08-281-36/+5
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-0/+198
* SERVER-16703 Improve parsing of JS function bodies and expressionsJonathan Reams2015-08-121-9/+0
* Revert "SERVER-16703 Improve parsing of JS function bodies and expressions"Jonathan Reams2015-08-111-0/+9
* SERVER-16703 Improve parsing of JS function bodies and expressionsJonathan Reams2015-08-111-9/+0
* SERVER-19705 unmix MozJS and Mongo Error CodesJason Carey2015-08-101-0/+38
* SERVER-19693 Deadlock when JS calls ProxyScopeJason Carey2015-08-031-0/+21
* SERVER-18531 Additional fixes for SpiderMonkeyJason Carey2015-07-201-44/+23
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-17/+49
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1983/+2060