Page MenuHomePhabricator

Implement bin/remove, for structured destruction of objects
ClosedPublic

Authored by epriestley on May 1 2014, 11:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 19, 10:21 AM
Unknown Object (File)
Sat, May 10, 5:43 AM
Unknown Object (File)
Fri, May 9, 10:59 AM
Unknown Object (File)
Wed, May 7, 2:38 AM
Unknown Object (File)
Apr 10 2025, 12:44 PM
Unknown Object (File)
Apr 8 2025, 4:36 AM
Unknown Object (File)
Apr 7 2025, 6:51 PM
Unknown Object (File)
Apr 6 2025, 5:21 AM
Subscribers

Details

Summary

Ref T4749. Ref T3265. Ref T4909. Several goals here:

  • Move user destruction to the CLI to limit the power of rogue admins.
  • Start consolidating all "destroy named object" scripts into a single UI, to make it easier to know how to destroy things.
  • Structure object destruction so we can do a better and more automatic job of cleaning up transactions, edges, search indexes, etc.
  • Log when we destroy objects so there's a record if data goes missing.
Test Plan

Used bin/remove destroy to destroy several users.

Diff Detail

Repository
rP Phabricator
Branch
rm1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 181
Build 181: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Implement bin/remove, for structured destruction of objects.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
This revision is now accepted and ready to land.May 2 2014, 12:42 AM
epriestley updated this revision to Diff 21217.

Closed by commit rP2022a70e163d (authored by @epriestley).