mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 00:02:41 +01:00
f561dc172d
Summary: Fixes T2451. Several motivations here, from strongest to weakest: - Currently, getting blame and file content are closely entwined. This makes fixing T9319 more difficult, and I want to fix it. I want to separate blame from content so there's more flexibility in how we approach this issue. - This makes pursuing T2450 easier, if it turns out to be a meaningful win. - If we can get a win on blame performance, we can do `arc blame` eventually if we want. Test Plan: - Blamed in SVN, Git and Mercurial. Reviewers: chad Reviewed By: chad Maniphest Tasks: T2451 Differential Revision: https://secure.phabricator.com/D14957 |
||
---|---|---|
.. | ||
DiffusionBlameConduitAPIMethod.php | ||
DiffusionBranchQueryConduitAPIMethod.php | ||
DiffusionBrowseQueryConduitAPIMethod.php | ||
DiffusionCommitParentsQueryConduitAPIMethod.php | ||
DiffusionConduitAPIMethod.php | ||
DiffusionCreateCommentConduitAPIMethod.php | ||
DiffusionDiffQueryConduitAPIMethod.php | ||
DiffusionExistsQueryConduitAPIMethod.php | ||
DiffusionFileContentQueryConduitAPIMethod.php | ||
DiffusionFindSymbolsConduitAPIMethod.php | ||
DiffusionGetLintMessagesConduitAPIMethod.php | ||
DiffusionGetRecentCommitsByPathConduitAPIMethod.php | ||
DiffusionHistoryQueryConduitAPIMethod.php | ||
DiffusionLastModifiedQueryConduitAPIMethod.php | ||
DiffusionLookSoonConduitAPIMethod.php | ||
DiffusionMergedCommitsQueryConduitAPIMethod.php | ||
DiffusionQueryCommitsConduitAPIMethod.php | ||
DiffusionQueryConduitAPIMethod.php | ||
DiffusionQueryPathsConduitAPIMethod.php | ||
DiffusionRawDiffQueryConduitAPIMethod.php | ||
DiffusionRefsQueryConduitAPIMethod.php | ||
DiffusionResolveRefsConduitAPIMethod.php | ||
DiffusionSearchQueryConduitAPIMethod.php | ||
DiffusionTagsQueryConduitAPIMethod.php | ||
DiffusionUpdateCoverageConduitAPIMethod.php |