1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-14 10:52:41 +01:00
phorge-phorge/src/applications/repository/worker
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
..
commitchangeparser Fix bugs when saving package changes due to commit changes 2012-12-19 10:53:04 -08:00
commitmessageparser Correctly parse author and committer identities again 2012-12-07 07:06:29 -08:00
PhabricatorRepositoryCommitHeraldWorker.php Minor, extend the lease time of Herald task leases. 2012-11-30 11:02:42 -08:00
PhabricatorRepositoryCommitOwnersWorker.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorRepositoryCommitParserWorker.php Add data information to daemon task view 2012-12-17 17:12:55 -08:00