1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-23 10:48:47 +02:00
phorge-phorge/src/applications/diffusion
vrana 4f615ad2a9 Allow excluding paths from package
Summary: Resolves T2149.

Test Plan:
  $ bin/storage upgrade

# /owners/ - saw +
# /owners/package/1/ - saw +
# /owners/edit/1/ - added exclude paths, saw correct e-mail
# /rPabc123 - included paths are still highlighted and excluded not
# /owners/view/search/?path=/included/ - found
# /owners/view/search/?path=/excluded/ - not found
# owners.query - path: /included/
# owners.query - path: /excluded/
# new unit test

  PhabricatorOwnersPackage::loadAffectedPackages(
    $repository,
    array('/excluded/b.php'));

  PhabricatorOwnersPackage::loadAffectedPackages(
    $repository,
    array('/included/a.php'));

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2149

Differential Revision: https://secure.phabricator.com/D4102
2012-12-07 16:33:16 -08:00
..
application Use application icons for "Eye" menu and Crumbs 2012-12-07 13:37:28 -08:00
controller Allow excluding paths from package 2012-12-07 16:33:16 -08:00
data Delete license headers from files 2012-11-05 11:16:51 -08:00
exception Delete license headers from files 2012-11-05 11:16:51 -08:00
query Fix an issue with browsing repositories that have README, etc 2012-11-21 16:56:05 -08:00
request Fix Diffusion lint counts under SVN 2012-11-16 16:02:05 -08:00
view Allow excluding paths from package 2012-12-07 16:33:16 -08:00
DiffusionLintSaveRunner.php Use Git SVN revision in save_lint.php 2012-11-30 11:06:50 -08:00
DiffusionRepositoryTag.php Delete license headers from files 2012-11-05 11:16:51 -08:00