1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/repository/storage
epriestley fcac85d807 Allow configuration of a "staging area" for each repository
Summary:
Ref T8238. This allows configuration of a "staging area" for Git repositories, which is the URI to some Git repository (possibly the same repository).

If a staging area is configured, `arc` will push a copy of anything it creates a diff for there (see next revision). This primarily makes handoff to build systems easier.

This is a bit leaky and I intend for it to eventually be positioned as a less-preferred solution, but from the perspective of build systems it's the same as the real (virtual ref) solution that I want to build.

Test Plan: Ran `arc diff` with various flags, saw appropriate changes copied into the staging area. See also discussion in T8238.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: cburroughs, epriestley

Maniphest Tasks: T8238

Differential Revision: https://secure.phabricator.com/D13019
2015-05-27 10:28:27 -07:00
..
__tests__ phtize all the things 2015-05-22 21:16:39 +10:00
PhabricatorRepository.php Allow configuration of a "staging area" for each repository 2015-05-27 10:28:27 -07:00
PhabricatorRepositoryArcanistProject.php Search Symbols by Repository, not Project 2015-05-18 06:41:19 -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 show merged commits in herald emails for merge commits 2015-05-25 04:49:13 -07: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
PhabricatorRepositoryMirror.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
PhabricatorRepositoryPushEvent.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
PhabricatorRepositoryPushLog.php Use __CLASS__ instead of hard-coding class names 2015-05-14 07:21:13 +10:00
PhabricatorRepositoryRefCursor.php Track closed branches in Mercurial 2015-04-27 03:50:45 -07:00
PhabricatorRepositorySchemaSpec.php Automatically build all Lisk schemata 2014-10-02 09:51:20 -07:00
PhabricatorRepositoryStatusMessage.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
PhabricatorRepositorySymbol.php Move symbols to be repository-based 2015-05-03 13:23:07 +10:00
PhabricatorRepositoryTransaction.php Allow configuration of a "staging area" for each repository 2015-05-27 10:28:27 -07:00
PhabricatorRepositoryVCSPassword.php phtize all the things 2015-05-22 21:16:39 +10:00