summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32460 platforms upgrade/downgrade workJason Carey2018-01-1914-244/+3
* SERVER-32288 Add isAssignedShardKey field to CollectionTypeRandolph Tan2018-01-193-1/+62
* SERVER-32690 Fix invariant failure in agg renamed paths optimization.David Storch2018-01-193-4/+39
* SERVER-32520 Add VPC support for launching AWS EC2 instancesEddie Louie2018-01-193-3/+58
* SERVER-32774 ensure change_streams_secondary_reads has votingKevin Albertson2018-01-191-0/+7
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-1979-628/+846
* SERVER-32778 do not eagerly tojson in shell assertionsKevin Albertson2018-01-191-13/+21
* SERVER-32788 Update "secondary performance" sysperf test to use nonvoting sec...Henrik Ingo2018-01-191-2/+4
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-188-0/+334
* SERVER-31452 run fuzzer with shard stepdownsKevin Albertson2018-01-181-7/+3
* Revert "SERVER-30347 Fail startup when running wiredTiger with --nojournal as...Vesselina Ratcheva2018-01-187-308/+376
* SERVER-32738 Add --ssl-provider build optionSara Golemon2018-01-181-19/+51
* SERVER-32606 Oplog read time may only decrease during rollbackGeert Bosch2018-01-181-1/+4
* SERVER-32260 Call workload_setup.py from system_perf.yml and longevity.ymlHenrik Ingo2018-01-182-0/+2
* SERVER-32284 rename ReplicationCoordinator::reserveSnapshotName() to getMinim...Benety Goh2018-01-1710-12/+13
* SERVER-32284 remove unused last snapshot support from ReplClientInfoBenety Goh2018-01-173-13/+2
* SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SESulabh Mahajan2018-01-1813-0/+156
* SERVER-32284 ReplicationCoordinatorImpl::_doneWaitingForReplication_inlock() ...Benety Goh2018-01-172-7/+4
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-1772-626/+390
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-1732-485/+324
* SERVER-32673 Make WorkingSetCommon::buildMemberStatusObject handle ErrorExtra...Mathias Stearn2018-01-174-11/+12
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-1726-210/+176
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-1730-898/+594
* SERVER-32507 Mobile SE: Include more suites in evergreen variantnehakhatri52018-01-1841-8/+50
* SERVER-32683 JS JIT off by defaultJason Carey2018-01-173-6/+18
* SERVER-32284 ReplicationCoordinatorImpl::_awaitReplication_inlock() always as...Benety Goh2018-01-172-6/+4
* SERVER-30818 Cleanup comments in background.hWilliam Schultz2018-01-171-1/+2
* SERVER-32284 remove ReplicationCoordinator::awaitReplicationOfLastOpForClient()Benety Goh2018-01-175-35/+2
* SERVER-21630 run CheckReplDBHash on csrs and shard replsetKevin Albertson2018-01-1718-92/+251
* SERVER-30818 Add function to await background operations on multiple databasesWilliam Schultz2018-01-172-0/+17
* SERVER-31628 Always use a python virtualenv in etc/evergreen.ymlEddie Louie2018-01-163-87/+116
* Import wiredtiger: 357efdd4ce279efc71ff618c59fe1b903ef80bb2 from branch mongo...Luke Chen2018-01-1789-983/+2887
* SERVER-30744 Move dropCollection logic from ShardingCatalogClient into Shardi...Kaitlin Mahar2018-01-1610-199/+199
* SERVER-32284 collMod waits for UUID schema changes using ReplicationCoordinat...Benety Goh2018-01-161-2/+6
* SERVER-32447 Add a mock CatalogCache::getCollectionRoutingInfoAt methodKaloian Manassiev2018-01-162-5/+27
* SERVER-32317 Make sharding chunk manipulation operations use doTxn instead of...Siyuan Zhou2018-01-163-33/+33
* SERVER-30347 Fail startup when running wiredTiger with --nojournal as part of...Vesselina Ratcheva2018-01-167-376/+308
* SERVER-32070 remove stdx::bind (final patch)Billy Donahue2018-01-162-20/+12
* SERVER-29200 remove references to OplogEntry::raw from MultiApplierBenety Goh2018-01-161-6/+0
* SERVER-32726 Fix out-of-order error code in update_driver.cppMatthew Russotto2018-01-163-3/+3
* SERVER-29200 migrate SyncTail::getMissingDoc() and fetchAndInsertMissingDoc()...Benety Goh2018-01-165-44/+77
* SERVER-29200 add OplogEntry::getOperationToApply()Benety Goh2018-01-167-45/+103
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-1627-2772/+2114
* SERVER-32161 MongoDB 3.2+ fails to compile on PPC64LE with glibc 2.26+Mark Benvenuto2018-01-161-1/+0
* SERVER-32649 WiredTiger fails on non-x64 builds of new GCCMark Benvenuto2018-01-161-1/+2
* SERVER-31335 fix assert in retryable_writes_mmapKevin Albertson2018-01-161-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-16151-1171/+1300
* SERVER-29200 add OplogEntry::getRawObjSizeBytes()Benety Goh2018-01-164-19/+23
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ...Kaloian Manassiev2018-01-166-164/+236
* SERVER-32614 Remove usage of non-threadsafe strptime()Yves Duhem2018-01-161-11/+13