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:
authorDouwe Maan <douwe@gitlab.com>2017-05-22 20:31:58 +0300
committerDouwe Maan <douwe@gitlab.com>2017-05-22 20:31:58 +0300
commit55e286ca73e7eb85fc74bd675ba17a6df58f0a3d (patch)
treef9e94504b6b378c92b8c63a588c5d14f36a519d6 /changelogs
parent010a9c6be28f4e73a2926832cc4fa7a574d858ba (diff)
parent9735ce15de5255365e302d1f50b301039512f50d (diff)
Merge branch 'fix/git_http_request_without_password' into 'master'
Avoid resource intensive login checks if password is not provided Closes #32598 See merge request !11537
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/32598-avoid-resource-intensive-login-checks-if-password-is-not-provided-for-git-http.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/32598-avoid-resource-intensive-login-checks-if-password-is-not-provided-for-git-http.yml b/changelogs/unreleased/32598-avoid-resource-intensive-login-checks-if-password-is-not-provided-for-git-http.yml
new file mode 100644
index 00000000000..6da7491bbda
--- /dev/null
+++ b/changelogs/unreleased/32598-avoid-resource-intensive-login-checks-if-password-is-not-provided-for-git-http.yml
@@ -0,0 +1,4 @@
+---
+title: Avoid resource intensive login checks if password is not provided.
+merge_request: 11537
+author: Horatiu Eugen Vlad