-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Project URL is not slugified for GitLab repos #5847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
/cc @gtsiolis the GitLab expert 😄 |
Thanks for bringing this up @bigint! This makes sense! Looping in @jankeromnes and @AlexTugarev who also brought up this issue in a recent discussion (internal). |
Nice catch! Thanks for reporting this @bigint (and thanks @gtsiolis for pointing me to it when I also complained about this 😁). I believe the current situation is:
Instead, it would be better to:
|
I think this is not needed for the launch. Let's bring this up later |
/schedule |
@JanKoehnlein: Issue scheduled in the meta team (WIP: 0) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
Have to /unassign for now to prioritize another ticket |
/assign |
The associated PR makes use of the path attribute provided by the GitLab API, where it gets added to the new slug column during project creation. For GitHub projects, the slug column is populated according to the name column, since it is already slugified. However, the solution does not tackle existing GitLab projects. There are three options I can think of:
The reason why the string replacement can't happen in the frontend is because the Project page looks up the project repo using the url path, to find the matching project. Thoughts? |
see #6376 (comment) regarding why we are not fixing the slugs for existing GitLab repos at this point. |
Uh oh!
There was an error while loading. Please reload this page.
Bug description
Here is how the URL looks like
https://gitpod.io/projects/Timesheet%20Remainder
Steps to reproduce
Gitpod Test
Expected behavior
https://gitpod.io/projects/timesheet-remainder
It should take the GitLab repo slug instead of the name
The text was updated successfully, but these errors were encountered: