Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
6d8bbacd13
commit
67dc61d80e
2 changed files with 9 additions and 0 deletions
|
@ -260,6 +260,7 @@ when merging a merge request would cause the project's test coverage to decline.
|
|||
|
||||
Follow these steps to enable the `Coverage-Check` MR approval rule:
|
||||
|
||||
1. Set up a [`coverage:`](../yaml/index.md#coverage) regular expression for all jobs you want to include in the overall coverage value.
|
||||
1. Go to your project and select **Settings > General**.
|
||||
1. Expand **Merge request approvals**.
|
||||
1. Select **Enable** next to the `Coverage-Check` approval rule.
|
||||
|
|
|
@ -362,6 +362,14 @@ NOTE:
|
|||
GitLab administrators can use the administration interface to move any project to any
|
||||
namespace if needed.
|
||||
|
||||
##### Transferring a GitLab.com project to a different subscription tier
|
||||
|
||||
When you transfer a project from a namespace that's licensed for GitLab SaaS Premium or Ultimate to Free, some data related to the paid features is deleted.
|
||||
|
||||
For example, [project access tokens](../../../user/project/settings/project_access_tokens.md) are revoked, and
|
||||
[pipeline subscriptions](../../../ci/pipelines/multi_project_pipelines.md#trigger-a-pipeline-when-an-upstream-project-is-rebuilt)
|
||||
and [test cases](../../../ci/test_cases/index.md) are deleted.
|
||||
|
||||
#### Delete a project
|
||||
|
||||
You can mark a project to be deleted.
|
||||
|
|
Loading…
Reference in a new issue