Remove the "Releeph" application
commit84b0c5a669ea1aaeb831e6bad3caf8aa69a98a6f
authorepriestley <git@epriestley.com>
Mon, 25 Apr 2022 23:31:05 +0000 (25 16:31 -0700)
committerepriestley <git@epriestley.com>
Mon, 25 Apr 2022 23:46:27 +0000 (25 16:46 -0700)
tree45028282099c7b7e13089e81f54f3494aba1da8d
parent27b512e2849653a5f9990e92b12e67b03f77bb5c
Remove the "Releeph" application

Summary:
Ref T9530. Ref T13658. The "Releeph" application was never useful outside of Facebook and any application providing release support would not resemble it much.

It has some product name literal strings, so now is as good a time as any to get rid of it.

This application never left prototype and I'm not aware of any install in the wild that uses it (or has ever used it).

I did not destroy the database itself. I'll issue upgrade guidance and destroy the database in some future release, just in case.

Test Plan: Grepped for "releeph", found no relevant/removable hits.

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T13658, T9530

Differential Revision: https://secure.phabricator.com/D21792
103 files changed:
resources/celerity/map.php
resources/sql/quickstart.sql
src/__phutil_library_map__.php
src/applications/owners/storage/__tests__/PhabricatorOwnersPackageTestCase.php
src/applications/releeph/application/PhabricatorReleephApplication.php [deleted file]
src/applications/releeph/commitfinder/ReleephCommitFinder.php [deleted file]
src/applications/releeph/commitfinder/ReleephCommitFinderException.php [deleted file]
src/applications/releeph/conduit/ReleephConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/ReleephGetBranchesConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/ReleephQueryBranchesConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/ReleephQueryProductsConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/ReleephRequestConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/work/ReleephWorkCanPushConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/work/ReleephWorkGetAuthorInfoConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/work/ReleephWorkGetBranchCommitMessageConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/work/ReleephWorkGetBranchConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/work/ReleephWorkGetCommitMessageConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/work/ReleephWorkNextRequestConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/work/ReleephWorkRecordConduitAPIMethod.php [deleted file]
src/applications/releeph/conduit/work/ReleephWorkRecordPickStatusConduitAPIMethod.php [deleted file]
src/applications/releeph/config/PhabricatorReleephApplicationConfigOptions.php [deleted file]
src/applications/releeph/constants/ReleephRequestStatus.php [deleted file]
src/applications/releeph/controller/ReleephController.php [deleted file]
src/applications/releeph/controller/branch/ReleephBranchAccessController.php [deleted file]
src/applications/releeph/controller/branch/ReleephBranchController.php [deleted file]
src/applications/releeph/controller/branch/ReleephBranchCreateController.php [deleted file]
src/applications/releeph/controller/branch/ReleephBranchEditController.php [deleted file]
src/applications/releeph/controller/branch/ReleephBranchHistoryController.php [deleted file]
src/applications/releeph/controller/branch/ReleephBranchNamePreviewController.php [deleted file]
src/applications/releeph/controller/branch/ReleephBranchViewController.php [deleted file]
src/applications/releeph/controller/product/ReleephProductActionController.php [deleted file]
src/applications/releeph/controller/product/ReleephProductController.php [deleted file]
src/applications/releeph/controller/product/ReleephProductCreateController.php [deleted file]
src/applications/releeph/controller/product/ReleephProductEditController.php [deleted file]
src/applications/releeph/controller/product/ReleephProductHistoryController.php [deleted file]
src/applications/releeph/controller/product/ReleephProductListController.php [deleted file]
src/applications/releeph/controller/product/ReleephProductViewController.php [deleted file]
src/applications/releeph/controller/request/ReleephRequestActionController.php [deleted file]
src/applications/releeph/controller/request/ReleephRequestCommentController.php [deleted file]
src/applications/releeph/controller/request/ReleephRequestController.php [deleted file]
src/applications/releeph/controller/request/ReleephRequestDifferentialCreateController.php [deleted file]
src/applications/releeph/controller/request/ReleephRequestEditController.php [deleted file]
src/applications/releeph/controller/request/ReleephRequestTypeaheadController.php [deleted file]
src/applications/releeph/controller/request/ReleephRequestViewController.php [deleted file]
src/applications/releeph/differential/DifferentialReleephRequestFieldSpecification.php [deleted file]
src/applications/releeph/editor/ReleephBranchEditor.php [deleted file]
src/applications/releeph/editor/ReleephProductEditor.php [deleted file]
src/applications/releeph/editor/ReleephRequestTransactionalEditor.php [deleted file]
src/applications/releeph/field/exception/ReleephFieldParseException.php [deleted file]
src/applications/releeph/field/selector/ReleephDefaultFieldSelector.php [deleted file]
src/applications/releeph/field/selector/ReleephFieldSelector.php [deleted file]
src/applications/releeph/field/specification/ReleephAuthorFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephBranchCommitFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephCommitMessageFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephDependsOnFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephDiffChurnFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephDiffMessageFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephDiffSizeFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephIntentFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephLevelFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephOriginalCommitFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephReasonFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephRequestorFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephRevisionFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephSeverityFieldSpecification.php [deleted file]
src/applications/releeph/field/specification/ReleephSummaryFieldSpecification.php [deleted file]
src/applications/releeph/mail/ReleephRequestMailReceiver.php [deleted file]
src/applications/releeph/mail/ReleephRequestReplyHandler.php [deleted file]
src/applications/releeph/phid/ReleephBranchPHIDType.php [deleted file]
src/applications/releeph/phid/ReleephProductPHIDType.php [deleted file]
src/applications/releeph/phid/ReleephRequestPHIDType.php [deleted file]
src/applications/releeph/query/ReleephBranchQuery.php [deleted file]
src/applications/releeph/query/ReleephBranchSearchEngine.php [deleted file]
src/applications/releeph/query/ReleephBranchTransactionQuery.php [deleted file]
src/applications/releeph/query/ReleephProductQuery.php [deleted file]
src/applications/releeph/query/ReleephProductSearchEngine.php [deleted file]
src/applications/releeph/query/ReleephProductTransactionQuery.php [deleted file]
src/applications/releeph/query/ReleephRequestQuery.php [deleted file]
src/applications/releeph/query/ReleephRequestSearchEngine.php [deleted file]
src/applications/releeph/query/ReleephRequestTransactionQuery.php [deleted file]
src/applications/releeph/storage/ReleephBranch.php [deleted file]
src/applications/releeph/storage/ReleephBranchTransaction.php [deleted file]
src/applications/releeph/storage/ReleephDAO.php [deleted file]
src/applications/releeph/storage/ReleephProductTransaction.php [deleted file]
src/applications/releeph/storage/ReleephProject.php [deleted file]
src/applications/releeph/storage/ReleephRequest.php [deleted file]
src/applications/releeph/storage/ReleephRequestTransaction.php [deleted file]
src/applications/releeph/storage/ReleephRequestTransactionComment.php [deleted file]
src/applications/releeph/view/ReleephRequestView.php [deleted file]
src/applications/releeph/view/branch/ReleephBranchPreviewView.php [deleted file]
src/applications/releeph/view/branch/ReleephBranchTemplate.php [deleted file]
src/applications/releeph/view/request/ReleephRequestTypeaheadControl.php [deleted file]
src/docs/book/phabricator.book
src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
webroot/rsrc/css/application/releeph/releeph-core.css [deleted file]
webroot/rsrc/css/application/releeph/releeph-preview-branch.css [deleted file]
webroot/rsrc/css/application/releeph/releeph-request-differential-create-dialog.css [deleted file]
webroot/rsrc/css/application/releeph/releeph-request-typeahead.css [deleted file]
webroot/rsrc/js/application/releeph/releeph-preview-branch.js [deleted file]
webroot/rsrc/js/application/releeph/releeph-request-state-change.js [deleted file]
webroot/rsrc/js/application/releeph/releeph-request-typeahead.js [deleted file]