1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 19:32:40 +01:00
phorge-phorge/src/applications/diffusion/data
epriestley 3bf372c60c Consolidate querying of things which we can use git for-each-ref for
Summary: Ref T2230. This cleans up D7442, by using `git for-each-ref` everywhere we can, in a basically reasonable way.

Test Plan:
In bare and non-bare repositories:

  - Ran discovery with `bin/repository discover`;
  - listed branches on `/diffusion/X/`;
  - listed tags on `/diffusion/X/`;
  - listed tags, branches and refs on `/diffusion/rXnnnn`.

Reviewers: btrahan, avivey

Reviewed By: avivey

CC: aran

Maniphest Tasks: T2230

Differential Revision: https://secure.phabricator.com/D7447
2013-10-30 13:06:09 -07:00
..
__tests__ DiffusionBranchQuery => Conduit 2013-05-01 14:56:36 -07:00
DiffusionBranchInformation.php DiffusionFileContentQuery => Conduit 2013-05-07 14:57:08 -07:00
DiffusionBrowseResultSet.php Diffusion - break out readme query all on its own 2013-05-21 13:47:06 -07:00
DiffusionFileContent.php Fix highlighted code in Diffusion 2013-05-08 18:12:59 -07:00
DiffusionGitBranch.php Fix various branch/ref issues with bare repositories in Git 2013-10-29 21:04:38 -07:00
DiffusionPathChange.php Fix issue where 'changeType' is not marshalled across Conduit 2013-09-19 11:57:23 -07:00
DiffusionRepositoryPath.php Diffusion - move DiffusionBrowseQuery => Conduit 2013-05-10 11:02:58 -07:00
DiffusionRepositoryRef.php Consolidate querying of things which we can use git for-each-ref for 2013-10-30 13:06:09 -07:00
DiffusionRepositoryTag.php Diffusion - fix error log spew from D5894 2013-05-10 17:59:05 -07:00