Opened 10 years ago
Closed 10 years ago
#17 closed task (fixed)
Identify structure of GitLab URLs for listed scenarios
Reported by: | ehuelsmann | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | Cc: | ||
Parent Tickets: | 12 |
Description
We need to understand the GitLab? URL structure for the following scenarios:
- A listing of (all) available projects
- Browsing HEAD of the default branch
- Browsing HEAD of a named branch
- Browsing a specific commit as a uni-diff (full commit)
- Browsing a specific commit as a uni-diff (single file within commit)
- Browsing the 2nd to 4th item with blamed content
- Browsing the 2nd to 4th item with raw content
Change History (5)
comment:1 Changed 10 years ago by
Type: | defect → task |
---|
comment:2 Changed 10 years ago by
Scenario | URL structure |
1. Listing of projects | https://gitlab-test.common-lisp.net/explore/projects |
2. Browsing head of default branch | <unknown without knowing the default branch> |
3. Browsing head of named branch or commit | https://gitlab-test.common-lisp.net/<group>/<project>/tree/<branch-or-hash>/<within-repo-path> |
4. Browsing a specific commit as uni-diff (full commit) | https://gitlab-test.common-lisp.net/<group>/<project>/commit/<commit-hash> |
5. Browsing a specific commit as uni-diff (single file within) | <not supported> |
6. Browsing blamed content | https://gitlab-test.common-lisp.net/<group>/<project>/blame/<branch-or-hash>/<within-repo-path> |
7. Browsing raw content | https://gitlab-test.common-lisp.net/<group>/<project>/raw/<branch-or-hash>/<within-repo-path> |
8. Browsing highlighted file content | https://gitlab-test.common-lisp.net/<group>/<project>/blob/<branch-or-hash>/<within-repo-path> |
comment:3 Changed 10 years ago by
More URL structure:
9. URL for logs | https://gitlab-test.common-lisp.net/<group>/<project>/commits/<branch-or-hash> |
10. URL for raw unidiff | https://gitlab-test.common-lisp.net/<project>/<project>/commits/<hash>.diff |
comment:4 Changed 10 years ago by
Structure has been identified "enough" to be able to implement sufficient rewrites.
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.