1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-07 13:21:02 +01:00
phorge-phorge/src/applications/diffusion/conduit
epriestley 2e3e078358 Remove "diffusion.createcomment" Conduit API method
Summary: Ref T10978. This was introduced in D6923 in 2013 as a deprecated method (before methods were extensible) and has only ever been deprecated. It no longer works after D17250 (despite my mistaken claim there that we never had an API for actions), and has been superceded by `diffusion.commit.edit` which is a modern, fully-power method.

Test Plan: Viewed Conduit console, no longer saw method.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10978

Differential Revision: https://secure.phabricator.com/D17254
2017-01-26 12:57:15 -08:00
..
DiffusionBlameConduitAPIMethod.php Implement a dedicated "diffusion.blame" API method 2016-01-06 09:24:03 -08:00
DiffusionBranchQueryConduitAPIMethod.php Version clustered, observed repositories in a reasonable way (by largest discovered HEAD) 2016-05-30 09:53:01 -07:00
DiffusionBrowseQueryConduitAPIMethod.php Check for empty output from git ls-tree 2016-09-10 06:02:48 -05:00
DiffusionCommitEditConduitAPIMethod.php Add "diffusion.commit.edit", a v3 edit API endpoint for commits 2017-01-11 10:38:14 -08:00
DiffusionCommitParentsQueryConduitAPIMethod.php Give Conduit params/return/errors protected visibility 2015-04-13 11:58:35 -07:00
DiffusionCommitSearchConduitAPIMethod.php Add diffusion.commit.search Conduit API method 2017-01-12 13:23:29 -08:00
DiffusionConduitAPIMethod.php Fix some missing renames of Application classes 2014-07-24 18:03:59 -07:00
DiffusionDiffQueryConduitAPIMethod.php Return Diffusion diffs through Files, not directly over Conduit 2016-08-27 09:11:03 -07:00
DiffusionExistsQueryConduitAPIMethod.php Fix several error handling issues with Subversion commits in Diffusion 2015-10-05 15:57:41 -07:00
DiffusionFileContentQueryConduitAPIMethod.php Make logic for streaming VCS stuff directly to Files more reusable 2016-08-27 09:10:20 -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 Compare two branches 2016-12-05 16:25:49 -08:00
DiffusionInternalGitRawDiffQueryConduitAPIMethod.php In Git, only use "--find-copies-harder" on small diffs 2016-07-10 08:03:57 -07: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 Add diffusion.commit.search Conduit API method 2017-01-12 13:23:29 -08:00
DiffusionQueryConduitAPIMethod.php Move all cluster locking logic to a separate class 2016-04-25 11:20:29 -07:00
DiffusionQueryPathsConduitAPIMethod.php Unbreak regex filename search 2016-03-20 10:15:21 -07:00
DiffusionRawDiffQueryConduitAPIMethod.php Return Diffusion diffs through Files, not directly over Conduit 2016-08-27 09:11:03 -07:00
DiffusionRefsQueryConduitAPIMethod.php phtize all the things 2015-05-22 21:16:39 +10:00
DiffusionRepositoryEditConduitAPIMethod.php Trivially implement RepositoryEditEngine and API methods 2016-04-17 16:02:13 -07:00
DiffusionRepositorySearchConduitAPIMethod.php Trivially implement RepositoryEditEngine and API methods 2016-04-17 16:02:13 -07: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 Version clustered, observed repositories in a reasonable way (by largest discovered HEAD) 2016-05-30 09:53:01 -07:00
DiffusionUpdateCoverageConduitAPIMethod.php add "update" mode to Diffusion coverage Conduit 2015-11-09 16:52:34 -08:00
DiffusionURIEditConduitAPIMethod.php Add diffusion.uri.edit for creating and editing repository URIs 2016-04-29 13:55:48 -07:00