summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorHoratiu Eugen Vlad <horatiu@vlad.eu>2017-05-19 08:38:31 +0000
committerHoratiu Eugen Vlad <horatiu@vlad.eu>2017-05-21 17:58:32 +0200
commit9735ce15de5255365e302d1f50b301039512f50d (patch)
tree2df5462f48972bda7d49718fde7b1c5b2fa98938 /changelogs
parentb0642299943bbb0485b0577e99fb1d2c6072b845 (diff)
downloadgitlab-ce-9735ce15de5255365e302d1f50b301039512f50d.tar.gz
Avoid resource intensive login checks if password is not provided
Fixes #32598
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