1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 00:02:41 +01:00
phorge-phorge/src/applications/diffusion/conduit
epriestley f561dc172d Implement a dedicated "diffusion.blame" API method
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
2016-01-06 09:24:03 -08:00
..
DiffusionBlameConduitAPIMethod.php Implement a dedicated "diffusion.blame" API method 2016-01-06 09:24:03 -08:00
DiffusionBranchQueryConduitAPIMethod.php Ignore closed branch heads by default in Mercurial 2015-04-27 03:51:21 -07:00
DiffusionBrowseQueryConduitAPIMethod.php phtize all the things 2015-05-22 21:16:39 +10:00
DiffusionCommitParentsQueryConduitAPIMethod.php Give Conduit params/return/errors protected visibility 2015-04-13 11:58:35 -07:00
DiffusionConduitAPIMethod.php Fix some missing renames of Application classes 2014-07-24 18:03:59 -07:00
DiffusionCreateCommentConduitAPIMethod.php phtize all the things 2015-05-22 21:16:39 +10:00
DiffusionDiffQueryConduitAPIMethod.php phtize all the things 2015-05-22 21:16:39 +10:00
DiffusionExistsQueryConduitAPIMethod.php Fix several error handling issues with Subversion commits in Diffusion 2015-10-05 15:57:41 -07:00
DiffusionFileContentQueryConduitAPIMethod.php Reduce badness in viewing large files in the Diffusion web UI 2015-06-18 13:06:01 -07:00
DiffusionFindSymbolsConduitAPIMethod.php Add repository parameter to diffusion.findsymbols method 2015-05-05 08:27:08 +10:00
DiffusionGetLintMessagesConduitAPIMethod.php Change "lint save" to not use Arcanist Projects 2015-05-19 00:07:47 +10:00
DiffusionGetRecentCommitsByPathConduitAPIMethod.php phtize all the things 2015-05-22 21:16:39 +10:00
DiffusionHistoryQueryConduitAPIMethod.php phtize all the things 2015-05-22 21:16:39 +10:00
DiffusionLastModifiedQueryConduitAPIMethod.php Give Conduit params/return/errors protected visibility 2015-04-13 11:58:35 -07:00
DiffusionLookSoonConduitAPIMethod.php Convert diffusion.looksoon to use repository identifiers instead of callsigns 2016-01-04 06:54:20 -08:00
DiffusionMergedCommitsQueryConduitAPIMethod.php phtize all the things 2015-05-22 21:16:39 +10:00
DiffusionQueryCommitsConduitAPIMethod.php Continue reducing callers to getCallsign() 2016-01-04 06:53:32 -08:00
DiffusionQueryConduitAPIMethod.php Implement a dedicated "diffusion.blame" API method 2016-01-06 09:24:03 -08:00
DiffusionQueryPathsConduitAPIMethod.php Return no results from grep repository queries on error 2016-01-05 13:59:12 -08:00
DiffusionRawDiffQueryConduitAPIMethod.php phtize all the things 2015-05-22 21:16:39 +10:00
DiffusionRefsQueryConduitAPIMethod.php phtize all the things 2015-05-22 21:16:39 +10:00
DiffusionResolveRefsConduitAPIMethod.php Only resolve branch names to branches 2015-04-27 03:51:53 -07:00
DiffusionSearchQueryConduitAPIMethod.php Return no results from grep repository queries on error 2016-01-05 13:59:12 -08:00
DiffusionTagsQueryConduitAPIMethod.php Give Conduit params/return/errors protected visibility 2015-04-13 11:58:35 -07:00
DiffusionUpdateCoverageConduitAPIMethod.php add "update" mode to Diffusion coverage Conduit 2015-11-09 16:52:34 -08:00