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:
authorKamil Trzciński <ayufan@ayufan.eu>2018-04-05 21:34:00 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-04-05 21:34:00 +0300
commit1367e4ff9fbcdbf8eaa376183d1a2ffca7041641 (patch)
tree1d0e1c8de45d27558fadda09ad8509b5cdcb0571 /changelogs
parent160b4827edad1984ddb4339622b93ace17870cb1 (diff)
parent9750006b1a7e78785256cf669c336c0075584d3b (diff)
Merge branch '44389-always-allow-http-for-ci-git-operations' into 'master'
Resolve "Allow HTTPS cloning by Runners if it is disabled for users" Closes #44389 See merge request gitlab-org/gitlab-ce!18021
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/44389-always-allow-http-for-ci-git-operations.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/44389-always-allow-http-for-ci-git-operations.yml b/changelogs/unreleased/44389-always-allow-http-for-ci-git-operations.yml
new file mode 100644
index 00000000000..2e5a0302ee6
--- /dev/null
+++ b/changelogs/unreleased/44389-always-allow-http-for-ci-git-operations.yml
@@ -0,0 +1,5 @@
+---
+title: Allow HTTP(s) when git request is made by GitLab CI
+merge_request: 18021
+author:
+type: changed