summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38581 Add is_release expansion and use it in the mobile buildr4.0.5-rc1r4.0.5Ramon Fernandez2018-12-133-5/+6
* SERVER-37838 prevent crash with getMore and simultaneous stepdownIan Boros2018-12-122-5/+93
* SERVER-38392: remove assertion that we can't shard a non-empty collection ass...r4.0.5-rc0Kim Tao2018-12-118-153/+152
* SERVER-38452 Automate Maven Central releases for MongoDB embeddedMathew Robinson2018-12-111-11/+7
* SERVER-38070 Fix infinite loop in agg expressionIan Boros2018-12-102-111/+226
* SERVER-36349 Prevent ClusterWrite errors from affecting the OperationSharding...Blake Oler2018-12-102-0/+17
* SERVER-37339 Sharding state is set to initialized on Grid before sharding com...Esha Maharishi2018-12-102-2/+4
* SERVER-38281 Defer TLS-1.0 auto disable warning till log startupSara Golemon2018-12-081-2/+23
* SERVER-38111: Add max_sub_suites in generate_resmoke_suiteDavid Bradford2018-12-073-5/+81
* Import tools: ff4c48505122337b6b38c82bdd00b19c17c2a775 from branch v4.0David Golden2018-12-071980-637/+639
* SERVER-37511 Ensure sessions collection is created in replica set fixtureBlake Oler2018-12-071-0/+6
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-12-074-17/+0
* SERVER-37200 Avoid incorrect $listSessions + $match optimizationCharlie Swanson2018-12-073-1/+16
* SERVER-38421 Require a version of cryptography that is currently in the toolc...Andrew Morrow2018-12-061-1/+1
* SERVER-35972 Run push tasks more oftenRamon Fernandez2018-12-061-1/+16
* SERVER-36626 Draw wait-for graph from left to rightSiyuan Zhou2018-12-051-0/+4
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-055-132/+212
* SERVER-30714 Handle 'not master' errors in ReplicationCoordinatorExternalStat...Kaloian Manassiev2018-12-053-30/+27
* SERVER-38164 $or pushdown optimization does not correctly handle $not within ...Bernard Gorman2018-12-053-58/+253
* SERVER-37616 tuneable range deleter batch sizeKevin Pulo2018-12-053-4/+25
* SERVER-38024 initial_sync_oplog_hole test should be tagged as requiring docum...Matthew Russotto2018-12-031-0/+2
* Import wiredtiger: b51da4ed903efd9daf4b9c04385f01bbb8d37d7d from branch mongo...Luke Chen2018-12-03105-2130/+3192
* SERVER-37527 Fix lifecycle management and clarify isDone->isSuccessSara Golemon2018-12-0112-41/+38
* SERVER-38306: Update variable nameDavid Bradford2018-11-302-10/+11
* SERVER-38312 Don't include task id in filename for npm test output.Max Hirschhorn2018-11-301-3/+3
* SERVER-38116: Fix typoDavid Bradford2018-11-301-1/+1
* SERVER-38116: Don't include test_evergreen_gen_fuzzer_test in buildscripts_testDavid Bradford2018-11-301-0/+1
* SERVER-38116: Dynamically generate fuzzer test tasksDavid Bradford2018-11-303-536/+867
* SERVER-38303: Temporarily handle ipv6 failures due to s390x machine without i...Tyler Kaye2018-11-302-0/+8
* SERVER-38223 change_fcv_during_change_stream.js requires majority read concernMartin Neupauer2018-11-301-1/+8
* SERVER-36437 Use MODE_IS for dbstatsXiangyu Yao2018-11-303-12/+43
* SERVER-37796 Always salvage WiredTiger metadata regardless of error code when...Louis Williams2018-11-292-14/+53
* SERVER-37500 Blacklist geo_s2ordering from replica_sets_kill_primary_jscore_p...Matthew Russotto2018-11-291-0/+3
* SERVER-37408 Add afterClusterTime to initial sync collection scansMatthew Russotto2018-11-288-56/+120
* SERVER-37354 Make _shardsvrShardCollection re-entrantjannaerin2018-11-281-0/+1
* SERVER-37354 Make _shardsvrShardCollection re-entrantjannaerin2018-11-276-82/+650
* SERVER-38066 Shell utils should allow files to be opened in binary modeLouis Williams2018-11-261-5/+38
* SERVER-36805: Run tpcc on 3 node replset in sys-perfdalyd2018-11-261-0/+1
* SERVER-38078 removing broken fcntl.h from conf.CheckFunc'sGabriel Russell2018-11-261-2/+2
* SERVER-37080 tunable migration clone insertion batchesKevin Pulo2018-11-221-40/+74
* SERVER-38223 change_fcv_during_change_stream.js requires majority read concernMartin Neupauer2018-11-211-1/+1
* SERVER-37750 Do not run server37750.js on MMAPv1 variantsBernard Gorman2018-11-211-1/+1
* SERVER-36998 Run dbtest_TG on windows-64-vs2015-large distro.Max Hirschhorn2018-11-211-0/+2
* SERVER-35250 Save unstripped dbtest binary on test failureJonathan Abrahams2018-11-211-69/+165
* SERVER-37717 Fix race between killOp and Baton::detach()Mathias Stearn2018-11-204-1/+31
* SERVER-37784 Repairing the size storer should not fassertLouis Williams2018-11-202-3/+23
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-11-203-102/+106
* SERVER-37862 Reduce update ops from 500 to 400 in initial_sync_wt_cache_full.jsLouis Williams2018-11-201-1/+1
* SERVER-37557 fix doc linkVesselina Ratcheva2018-11-201-1/+1
* SERVER-37027 Adapt change stream resume token when a stream detects FCV changes.Martin Neupauer2018-11-205-8/+159