summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-0433-79/+613
* SERVER-49378 List Commands includes API Version InfoPV992020-08-042-0/+21
* SERVER-48312 Remove the 'requires_document_locking' jstest tagGregory Wlodarek2020-08-0431-62/+17
* SERVER-48312 Remove requiresDocumentLevelConcurrency and supportsDocumentLeve...Gregory Wlodarek2020-08-0415-96/+48
* SERVER-48312 Update the Execution Architecture Guide to remove parts referenc...Gregory Wlodarek2020-08-041-7/+3
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-0452-367/+96
* SERVER-43774 ShardingTest should initiate all of its ReplSetTest shard instan...Haley Connelly2020-08-032-36/+148
* SERVER-48206 Check process exit codes when stopping nodes in replsettest.jsAli Mir2020-08-037-10/+35
* SERVER-50012 Use PeriodicRunner for the certificate expiration monitorGabriel Marks2020-08-037-46/+46
* SERVER-49130 Logging certificate information on startup for LinuxMina Mahmood2020-08-034-40/+342
* SERVER-49547 ephemeralForTest needs to keep track of the available history fo...Bynn Lee2020-08-036-19/+366
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-0323-50/+103
* SERVER-47608 Flow Control architecture guideEric Milkie2020-08-031-1/+82
* SERVER-50043 Remove Framework build vestiges from embeddedAndrew Morrow2020-08-036-98/+8
* SERVER-49181 Make writes call MigratingTenantAccessBlocker::checkIfCanWriteOr...Cheahuychou Mao2020-08-0313-45/+236
* SERVER-49176 Make op observer for "commit" and "abort" writes update Migratin...Cheahuychou Mao2020-08-038-41/+447
* SERVER-49214: Add $toHashedIndexKey expression.Kshitij Gupta2020-08-036-0/+140
* SERVER-49067 Extend genericChangeStreams multiversion tests to use "last-lts"...Jason Chan2020-08-034-222/+258
* SERVER-48678 Create IDL definitions for resharding durable stateBlake Oler2020-08-036-0/+320
* SERVER-50039 Timing error in dbadmin.js testA. Jesse Jiryu Davis2020-08-032-1/+4
* Import wiredtiger: 91b5d984b963379e2a9bb0cf0b048d3720202a1c from branch mongo...Luke Chen2020-08-032-3/+23
* SERVER-48815 Create TenantAllDatabaseClonerVesselina Ratcheva2020-08-038-17/+816
* SERVER-49800 add use-after-move to clang-tidy rulesBenety Goh2020-08-021-1/+5
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-0210-15/+16
* SERVER-49800 fix use-after-move violations in shardingBenety Goh2020-08-023-5/+7
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-0253-192/+177
* SERVER-49800 fix use-after-move violations in service archBenety Goh2020-08-013-5/+7
* SERVER-49800 fix use-after-move violations in testsBenety Goh2020-08-0110-29/+28
* SERVER-49800 remove unnecessary std::move() callsBenety Goh2020-08-017-25/+12
* SERVER-49301 remove startingAfterUncleanShutdown decoratorBenety Goh2020-08-015-96/+0
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-0110-8/+262
* SERVER-49301 StorageEngine::loadCatalog() accepts previous shutdown state rat...Benety Goh2020-08-016-19/+30
* SERVER-48264 Don't invariant when task is cancelled by the executorRandolph Tan2020-08-011-16/+34
* SERVER-50049 assert.soonNoExcept() should not access TestData.traceExceptions...Suganthi Mani2020-07-311-12/+21
* SERVER-49550 Modify mongos_get_shard_version.js to uphold causal consistencyCathy Zhang2020-07-311-0/+4
* Revert "SERVER-49547 ephemeralForTest needs to keep track of the available hi...Bynn Lee2020-07-316-368/+18
* SERVER-49239 Clean up lifetime of PrimaryOnlyService::Instance objects.Spencer T Brody2020-07-312-7/+19
* SERVER-49239 Start running PrimaryOnlyService instances when they are created.Spencer T Brody2020-07-314-40/+62
* SERVER-49239 Move ownership of TaskExecutor up to PrimaryOnlyService, out of ...Spencer T Brody2020-07-314-84/+82
* SERVER-49935 Add startup method to ReplicaSetAwareService interfaceSpencer T Brody2020-07-317-2/+41
* SERVER-49239 Simplify PrimaryOnlyService API by pushing responsibility for al...Spencer T Brody2020-07-313-134/+83
* SERVER-49270: Set minWireVersion based on FCV and refactor protocol testsGrace Luong2020-07-314-128/+154
* SERVER-47287 Execution Architecture Guide: Read OperationsLouis Williams2020-07-312-10/+67
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-318-19/+48
* SERVER-49023 Implement validation error generation for logical query operatorsMihai Andrei2020-07-316-59/+613
* SERVER-48892 Enable dynamic linking for AUBSAN builderAndrew Morrow2020-07-311-3/+5
* SERVER-47731 Add FCV check for $v:2 delta oplog entriesIan Boros2020-07-3111-18/+455
* SERVER-49547 ephemeralForTest needs to keep track of the available history fo...Bynn Lee2020-07-316-18/+368
* SERVER-49068 Extend genericSetFCVUsage tests to use "last-lts" and "last-cont...Jason Chan2020-07-3119-667/+776
* SERVER-48741 Fix non-ssl buildMark Benvenuto2020-07-311-0/+2