Page MenuHomePhabricator

Make serving repositories work with alternate URIs
ClosedPublic

Authored by epriestley on Feb 18 2016, 1:11 PM.
Tags
None
Referenced Files
F13059402: D15302.diff
Fri, Apr 19, 4:12 PM
Unknown Object (File)
Mon, Apr 15, 8:57 PM
Unknown Object (File)
Sat, Mar 23, 5:57 PM
Unknown Object (File)
Sat, Mar 23, 5:56 PM
Unknown Object (File)
Sat, Mar 23, 5:56 PM
Unknown Object (File)
Fri, Mar 22, 10:37 PM
Unknown Object (File)
Mar 5 2024, 9:20 AM
Unknown Object (File)
Mar 5 2024, 4:46 AM
Subscribers
None

Details

Summary

Ref T4245. Consolidates the URI parsing/rewriting logic so that repositories can be served from either /diffusion/XYZ/ or /diffusion/123/, over both HTTP and SSH.

Test Plan
  • Pulled a Git repository by ID and callsign over HTTP and SSH.
  • Pulled a Mercurial repository by ID and callsign over HTTP and SSH.
  • Pulled a Subversion repository by ID and callsign over SSH (no HTTP support for SVN).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Make serving repositories work with alternate URIs.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
This revision is now accepted and ready to land.Feb 18 2016, 4:16 PM
This revision was automatically updated to reflect the committed changes.