| Summary: | [pmi] "Clone this repository" URLs pointing to Gerrit have an extra "/p" | ||
|---|---|---|---|
| Product: | Community | Reporter: | Tobias Oberlies <t-oberlies> |
| Component: | Project Management & Portal | Assignee: | Portal Bugzilla Dummy Inbox <portal-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | thanh.ha, wayne.beaton, webmaster |
| Version: | unspecified | ||
| Target Milestone: | 2014-Q2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Tobias Oberlies
When I implemented this, "/r/p" must have been part of the path (I'm pretty sure that I didn't make this up). Webmaster, can I safely assume that the "/r" option is the most correct? I'm pretty confident the /p is no necessary at all. I have never used that addressing personally. /r/egit/egit-pde is invalid. /r/p/egit/egit-pde is short form for /r/#/q/status%3Aopen+project%3Aegit/egit-pde,n,z which takes you to the open contributions. /r/#/admin/projects/egit/egit-pde goes to the "admin" page. I'm inclined to change this to point to the admin page. Thoughts? (In reply to comment #3) > I'm inclined to change this to point to the admin page. Thoughts? The problem that I wanted to report is the link for cloning the repository, not about the browser link. /r/egit/egit-pde is valid for cloning the repository. (In reply to comment #4) > /r/egit/egit-pde is valid for cloning the repository. You can see this in the Gerrit UI here [1] under "Anonymous HTTP" [1] https://git.eclipse.org/r/#/admin/projects/egit/egit-pde So I fixed this, but then uncovered a different problem. I'm using the same URL for the clone line and for the "Review with Gerrit" link. The clone link isn't helpful for the "Review" link. I've reworked how I harvest and display repository information. We now render: a "browse" link that points to cgit; a "review" link if the project uses Gerrit; some "clone" text that points to Gerrit if the project uses Gerrit, or Git otherwise. |