1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/scripts/setup
epriestley 2022a70e16 Implement bin/remove, for structured destruction of objects
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.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T3265, T4749, T4909

Differential Revision: https://secure.phabricator.com/D8940
2014-05-01 18:23:31 -07:00
..
manage_audit.php Make all bin/* scripts locate their workflows dynamically 2013-12-27 13:15:48 -08:00
manage_auth.php Make all bin/* scripts locate their workflows dynamically 2013-12-27 13:15:48 -08:00
manage_celerity.php Begin construction of bin/celerity map 2013-12-31 18:02:41 -08:00
manage_config.php Make all bin/* scripts locate their workflows dynamically 2013-12-27 13:15:48 -08:00
manage_feed.php Make all bin/* scripts locate their workflows dynamically 2013-12-27 13:15:48 -08:00
manage_harbormaster.php Make all bin/* scripts locate their workflows dynamically 2013-12-27 13:15:48 -08:00
manage_i18n.php Write a very basic string extractor 2014-02-05 11:02:41 -08:00
manage_policy.php Make all bin/* scripts locate their workflows dynamically 2013-12-27 13:15:48 -08:00
manage_remove.php Implement bin/remove, for structured destruction of objects 2014-05-01 18:23:31 -07:00