mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-07 13:21:02 +01:00
4dc37bcee0
Summary: Fixes T11590. Currently, we incorrectly consider cluster repository versions that are (or were) on devices which are no longer part of the active cluster service when building this status screen. Instead, ignore them. This is just a display bug; the actual `ClusterEngine` already had similar logic. Test Plan: - Added a bad leader record to `repository_workingcopyversion`. - Before patch, got a bad "Partial (1w)" sync: {F1802292} - After patch, got a good "Sycnchronized": {F1802293} Reviewers: chad Reviewed By: chad Maniphest Tasks: T11590 Differential Revision: https://secure.phabricator.com/D16492 |
||
---|---|---|
.. | ||
__tests__ | ||
DiffusionCommandEngine.php | ||
DiffusionGitCommandEngine.php | ||
DiffusionMercurialCommandEngine.php | ||
DiffusionMercurialWireProtocol.php | ||
DiffusionRepositoryClusterEngine.php | ||
DiffusionRepositoryClusterEngineLogInterface.php | ||
DiffusionSubversionCommandEngine.php | ||
DiffusionSubversionWireProtocol.php |