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:
authorRémy Coutable <remy@rymai.me>2018-12-11 14:12:23 +0300
committerRémy Coutable <remy@rymai.me>2018-12-11 14:12:23 +0300
commit352af3e57220e3f0178da8de2c3f03c42c419a9b (patch)
tree68e9b4d6a86f9898d9cdebc1c9c4d7eafae1e22d /changelogs
parent7c4940b70236347d06d7c4b559dcc50a8e68d8c0 (diff)
parentb4e2679437558e48c9055ac499ce775cce9b191d (diff)
Merge branch 'sh-fix-github-import-without-oauth2-config' into 'master'
Allow GitHub imports via token even if OAuth2 provider not configured Closes #38524 See merge request gitlab-org/gitlab-ce!23703
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-github-import-without-oauth2-config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-github-import-without-oauth2-config.yml b/changelogs/unreleased/sh-fix-github-import-without-oauth2-config.yml
new file mode 100644
index 00000000000..ad548a6ff35
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-github-import-without-oauth2-config.yml
@@ -0,0 +1,5 @@
+---
+title: Allow GitHub imports via token even if OAuth2 provider not configured
+merge_request: 23703
+author:
+type: fixed