Allow leases to be explicitly released via web or CLI

Summary: Permit the forcible release of Drydock leases. The implementation isn't very exciting for now.

Test Plan: Released leases via web and CLI.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2015

Differential Revision: https://secure.phabricator.com/D4181
This commit is contained in:
epriestley
2012-12-14 15:42:58 -08:00
parent 081163ab6d
commit e4bb9255be
8 changed files with 153 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ $workflows = array(
new DrydockManagementWaitForLeaseWorkflow(),
new DrydockManagementLeaseWorkflow(),
new DrydockManagementCloseWorkflow(),
new DrydockManagementReleaseWorkflow(),
new PhutilHelpArgumentWorkflow(),
);