From 5eba9c0d33571d25d5e0d1d7bb49a3ddfc95cf02 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 11 Nov 2021 00:12:46 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- ...eprecate-convert-instance-runner-to-project.yml | 11 +++++++++++ .../15-0-remove-package-pipelines-api.yml | 11 +++++++++++ doc/api/graphql/reference/index.md | 1 + doc/ci/review_apps/index.md | 4 ++-- doc/update/deprecations.md | 14 ++++++++++++++ doc/user/admin_area/settings/terms.md | 6 +++--- .../application_security/dast/browser_based.md | 1 + jest.config.js | 3 ++- lib/backup/manager.rb | 11 +++++++++-- 9 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 data/deprecations/14-5-deprecate-convert-instance-runner-to-project.yml create mode 100644 data/deprecations/15-0-remove-package-pipelines-api.yml diff --git a/data/deprecations/14-5-deprecate-convert-instance-runner-to-project.yml b/data/deprecations/14-5-deprecate-convert-instance-runner-to-project.yml new file mode 100644 index 00000000000..c5f9e244af0 --- /dev/null +++ b/data/deprecations/14-5-deprecate-convert-instance-runner-to-project.yml @@ -0,0 +1,11 @@ +- name: "Converting an instance (shared) runner to a project (specific) runner is deprecated" + announcement_milestone: "14.5" # The milestone when this feature was first announced as deprecated. + announcement_date: "2021-11-22" + removal_milestone: "15.0" # the milestone when this feature is planned to be removed + body: | # Do not modify this line, instead modify the lines below. + In GitLab 15.0, we will remove the feature that enables you to convert an instance (shared) runner to a project (specific) runner. Users who need to add a runner to only a particular project can register a runner to the project directly. + + stage: Verify + tiers: [Core, Premium, Ultimate] + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/345347 + diff --git a/data/deprecations/15-0-remove-package-pipelines-api.yml b/data/deprecations/15-0-remove-package-pipelines-api.yml new file mode 100644 index 00000000000..ba69ed75e0f --- /dev/null +++ b/data/deprecations/15-0-remove-package-pipelines-api.yml @@ -0,0 +1,11 @@ +- name: "Package pipelines in API payload is paginated" # The name of the feature to be deprecated + announcement_milestone: "14.5" # The milestone when this feature was first announced as deprecated. + announcement_date: "2021-11-22" # The date of the milestone release when this feature was first announced as deprecated. This should almost always be the 22nd of a month (YYYY-MM-22), unless you did an out of band blog post. + removal_milestone: "15.0" # The milestone when this feature is planned to be removed + body: | # Do not modify this line, instead modify the lines below. + A request to the API for `/api/v4/projects/:id/packages` returns a paginated result of packages. Each package lists all of its pipelines in this response. This is a performance concern, as it's possible for a package to have hundreds or thousands of associated pipelines. + + In milestone 15.0, we will remove the `pipelines` attribute from the API response. + stage: package + tiers: Free + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/289956 diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 41781fa8680..29927072cf6 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -8704,6 +8704,7 @@ Represents the total number of issues and their weights for a particular day. | `minutes` | [`Int`](#int) | Total number of minutes used by all projects in the namespace. | | `month` | [`String`](#string) | Month related to the usage data. | | `projects` | [`CiMinutesProjectMonthlyUsageConnection`](#ciminutesprojectmonthlyusageconnection) | CI minutes usage data for projects in the namespace. (see [Connections](#connections)) | +| `sharedRunnersDuration` | [`Int`](#int) | Total numbers of minutes used by the shared runners in the namespace. | ### `CiMinutesProjectMonthlyUsage` diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md index 1b926d506c4..9941419654e 100644 --- a/doc/ci/review_apps/index.md +++ b/doc/ci/review_apps/index.md @@ -1,6 +1,6 @@ --- -stage: Release -group: Release +stage: Verify +group: Testing info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments type: reference --- diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md index edab8ab7a9c..2a1cabe93b9 100644 --- a/doc/update/deprecations.md +++ b/doc/update/deprecations.md @@ -58,6 +58,12 @@ dramatically slow down GitLab instances. For this reason, they are being removed Announced: 2021-09-22 +### Converting an instance (shared) runner to a project (specific) runner is deprecated + +In GitLab 15.0, we will remove the feature that enables you to convert an instance (shared) runner to a project (specific) runner. Users who need to add a runner to only a particular project can register a runner to the project directly. + +Announced: 2021-11-22 + ### Deprecate `Versions` on base `PackageType` As part of the work to create a [Package Registry GraphQL API](https://gitlab.com/groups/gitlab-org/-/epics/6318), the Package group deprecated the `Version` type for the basic `PackageType` type and moved it to [`PackageDetailsType`](https://docs.gitlab.com/ee/api/graphql/reference/index.html#packagedetailstype). @@ -102,6 +108,14 @@ Note that we are not deprecating the Kerberos SPNEGO integration, only the old p Announced: 2021-09-22 +### Package pipelines in API payload is paginated + +A request to the API for `/api/v4/projects/:id/packages` returns a paginated result of packages. Each package lists all of its pipelines in this response. This is a performance concern, as it's possible for a package to have hundreds or thousands of associated pipelines. + +In milestone 15.0, we will remove the `pipelines` attribute from the API response. + +Announced: 2021-11-22 + ### REST API Runner will not contain `paused` Runner REST API will not return `paused` as a status in GitLab 15.0. diff --git a/doc/user/admin_area/settings/terms.md b/doc/user/admin_area/settings/terms.md index c7c41e665ec..693b3e6c7b6 100644 --- a/doc/user/admin_area/settings/terms.md +++ b/doc/user/admin_area/settings/terms.md @@ -28,13 +28,13 @@ To enforce acceptance of a Terms of Service and Privacy Policy: For each update to the terms, a new version is stored. When a user accepts or declines the terms, GitLab records which version they accepted or declined. +Existing users must accept the terms on their next GitLab interaction. +If a signed-in user declines the terms, they are signed out. + When enabled, it adds a mandatory checkbox to the sign up page for new users: ![Sign up form](img/sign_up_terms.png) -Existing users must accept the terms on their next GitLab interaction. -If a logged-in user declines the terms, they are signed out. -