1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/repository/storage
epriestley d846f6508b Fix some repository URI handling issues in Git and Mercurial
Summary:
See <https://github.com/facebook/phabricator/issues/467>. @dctrwatson also ran into an issue where we were trying to `setPass()` a GitURI.

  - For Git and Mercurial, properly generate credential URIs where relevant.
  - Don't try to `setPass()` on Git-style URIs.

This isn't perfect but should clean things up a bit.

Test Plan: Added unit tests. Lots of `grep`.

Reviewers: btrahan

Reviewed By: btrahan

CC: dctrwatson, aran

Differential Revision: https://secure.phabricator.com/D7759
2013-12-12 09:45:27 -08:00
..
__tests__ Fix some repository URI handling issues in Git and Mercurial 2013-12-12 09:45:27 -08:00
PhabricatorRepository.php Fix some repository URI handling issues in Git and Mercurial 2013-12-12 09:45:27 -08:00
PhabricatorRepositoryArcanistProject.php Make PhabricatorPolicyInterface require a getPHID() method 2013-10-14 14:35:47 -07:00
PhabricatorRepositoryAuditRequest.php Split users apart from projects/packages in reviewer and audit UIs 2013-10-05 14:10:49 -07:00
PhabricatorRepositoryBranch.php Allow saving lint errors to database 2012-11-08 15:39:43 -08:00
PhabricatorRepositoryCommit.php Clean up Diffusion dedicated tag table view 2013-10-30 13:15:14 -07:00
PhabricatorRepositoryCommitData.php Diffusion - move DiffusionBrowseQuery => Conduit 2013-05-10 11:02:58 -07:00
PhabricatorRepositoryDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorRepositoryMirror.php Add UI for defining repository mirrors 2013-11-22 15:23:50 -08:00
PhabricatorRepositoryPushLog.php Add a basic push log for recording repository push events 2013-12-05 11:56:14 -08:00
PhabricatorRepositoryShortcut.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorRepositoryStatusMessage.php Add "RepositoryStatusMessage" and detailed information about initilization 2013-10-30 16:04:19 -07:00
PhabricatorRepositorySymbol.php Replace all "attach first..." exceptions with assertAttached() 2013-09-03 06:02:14 -07:00
PhabricatorRepositoryTransaction.php Reject dangerous changes in Git repositories by default 2013-12-03 10:28:39 -08:00
PhabricatorRepositoryVCSPassword.php Implementation of VCS passwords against user. 2013-11-01 08:34:11 -07:00