summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-9391 tailable cursors should throw an exception in DBClientCursor ↵Cheahuychou Mao2020-02-2816-8/+96
| | | | when a cursor is not found on the server
* SERVER-46459 Ubuntu 18.04 ASAN builder specifies enterpise targets with no ↵Mathew Robinson2020-02-281-1/+0
| | | | module
* SERVER-46342 Reload systemd service file on install for deb platformsMathew Robinson2020-02-284-0/+12
|
* SERVER-46113 Ensure free variables are rejected in view definitionsKatherine Wu2020-02-281-0/+4
|
* SERVER-46129 Correct function variable namingMathew Robinson2020-02-281-1/+1
|
* SERVER-45535 Support explain in $unionWithTed Tuckman2020-02-2815-88/+351
|
* SERVER-46470 Rename 't' field to 'configTerm' in replica set heartbeat responsesWilliam Schultz2020-02-282-2/+4
|
* SERVER-46385 Complete TODO listed in SERVER-46018Mark Benvenuto2020-02-282-19/+9
|
* SERVER-46276 Ensure cross-db $out handles authz correctlynzolnierzmdb2020-02-281-10/+56
|
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-289-94/+39
|
* SERVER-46451 re-enable apply_ops_index_collation.js and ↵Benety Goh2020-02-281-5/+0
| | | | apply_ops_invalid_index_spec.js in parallel suite
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT ↵Gabriel Russell2020-02-2815-184/+439
| | | | and MONGO_LOG
* SERVER-46489 Decrease frequency of ephemeralForTest builderLouis Williams2020-02-281-0/+2
|
* SERVER-46451 fix index_build.js to work with the parallel test suiteBenety Goh2020-02-281-2/+2
|
* SERVER-46094: Now using walltime instead of ts when checking for excess ↵Andrew Chen2020-02-282-42/+88
| | | | oplog stones.
* SERVER-46482 Move to daily cadence for WT Develop sys-perf variantsHenrik Ingo2020-02-281-2/+2
|
* SERVER-46285 Ensure transaction isolation of newly-created collectionsMaria van Keulen2020-02-289-16/+74
|
* SERVER-46417 Temporarily make dbclient_rs_test use the ↵Haley Connelly2020-02-281-17/+71
| | | | ScanningReplicaSetMonitor only
* SERVER-46264 Change the rename command so it is passed through IDL rather ↵Nick Zolnierz2020-02-285-23/+81
| | | | than manually constructed BSON
* SERVER-46461 Make static in getDiagnosticListenerState() immortal to fix ↵Henrik Edin2020-02-282-2/+4
| | | | destruction order issues during shutdown
* SERVER-46415 Remove logFormat option and the ability to select the text ↵Henrik Edin2020-02-2821-255/+14
| | | | formatter
* Revert "SERVER-45535 Have $unionWith support explain"Ted Tuckman2020-02-2816-352/+89
| | | | This reverts commit c01de187585576180188d2598e5229a93a0743ed.
* SERVER-45091 Test that arbiter can commit a reconfigA. Jesse Jiryu Davis2020-02-281-0/+35
|
* SERVER-46377 Don't get a returnValue from js scope for callFunctionWithoutReturnEric Cox2020-02-282-14/+22
|
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-2827-82/+102
|
* SERVER-45797 Implement support for MustStaple in the ServerAdam Cooper2020-02-286-1/+246
|
* SERVER-45087 Simplify config commitment log message formatWilliam Schultz2020-02-281-5/+3
|
* SERVER-45091 Arbiter safe reconfig testsA. Jesse Jiryu Davis2020-02-281-54/+98
|
* SERVER-44468 remove TODO commentBenety Goh2020-02-281-1/+0
|
* SERVER-46457 Fix destruction order issue during shutdown in openssl_init.cppHenrik Edin2020-02-281-6/+10
|
* SERVER-46283 Implement command mirroring for updateAmirsaman Memaripour2020-02-273-0/+213
|
* SERVER-17934 Do not report replication progress upstream while in initial syncVesselina Ratcheva2020-02-273-2/+194
| | | | This reverts commit fe919dd89cee7de435aa58984ff1dd940fee839e.
* SERVER-45726 Improve variable names in TaskExecutorCursorCheahuychou Mao2020-02-273-50/+59
|
* SERVER-45085 add config term and version to error messagePavithra Vetriselvan2020-02-271-3/+5
|
* SERVER-46448 remove sharded_multi_stmt_txn_jscore_passthrough, jstestfuzz ↵Robert Guo2020-02-271-6/+2
| | | | flow control, and logical session cache passthroughs from Enterprise RHEL 6.2
* SERVER-46235 Remove suppression for mongoURIAuth.jsMark Benvenuto2020-02-271-2/+0
|
* SERVER-46336 Remove Expired Stapled OCSP ResponseShreyas Kalyan2020-02-273-15/+75
|
* SERVER-46452 Disable predictive_connpool.js in noPassthrough testsHaley Connelly2020-02-271-0/+2
|
* SERVER-45085 re-enable config quorum checkerPavithra Vetriselvan2020-02-279-132/+159
|
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-02-2716-89/+352
|
* SERVER-46455 Mark tcp_fastopen.js as multiversion_incompatibleSara Golemon2020-02-271-0/+1
|
* SERVER-42939 Add new setParameter for `ocspValidationRefreshPeriodSecs`Adam Cooper2020-02-273-4/+47
|
* SERVER-45754 Update error message that results from SERVER-45374 to suggest ↵Louis Williams2020-02-271-2/+4
| | | | restarting with a 4.2 binary
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-2727-167/+814
|
* SERVER-21307 add secondary reads to dropIndexes and index builds testBenety Goh2020-02-271-4/+51
|
* SERVER-43795 Implement and test OCSP Client Validation for OSXShreyas Kalyan2020-02-271-0/+13
|
* SERVER-46121 Make separate Controllers with taskExecutorPoolSize > 1Ben Caimano2020-02-274-6/+43
| | | | | This commit also introduces a new variant to verify that taskExecutorPoolSize=4 works correctly.
* Revert "SERVER-46110 Expose $internalOutToDifferentDB functionality"Louis Williams2020-02-279-39/+94
| | | | This reverts commit 835e125ff9cf933ff9804d8f7ca22cca1e3a04f2.
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-2729-179/+271
|
* SERVER-46450: Reduce the amount of windows tasks in a patch buildDavid Bradford2020-02-271-32/+73
|