summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-0114-18/+162
* SERVER-39306 Pip install requirements before generating expansionsMathew Robinson2019-02-011-2/+9
* SERVER-37643 implement IndexBuildsManager functions for createIndexesBenety Goh2019-01-312-23/+68
* SERVER-37645 fix macOS compileBenety Goh2019-01-311-1/+1
* SERVER-37643 update IndexBuildsCoordinator and IndexBuildsManager interfaces.Benety Goh2019-01-3113-98/+110
* SERVER-39316 Test two-phase abort path without 'config server is coordinator'...Esha Maharishi2019-01-311-67/+87
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-3112-62/+430
* SERVER-39315 archive test failure for rollback_wt_cache_full.js in noPassthro...Benety Goh2019-01-311-0/+1
* SERVER-38480 Make Map-Reduce fully interruptibleJustin Seyster2019-01-3114-76/+165
* SERVER-39098 Fix escaping in javascript_stack GDB extensionAndrew Morrow2019-01-311-1/+1
* SERVER-39232 Allow commands that do not require auth to refresh sessionsRandolph Tan2019-01-315-18/+32
* Revert "SERVER-38828 Introduce CollectionShardingRuntimeLock usage to collect...Blake Oler2019-01-319-207/+85
* SERVER-13779 Allow $not to be applied to $regexJames Wahlin2019-01-312-46/+41
* SERVER-37607 SERVER-37608 Require C++17 and make it the defaultAndrew Morrow2019-01-314-262/+105
* SERVER-37609 Update SCons toolchain files to reflect update to v3Andrew Morrow2019-01-316-52/+4
* SERVER-39065 Delete withCursorManager() and visitAllCursorManagers().David Storch2019-01-318-167/+66
* SERVER-37452 Remove concept of globally managed cursor IDs.David Storch2019-01-313-98/+26
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-317-190/+60
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-3013-0/+347
* SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator instead ...Gregory Wlodarek2019-01-3013-44/+335
* SERVER-38828 fix lintBenety Goh2019-01-302-2/+2
* SERVER-37609 Require clang 7.0, GCC 8.2, and XCode 10Andrew Morrow2019-01-301-5/+5
* SERVER-36651 SERVER-36652 SERVER-37600 Upgrade to V3 toolchain and XCode 10 e...Andrew Morrow2019-01-3012-276/+158
* Revert "SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommi...Gregory Wlodarek2019-01-3013-347/+0
* Revert "SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator ...Gregory Wlodarek2019-01-3012-334/+43
* SERVER-39290 Remove startup index recovery redundanciesGregory Wlodarek2019-01-305-207/+0
* SERVER-39240 Make WriteConcernOptions timeout constants to be constexprKaloian Manassiev2019-01-303-15/+16
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-3013-0/+347
* SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator instead ...Gregory Wlodarek2019-01-3012-43/+334
* SERVER-32666 Allow $graphLookup against a sharded collection to execute on mo...Martin Neupauer2019-01-309-39/+11
* SERVER-39284: Handle generated task timeouts with repeated suitesDavid Bradford2019-01-303-36/+156
* Introduce CollectionShardingRuntimeLock usage to collection critical sections.Blake Oler2019-01-309-85/+207
* SERVER-39202 Improve deterministic calculation of key container namesMark Benvenuto2019-01-301-2/+6
* SERVER-39099 Make dropConnections test robustA. Jesse Jiryu Davis2019-01-301-5/+34
* SERVER-37373 Fully qualified files in suite YML do not run in Burn_in tests o...Jonathan Abrahams2019-01-302-2/+11
* SERVER-39107 Allow empty components in certificate DNsJonathan Reams2019-01-302-0/+14
* SERVER-39024 Improve PCQ::popManyJason Carey2019-01-302-77/+78
* SERVER-38071 Abandon snapshot after findOne() in AuthzManagerExternalStateJonathan Reams2019-01-301-0/+15
* SERVER-35356 Add release process builder for cocoapodsMathew Robinson2019-01-304-6/+108
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-302452-330/+1029470
* SERVER-38324: add validation to TransactionCoordinatorDocument decisionKim Tao2019-01-309-40/+128
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-3026-61/+32
* SERVER-39187 Signal coordinator's decision promise when the coordinator is ca...Matthew Saltz2019-01-308-8/+106
* SERVER-39230: Remove genny resmoke configsRyan Timmons2019-01-304-62/+0
* SERVER-37315 Remove 'nmoved' and 'incrementNmoved()' from OpDebugArun Banala2019-01-304-39/+4
* SERVER-39286 server_write_concern_metrics.js must use requires_journaling tagTess Avitabile2019-01-301-1/+1
* SERVER-39234 Remove unused variable from the shardCollection unit-testKaloian Manassiev2019-01-301-3/+0
* SERVER-39193 Invariant instead of throwing WCE if locked incorrectly for read...Geert Bosch2019-01-301-8/+4
* SERVER-38620 Set _prepareOpTime in prepareTransaction if transaction is in re...Jason Chan2019-01-302-0/+22
* SERVER-12947 Don't use MultipleErrorsPath if all errors are the samejannaerin2019-01-301-2/+13