From c5ef230c0c0a2b90fbc44e2fda4476fde07bcce1 Mon Sep 17 00:00:00 2001 From: Mariia Solodovnik Date: Wed, 19 Apr 2023 19:13:13 +0300 Subject: [PATCH 1/2] Add deprecation notice for geo_nodes API endpoints --- doc/api/rest/deprecations.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/api/rest/deprecations.md b/doc/api/rest/deprecations.md index 295f869720c96a..2ca35bdb44e462 100644 --- a/doc/api/rest/deprecations.md +++ b/doc/api/rest/deprecations.md @@ -12,6 +12,14 @@ The date of this change is unknown. For details, see [issue 216456](https://gitlab.com/gitlab-org/gitlab/-/issues/216456) and [issue 387485](https://gitlab.com/gitlab-org/gitlab/-/issues/387485). +## `geo_nodes` API endpoints + +Breaking change. [Related issue](https://gitlab.com/gitlab-org/gitlab/-/issues/369140). + +The [`geo_nodes` API endpoints](../geo_nodes.md) are deprecated and will be replaced by `geo_sites`. +It is a part of the global change on [how to refer to Geo deployments](../../administration/geo/glossary.md). +Nodes are renamed to sites across the application. The functionality of both endpoints remains the same. + ## `merged_by` API field Breaking change. [Related issue](https://gitlab.com/gitlab-org/gitlab/-/issues/350534). -- GitLab From 8c66c4f28039e40cc9ee7e4787f8fe9e21e90408 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 11 May 2023 11:45:14 +0000 Subject: [PATCH 2/2] Apply 1 suggestion(s) to 1 file(s) --- doc/api/rest/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/rest/deprecations.md b/doc/api/rest/deprecations.md index 2ca35bdb44e462..db9b590606f24e 100644 --- a/doc/api/rest/deprecations.md +++ b/doc/api/rest/deprecations.md @@ -16,7 +16,7 @@ and [issue 387485](https://gitlab.com/gitlab-org/gitlab/-/issues/387485). Breaking change. [Related issue](https://gitlab.com/gitlab-org/gitlab/-/issues/369140). -The [`geo_nodes` API endpoints](../geo_nodes.md) are deprecated and will be replaced by `geo_sites`. +The [`geo_nodes` API endpoints](../geo_nodes.md) are deprecated and are replaced by [`geo_sites`](../geo_sites.md). It is a part of the global change on [how to refer to Geo deployments](../../administration/geo/glossary.md). Nodes are renamed to sites across the application. The functionality of both endpoints remains the same. -- GitLab