diff options
author | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2022-06-30 14:57:56 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2022-06-30 14:57:56 +0000 |
commit | d80373b353005e70f44eca8a3bc4a4c5cfbf0e9e (patch) | |
tree | d8fa9a8575dd4336105c1ee3d0bf30c9e7aaa71f /doc | |
parent | 6bea43795252f980eeee7ce67413ef440da88a31 (diff) | |
parent | 35925db62b6b7260962f22b0f946d2d490fcfe5e (diff) | |
download | gitlab-ce-d80373b353005e70f44eca8a3bc4a4c5cfbf0e9e.tar.gz |
Merge remote-tracking branch 'dev/15-1-stable' into 15-1-stable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/runners.md | 3 | ||||
-rw-r--r-- | doc/operations/error_tracking.md | 2 | ||||
-rw-r--r-- | doc/update/index.md | 3 | ||||
-rw-r--r-- | doc/user/group/index.md | 3 |
4 files changed, 9 insertions, 2 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md index 2b31c1cc064..8af388a2b74 100644 --- a/doc/api/runners.md +++ b/doc/api/runners.md @@ -359,7 +359,8 @@ and will be removed in [GitLab 16.0](https://gitlab.com/gitlab-org/gitlab/-/issu > [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/15432) in GitLab 10.3. -List jobs that are being processed or were processed by specified runner. +List jobs that are being processed or were processed by the specified runner. The list of jobs is limited +to projects where the user has at least the Reporter role. ```plaintext GET /runners/:id/jobs diff --git a/doc/operations/error_tracking.md b/doc/operations/error_tracking.md index 2a007eade99..08acf77b6c7 100644 --- a/doc/operations/error_tracking.md +++ b/doc/operations/error_tracking.md @@ -106,7 +106,7 @@ button and a link to the GitLab issue displays within the error detail section. ## Taking Action on errors -You can take action on Sentry Errors from within the GitLab UI. +You can take action on Sentry Errors from within the GitLab UI. Marking errors ignored or resolved require at least Developer role. ### Ignoring errors diff --git a/doc/update/index.md b/doc/update/index.md index 416adb621d0..dcdcf8f01ae 100644 --- a/doc/update/index.md +++ b/doc/update/index.md @@ -463,6 +463,9 @@ and [Helm Chart deployments](https://docs.gitlab.com/charts/). They come with ap - If you run external PostgreSQL, particularly AWS RDS, [check you have a PostgreSQL bug fix](#postgresql-segmentation-fault-issue) to avoid the database crashing. +- Unauthenticated requests to the [`ciConfig` GraphQL field](../api/graphql/reference/index.md#queryciconfig) are no longer supported. + Before you upgrade to GitLab 15.1, add an [access token](../api/index.md#authentication) to your requests. + The user creating the token must have [permission](../user/permissions.md) to create pipelines in the project. ### 15.0.0 diff --git a/doc/user/group/index.md b/doc/user/group/index.md index c0ae721e3b4..6ba8251ba05 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -648,6 +648,7 @@ at the group level. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7297) in GitLab 12.2. > - Support for specifying multiple email domains [added](https://gitlab.com/gitlab-org/gitlab/-/issues/33143) in GitLab 13.1. > - Support for restricting access to projects in the group [added](https://gitlab.com/gitlab-org/gitlab/-/issues/14004) in GitLab 14.1.2. +> - Support for restricting group memberships to groups with a subset of the allowed email domains [added](https://gitlab.com/gitlab-org/gitlab/-/issues/354791) in GitLab 15.0.1 You can prevent users with email addresses in specific domains from being added to a group and its projects. @@ -668,6 +669,8 @@ The most popular public email domains cannot be restricted, such as: - `hotmail.com`, `hotmail.co.uk`, `hotmail.fr` - `msn.com`, `live.com`, `outlook.com` +When you share a group, both the source and target namespaces must allow the domains of the members' email addresses. + ## Group file templates **(PREMIUM)** Use group file templates to share a set of templates for common file |