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
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-04 00:08:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-04 00:08:37 +0300
commit01fa7c10d9c301ca09e40ce2b2e70514cd3f1053 (patch)
treed0063186a2fad2f3f6ed6e56f72e367cc43097d3 /data
parent9be457ffc1727f6a942a68c16e47ca0bcaa2f64a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/16-3-deprecate-twitter-saas.yml10
-rw-r--r--data/deprecations/16-3-deprecate-twitter-sm.yml10
2 files changed, 20 insertions, 0 deletions
diff --git a/data/deprecations/16-3-deprecate-twitter-saas.yml b/data/deprecations/16-3-deprecate-twitter-saas.yml
new file mode 100644
index 00000000000..3c0150ec65c
--- /dev/null
+++ b/data/deprecations/16-3-deprecate-twitter-saas.yml
@@ -0,0 +1,10 @@
+- title: "Twitter OmniAuth login option is removed from GitLab.com"
+ removal_milestone: "16.3"
+ announcement_milestone: "16.3"
+ breaking_change: true
+ reporter: jessieay
+ stage: Manage
+ issue_url: https://gitlab.com/gitlab-com/Product/-/issues/11417
+ body: | # (required) Do not modify this line, instead modify the lines below.
+ Twitter OAuth 1.0a OmniAuth is being deprecated and removed on GitLab.com in GitLab 16.3 due to low use, lack of gem support, and the lack of a functional sign-in option for this feature. If you sign into GitLab.com with Twitter, you can sign in with a password or another [supported OmniAuth provider](https://gitlab.com/users/sign_in).
+ documentation_url: https://docs.gitlab.com/ee/integration/twitter.html
diff --git a/data/deprecations/16-3-deprecate-twitter-sm.yml b/data/deprecations/16-3-deprecate-twitter-sm.yml
new file mode 100644
index 00000000000..562fce1ff1c
--- /dev/null
+++ b/data/deprecations/16-3-deprecate-twitter-sm.yml
@@ -0,0 +1,10 @@
+- title: "Twitter OmniAuth login option is deprecated from self-managed GitLab"
+ removal_milestone: "17.0"
+ announcement_milestone: "16.3"
+ breaking_change: true
+ reporter: jessieay
+ stage: Manage
+ issue_url: https://gitlab.com/gitlab-com/Product/-/issues/11417
+ body: | # (required) Do not modify this line, instead modify the lines below.
+ Twitter OAuth 1.0a OmniAuth is deprecated and will be removed for self-managed GitLab instances in GitLab 17.0 due to low use and lack of gem support. Use [another supported OmniAuth provider](https://docs.gitlab.com/ee/integration/omniauth.html#supported-providers) instead.
+ documentation_url: https://docs.gitlab.com/ee/integration/twitter.html