summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update license informationRamon Fernandez2018-10-1611-1576/+1707
* SERVER-13946 Put skip stages before fetch stages.Justin Seyster2018-10-153-14/+122
* SERVER-35109: Enable signal processing in perf.ymlJim OLeary2018-10-151-3/+42
* SERVER-34986 Fix unit testJonathan Reams2018-10-154-9/+10
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-10-1220-67/+632
* SERVER-35818 Add stdx::variantJonathan Reams2018-10-1236-0/+5043
* SERVER-37149 Remove deadlock in ScheduleBeforeStartupTestBen Caimano2018-10-121-2/+4
* SERVER-37610: Use unique coll name in update_numeric_field_name.js to avoid c...Nick Zolnierz2018-10-121-1/+1
* SERVER-36850 Add a replica set passthrough suite to detect errors in the logi...Blake Oler2018-10-115-0/+359
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-113-1/+75
* SERVER-33606 fail to create logical session in shell connected to old serversKevin Pulo2018-10-115-9/+60
* SERVER-37437: longevity missing platform expansion.Jim OLeary2018-10-111-0/+1
* SERVER-36961 createIndexes command should check if indexes already exist with...Louis Williams2018-10-103-39/+123
* SERVER-37330 Add sharded passthrough suites to detect errors in LogicalSessio...Blake Oler2018-10-105-0/+642
* SERVER-37130 Add TLS version counting to mongosMark Benvenuto2018-10-101-0/+1
* SERVER-37425 Change batchtime to 1 year for longevity builders.Max Hirschhorn2018-10-091-2/+6
* SERVER-37424 Change batchtime to 1 week for all sys-perf builders.Max Hirschhorn2018-10-091-1/+1
* SERVER-35737 Switch to curl to be Python version independentMathew Robinson2018-10-091-31/+75
* SERVER-37410 Add standalone passthrough suites to detect errors in LogicalSes...Blake Oler2018-10-095-0/+295
* SERVER-31892 moveChunk with should wait for majority write concernjannaerin2018-10-081-1/+22
* SERVER-33470 Log archival message, even if successful, in hook_test_archival.pyJonathan Abrahams2018-10-081-0/+2
* SERVER-37227 Check for the existence of `enableMajorityReadConcern` in the js...Kaloian Manassiev2018-10-061-1/+2
* SERVER-36978 TaskRunner must ensure Client is initialized for thread before r...Tess Avitabile2018-10-051-10/+7
* SERVER-37393 Fix dtor race in `ReplicaSetMonitorManager`ADAM David Alan Martin2018-10-051-1/+3
* SERVER-37477 Disable test lifecycleYves Duhem2018-10-051-5/+7
* SERVER-36850 Change the LogicalSessionCache refresh parameter granularity fro...Blake Oler2018-10-053-11/+10
* SERVER-37430 Shut down PeriodicRunner before Sharding and Replication shutdownBlake Oler2018-10-051-5/+5
* Import tools: 7e7a3acf2b411c2861782d34c68be940f85a6582 from branch v3.6David Golden2018-10-042-1/+4
* SERVER-36831 Report active operations correctly on the ServiceLiaison for mongosBlake Oler2018-10-041-4/+23
* SERVER-36721 Prevent tests that use the logical session cache from running in...Blake Oler2018-10-041-0/+7
* SERVER-29160 bump timeout for migration operations to 60secMisha Tyulenev2018-10-031-1/+1
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-10-0215-14/+282
* SERVER-37353 Handle $slice value of LLONG_MIN gracefullyJames Wahlin2018-10-012-4/+12
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2018-10-0110-10/+101
* SERVER-34866 Blacklist/unblacklist tests in secondary_reads_passthroughXiangyu Yao2018-10-014-22/+16
* SERVER-29160 follow up change wtimeout in unit tests to matchMisha Tyulenev2018-09-283-3/+3
* SERVER-37118: Fix invokation argument orderSpencer Jackson2018-09-281-1/+1
* SERVER-20845: Add replSetReconfig audit hookSpencer Jackson2018-09-281-0/+5
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-2818-15/+37
* SERVER-37126 Always _runSafely in implscopeJason Carey2018-09-281-94/+85
* SERVER-35235 plan_cache_index_create.js should build initial index set in the...James Wahlin2018-09-281-2/+2
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-09-2770-36/+612
* SERVER-34868 Prohibit legacy queries from running on sessions in shellWilliam Schultz2018-09-274-0/+49
* SERVER-31563 Remove sections of not_allowed_on_sharded_collection_cmd.js with...Randolph Tan2018-09-271-36/+5
* SERVER-35763 lastWriteDate field can get out of sync between repl set nodes d...Randolph Tan2018-09-271-10/+2
* SERVER-36451 ContinuousStepdown with killing nodes can hang due to not being ...Jonathan Abrahams2018-09-271-11/+16
* SERVER-36944 applyOps uses applyCommand_inlock() for system.indexes insertsBenety Goh2018-09-252-29/+11
* SERVER-36944 add characterization test for applyOps index creationBenety Goh2018-09-251-0/+89
* SERVER-36944 different index name for system.indexes test case in apply_ops_c...Benety Goh2018-09-251-4/+4
* SERVER-36951 a createIndexes operation inside applyOps is not required to hav...Dianna Hohensee2018-09-252-11/+37