GitLab项目设置

Project settings

Note: Only project Maintainers and Admin users have the permissions to access a project settings.

You can adjust your project settings by navigating to your project’s homepage and clicking Settings.

General settings

Under a project’s general settings you can find everything concerning the functionality of a project.

General project settings

Adjust your project’s name, description, avatar, default branch, and topics:

general project settings

The project description also partially supports standard markdown. You can use emphasis, links, and line-breaks to add more context to the project description.

Sharing and permissions

Set up your project’s access, visibility, and enable Container Registry for your projects:

projects sharing permissions

Issue settings

Add an issue description template to your project, so that every new issue will start with a custom template.

Merge request settings

Set up your project’s merge request settings:

project's merge request settings

Service Desk
premium
silver

Enable Service Desk for your project to offer customer support.

扫描二维码关注公众号,回复: 6145259 查看本文章

Export project

Learn how to export a project in GitLab.

Advanced settings

Here you can run housekeeping, archive, rename, transfer, or remove a project.

Archiving a project

Note: Only project Owners and Admin users have the permissions to archive a project.

Archiving a project makes it read-only for all users and indicates that it is no longer actively maintained. Projects that have been archived can also be unarchived.

When a project is archived, the repository, issues, merge requests and all other features are read-only. Archived projects are also hidden in project listings.

To archive a project:

  1. Navigate to your project’s Settings > General > Advanced settings.
  2. In the Archive project section, click the Archive project button.
  3. Confirm the action when asked to.

Renaming a repository

Note: Only project Maintainers and Admin users have the permissions to rename a repository. Not to be confused with a project’s name where it can also be changed from the general project settings.

A project’s repository name defines its URL (the one you use to access the project via a browser) and its place on the file disk where GitLab is installed.

To rename a repository:

  1. Navigate to your project’s Settings > General > Advanced settings.
  2. Under “Rename repository”, change the “Path” to your liking.
  3. Hit Rename project.

Remember that this can have unintended side effects since everyone with the old URL will not be able to push or pull. Read more about what happens with the redirects when renaming repositories.

Transferring an existing project into another namespace

Note: Only project Owners and Admin users have the permissions to transfer a project.

You can transfer an existing project into a group if:

  1. you have at least Maintainer permissions to that group
  2. you are an Owner of the project.

Similarly, if you are an owner of a group, you can transfer any of its projects under your own user.

To transfer a project:

  1. Navigate to your project’s Settings > General > Advanced settings.
  2. Under “Transfer project”, choose the namespace you want to transfer the project to.
  3. Confirm the transfer by typing the project’s path as instructed.

Once done, you will be taken to the new project’s namespace. At this point, read what happens with the redirects from the old project to the new one.

Note: GitLab administrators can use the admin interface to move any project to any namespace if needed.

Operations settings

Error Tracking

Configure Error Tracking to discover and view Sentry errors within GitLab.

Jaeger tracing

Add the URL of a Jaeger server to allow your users to easily access the Jaeger UI from within GitLab.


《算法导论 第三版英文版》_高清中文版

《深度学习入门:基于Python的理论与实现》_高清中文版

《深入浅出数据分析》_高清中文版

《Python编程:从入门到实践》_高清中文版

《Python科学计算》_高清中文版

《深度学习入门:基于Python的理论与实现》_高清中文版

《深入浅出数据分析》_高清中文版

《Python编程:从入门到实践》_高清中文版


猜你喜欢

转载自blog.csdn.net/u011078141/article/details/89711282
今日推荐