1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-04 20:52:43 +01:00
phorge-phorge/src/applications/diffusion/conduit
epriestley 933462b487 Continue cleaning up queries in the wake of changes to "%Q"
Summary: Depends on D19810. Ref T13217. Ref T13216. I mostly used `grep implode | grep OR` and `grep implode | grep AND` to find these -- not totally exhaustive but should be a big chunk of the callsites that are missing `%LO` / `%LA`.

Test Plan:
These are tricky to test exhaustively, but I made an attempt to hit most of them:

- Browsed Almanac interfaces.
- Created/browsed Calendar events.
- Enabled/disabled/showed the lock log.
- Browsed repositories.
- Loaded Facts UI.
- Poked at Multimeter.
- Used typeahead for users and projects.
- Browsed Phriction.
- Ran various fulltext searches.

Not sure these are reachable:

- All the lint stuff might be dead/unreachable/nonfunctional?

Reviewers: amckinley

Reviewed By: amckinley

Subscribers: yelirekim

Maniphest Tasks: T13217, T13216

Differential Revision: https://secure.phabricator.com/D19814
2018-11-16 12:49:44 -08:00
..
DiffusionBlameConduitAPIMethod.php Implement a dedicated "diffusion.blame" API method 2016-01-06 09:24:03 -08:00
DiffusionBranchQueryConduitAPIMethod.php Replace magical "branch" behavior in "diffusion.branchquery" with an explicit "patterns" 2018-11-14 14:50:53 -08:00
DiffusionBrowseQueryConduitAPIMethod.php Continue cleaning up queries in the wake of changes to "%Q" 2018-11-16 12:49:44 -08: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 Fix errors found by PHPStan 2017-02-17 10:10:15 +00:00
DiffusionExistsQueryConduitAPIMethod.php Filter and reject "--config" and "--debugger" flags to Mercurial in any position 2017-11-10 08:42:07 -08: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 Deprecate Conduit method "diffusion.getrecentcommitsbypath" 2018-08-03 09:48:58 -07:00
DiffusionHistoryQueryConduitAPIMethod.php Fix Mercurial commit history ordering 2017-12-05 12:12:44 -08:00
DiffusionInternalAncestorsConduitAPIMethod.php Support an "Ancestors Of: ..." constraint in commit queries 2018-05-08 15:51:42 -07:00
DiffusionInternalGitRawDiffQueryConduitAPIMethod.php In Git, only use "--find-copies-harder" on small diffs 2016-07-10 08:03:57 -07:00
DiffusionLastModifiedQueryConduitAPIMethod.php Bail out of PhabricatorRepositoryGraphCache more aggressively after cache fills 2017-10-06 14:12:58 -07:00
DiffusionLookSoonConduitAPIMethod.php Convert diffusion.looksoon to use repository identifiers instead of callsigns 2016-01-04 06:54:20 -08:00
DiffusionMergedCommitsQueryConduitAPIMethod.php Filter and reject "--config" and "--debugger" flags to Mercurial in any position 2017-11-10 08:42:07 -08: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 Fix another Git 2.16.0 CLI compatibility issue 2018-02-07 17:54:39 -08: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 Move the fix for Git 2.16.0 from the "Mercurial" part of the code to the "Git" part of the code 2018-01-26 13:48:35 -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 Update PhabricatorLiskDAO::chunkSQL() for new %Q semantics 2018-11-13 08:59:18 -08:00
DiffusionURIEditConduitAPIMethod.php Add diffusion.uri.edit for creating and editing repository URIs 2016-04-29 13:55:48 -07:00