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
F19879357: D8940.id.diff
Tue, Mar 17, 9:20 PM
F19853079: D8940.diff
Fri, Mar 13, 5:17 AM
F19835690: D8940.id21211.diff
Wed, Mar 11, 7:33 AM
F19828504: D8940.id21217.diff
Mon, Mar 9, 7:09 PM
F19822530: D8940.diff
Mar 7 2026, 6:17 AM
F19809457: D8940.diff
Mar 3 2026, 10:37 AM
F19808114: D8940.id21217.diff
Mar 3 2026, 5:46 AM
F19805819: D8940.id21217.diff
Mar 2 2026, 11:53 PM
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
Lint
Lint Skipped
Unit
Tests Skipped

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).