The dot character is getting replaced by hyphen as the project URL while creating new project
Closed
The dot character is getting replaced by hyphen as the project URL while creating new project
Created by: baijum
I tried to create a new project in 5.0.1 version of Gitlab. The project name was "test.ok" when the project got created, the project URL was automatically renamed to "test-ok". The repo URL also got changed to "test-ok.git".
Created by: dplarson
The same things happens with spaces (e.g. 'test ok' becomes 'test-ok'), which I think is a good behavior. On the other hand, I could understand wanting to name projects with dots, but I'm not sure whether allowing names with dots would cause problems.
By Administrator on 2013-04-11T20:50:38 (imported from GitLab project)
Created by: bbodenmiller
Does this issue still exist in 5.2 or the latest master? Thanks for the issue report. Please reformat your issue to conform to the issue tracker guidelines found in our contributing guidelines.
By Administrator on 2013-06-14T14:37:33 (imported from GitLab project)
Created by: muellert
I edit the project and change the repository path as described, and after saving, I have a git URL like
http://example.com/my.project.git
I am at the very beginning with gitlab, so I don't yet know if it negatively impacts anything.
Does it answer your question? I wish I could disable this conversion globally.
By Administrator on 2013-11-19T15:49:51 (imported from GitLab project)