1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 03:12:41 +01:00
phorge-phorge/src/applications/repository/storage
epriestley 78e36d6b17 Implement DestructibleInterface on GitLFS refs
Summary: Ref T7789. Make sure these get cleaned up when a repository is destroyed.

Test Plan:
  - Created a new repository.
  - Pushed some LFS data to it.
  - Used `bin/remove destroy` to nuke it.
  - Verified the LFS stuff was cleaned up and the underlying files were destroyed (`SELECT * FROM repository_gitlfsref`, etc).

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T7789

Differential Revision: https://secure.phabricator.com/D15493
2016-03-18 09:36:54 -07:00
..
__tests__ Support ID-based repository URIs, and canonicalize repository URIs 2016-02-18 09:56:28 -08:00
PhabricatorRepository.php Implement DestructibleInterface on GitLFS refs 2016-03-18 09:36:54 -07:00
PhabricatorRepositoryAuditRequest.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
PhabricatorRepositoryBranch.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
PhabricatorRepositoryCommit.php Remove shouldShowSubscribersProperty() from SubscribableInterface 2016-03-06 06:01:36 -08:00
PhabricatorRepositoryCommitData.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
PhabricatorRepositoryDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorRepositoryGitLFSRef.php Implement DestructibleInterface on GitLFS refs 2016-03-18 09:36:54 -07:00
PhabricatorRepositoryMirror.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
PhabricatorRepositoryPullEvent.php Use large text columns to store IP addresses 2016-02-02 10:13:14 -08:00
PhabricatorRepositoryPushEvent.php Use large text columns to store IP addresses 2016-02-02 10:13:14 -08:00
PhabricatorRepositoryPushLog.php Use __CLASS__ instead of hard-coding class names 2015-05-14 07:21:13 +10:00
PhabricatorRepositoryRefCursor.php Add proper PHIDs to RefCursors 2015-12-10 14:21:08 -08:00
PhabricatorRepositorySchemaSpec.php Remove recently added repository_pathchange key 2016-03-16 14:58:56 -07:00
PhabricatorRepositoryStatusMessage.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
PhabricatorRepositorySymbol.php Framework for external symbol search 2015-05-31 07:37:06 -07:00
PhabricatorRepositoryTransaction.php Make callsigns editable on repository basic information 2016-02-18 10:34:32 -08:00
PhabricatorRepositoryURIIndex.php Move repository URIs to a dedicated index 2016-01-13 09:34:31 -08:00
PhabricatorRepositoryVCSPassword.php phtize all the things 2015-05-22 21:16:39 +10:00