'Project settings in Gitlab

Where now "Project settings" in Gitlab? How delete repository? And change "Visibility Level" repository? And rename project? enter image description here



Solution 1:[1]

Below the "Audit Events" item in the menu you have pulled down in the picture, you should see an option called "Edit Project" that will allow you to do everything you mentioned.

Solution 2:[2]

As per 2017

For Project name; In the GitLab project page, left panel --> Settings --> General --> General project settings --> Expand

For the visibility level; In the GitLab project page, left panel --> Settings --> General --> Permissions --> Expand

Solution 3:[3]

When you rename your project, through its settings page, make sure to not include leading or trailing special character in the new name:

See GitLab 14.9 (March 2022)

Special characters not permitted in new project names

Project and Group names that have a leading or trailing special character breaks the container registry.

As of this release, you can no longer use special characters as the first or last characters of new project or group names.
You can still use special characters in any other part in the name.

This ensures proper functionality within all stages at GitLab, and enhances the experience of our single platform tool.

See Documentation and Issue.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 McKay Ward
Solution 2 Asanke
Solution 3 VonC