1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-01 17:38:24 +01:00
phorge-phorge/src/applications/owners/storage
Nick Harper b8d372c4bc Fix bugs when saving package changes due to commit changes
Summary:
Because of the way PhabricatorOwnersPackage works, the code to save package
changes when parsing commit changes was raising a few undefined index errors,
and was throwing an exception trying to call a method on null (because not
all of the phids related to the package had their handles loaded). This fix
doesn't load the missing handles, it just avoids trying to use them.

Test Plan:
./scripts/repository/reparse.php on a commit with path changes that triggered
a package change

Reviewers: epriestley, vrana

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4236
2012-12-19 10:53:04 -08:00
..
__tests__ Allow excluding paths from package 2012-12-07 16:33:16 -08:00
PhabricatorOwnersDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorOwnersOwner.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorOwnersPackage.php Fix bugs when saving package changes due to commit changes 2012-12-19 10:53:04 -08:00
PhabricatorOwnersPath.php Allow excluding paths from package 2012-12-07 16:33:16 -08:00