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
..
2012-12-07 16:26:43 -08:00
2012-06-02 14:00:08 -07:00
2011-09-01 10:07:16 -07:00
2011-06-13 18:53:43 -07:00
2012-03-19 19:45:16 -07:00
2012-12-07 12:37:11 -08:00
2012-10-24 15:42:08 -07:00
2012-11-24 06:46:57 -08:00
2012-04-09 15:11:41 -07:00
2011-07-29 17:56:49 -07:00
2012-08-21 09:28:55 -07:00
2012-03-30 10:49:55 -07:00
2012-04-05 10:54:06 -07:00
2012-03-19 19:20:49 -07:00
2012-12-07 16:33:16 -08:00
2012-12-07 13:37:10 -08:00
2012-04-04 16:09:29 -07:00
2011-12-15 14:35:38 -08:00
2012-09-30 20:12:35 -07:00
2012-01-25 11:51:20 -08:00
2012-08-07 11:57:38 -07:00
2011-06-29 13:25:38 -07:00
2011-07-09 10:55:09 -07:00
2012-07-30 16:08:42 -07:00