Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_0/deprecation_manage_access_14_0.yml')
-rw-r--r--data/removals/14_0/deprecation_manage_access_14_0.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/data/removals/14_0/deprecation_manage_access_14_0.yml b/data/removals/14_0/deprecation_manage_access_14_0.yml
deleted file mode 100644
index 5de9e31c44e..00000000000
--- a/data/removals/14_0/deprecation_manage_access_14_0.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-- title: Limit projects returned in `GET /groups/:id/`
- removal_date: "2021-06-22"
- removal_milestone: "14.0"
- reporter: ogolowisnki
- issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/257829
- breaking_change: true
- body: |
- To improve performance, we are limiting the number of projects returned from the `GET /groups/:id/` API call to 100. A complete list of projects can still be retrieved with the `GET /groups/:id/projects` API call.
-
-- title: "GitLab OAuth implicit grant"
- removal_date: "2021-06-22"
- removal_milestone: "14.0"
- reporter: ogolowinski
- issue_url: 'https://gitlab.com/gitlab-org/gitlab/-/issues/288516'
- breaking_change: true
- body: |
- GitLab is deprecating the [OAuth 2 implicit grant flow](https://docs.gitlab.com/ee/api/oauth2.html#implicit-grant-flow) as it has been removed for [OAuth 2.1](https://oauth.net/2.1/).
-
- Migrate your existing applications to other supported [OAuth2 flows](https://docs.gitlab.com/ee/api/oauth2.html#supported-oauth2-flows).