1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-16 10:30:56 +01:00
phorge-phorge/src/applications/diffusion/view
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
..
DiffusionBranchTableView.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DiffusionBrowseTableView.php Fix Diffusion lint counts under SVN 2012-11-16 16:02:05 -08:00
DiffusionCommentListView.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DiffusionCommentView.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DiffusionCommitChangeTableView.php Allow excluding paths from package 2012-12-07 16:33:16 -08:00
DiffusionEmptyResultView.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DiffusionHistoryTableView.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DiffusionTagListView.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DiffusionView.php fixes two small diffusion bugs 2012-12-03 09:27:47 -08:00