1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-02 03:32:42 +01:00
phorge-phorge/src/applications/diffusion/view
epriestley 58d3f6145a Fix an issue where known Subversion commits are incorrectly shown as "Discovering..."
Summary:
Ref T13552. The behavior of "RepositoryQuery" with ambiguous identifiers under "withRepositoryPHIDs()" is tricky. This leads to failure to load commits in Subversion in some cases.

Use "withRepository()", which gives us the correct identifier resolution behavior.

Test Plan: Viewed a subversion repository history in Diffusion, saw commit details after change.

Maniphest Tasks: T13552

Differential Revision: https://secure.phabricator.com/D21469
2020-09-17 13:55:47 -07:00
..
DiffusionBranchListView.php Make branch status more clear on Diffusion branches view 2019-05-16 12:24:39 -07:00
DiffusionBrowseTableView.php Remove construction of "author" information from "LastModified" payload in Diffusion 2020-08-12 08:58:32 -07:00
DiffusionCloneURIView.php Correct "Manage Password" link in Quickling in Diffusion 2017-01-08 08:20:23 -08:00
DiffusionCommitGraphView.php Fix an issue where known Subversion commits are incorrectly shown as "Discovering..." 2020-09-17 13:55:47 -07:00
DiffusionEmptyResultView.php When users browse to a submodule path in Diffusion explicitly, don't fatal 2017-12-18 09:18:22 -08:00
DiffusionPatternSearchView.php Fix an issue where lines with more than one pattern match highlighted improperly in Diffusion 2019-08-02 09:44:59 -07:00
DiffusionPullLogListView.php Change the "can see remote address?" policy to "is administrator?" everywhere 2018-01-30 15:45:23 -08:00
DiffusionPushLogListView.php Put push log "hookWait" to data export and add all wait values to UI 2018-11-10 04:47:38 -08:00
DiffusionReadmeView.php To improve wrapping behavior of rendered README files, don't use "PHUIDocumentView" in Diffusion 2019-05-21 12:18:18 -07:00
DiffusionSourceLinkView.php Recognize self-URI links to Diffusion files and give them special rendering behavior 2019-05-21 13:07:37 -07:00
DiffusionSyncLogListView.php Add a basic web UI for intracluster sync logs 2018-11-10 04:58:36 -08:00
DiffusionTagListView.php Wrap all direct access to author/committer properties on "CommitData" 2020-09-15 17:36:39 -07:00
DiffusionView.php Remove all callers to "DifferentialRevision->loadIDsByCommitPHIDs()" 2019-04-24 05:53:35 -07:00