[teams and projects] Use Git host repository IDs instead of their repo names/slugs #6060
Labels
component: dashboard
feature: teams and projects [DEPRECATED]
Please, use feature: organizations or feature: projects labels instead.
meta: stale
This issue/PR is stale and will be closed soon
type: improvement
Improves an existing feature or existing code
user experience
Uh oh!
There was an error while loading. Please reload this page.
About this Issue
The current form of URLs for projects may break if there are two repos with same name (but on different namespaces/orgs), similar to this one below:
Instead, project URLs in Gitpod should be in form of
https://gitpod-host.here.tld/projects/git{hub,lab}/repo-id
, where:git{hub,lab}
- is the Git provider configured by the instance admin (currently instance admins cannot add more than one GitLab instances to use yet)repo-id
- is the repository ID (or in the case of GitLab, project ID) from the API requests during project additionThe text was updated successfully, but these errors were encountered: