Page MenuHomePhabricator

Implement DestructibleInterface for Owners Packages
ClosedPublic

Authored by epriestley on Dec 10 2015, 1:18 PM.
Tags
None
Referenced Files
F15431614: D14729.id35621.diff
Mon, Mar 24, 1:29 PM
F15414699: D14729.id.diff
Thu, Mar 20, 2:00 AM
F15386047: D14729.diff
Fri, Mar 14, 11:56 PM
F15312055: D14729.id35620.diff
Thu, Mar 6, 1:27 PM
Unknown Object (File)
Mon, Mar 3, 8:48 PM
Unknown Object (File)
Thu, Feb 27, 9:02 AM
Unknown Object (File)
Tue, Feb 25, 10:04 PM
Unknown Object (File)
Tue, Feb 25, 10:02 PM
Subscribers
None

Details

Summary

Fixes T9945. This is straightforward.

The two sub-object types are very lightweight so I just deleted them directly instead of loading + delete()'ing (or implementing DestructibleInterface on them, which would require they have PHIDs).

Also improve a US English localization.

Test Plan
  • Used bin/remove destroy PHID-... --trace to destroy a package.
  • Verified it was gone.
  • Inspected the SQL in the log for general reasonableness.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Implement DestructibleInterface for Owners Packages.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Dec 10 2015, 3:03 PM
This revision was automatically updated to reflect the committed changes.