Effective June 1, 2021: Phabricator is no longer actively maintained.
Phabricator is a collection of web applications for software development.
LICENSE
Phabricator is released under the Apache 2.0 license except as otherwise noted.
Summary: Fixes T13648. If a package recipient has been destroyed, this query currently fails to return an expanded recipient value. Instead, make sure all input PHIDs get an output. For destroyed packages, the output will just be an empty list. Test Plan: - Added a package to a revision as a reviewer. - Destroyed the package. - Commented on the revision. - Processed the publishing worker with `bin/worker execute`. - Before: fatal after expanding the destroyed package. - After: clean publish. Maniphest Tasks: T13648 Differential Revision: https://secure.phabricator.com/D21707
387d3b4
Effective June 1, 2021: Phabricator is no longer actively maintained.
Phabricator is a collection of web applications for software development.
LICENSE
Phabricator is released under the Apache 2.0 license except as otherwise noted.