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>2017-02-08 13:15:11 +0300
committerRémy Coutable <remy@rymai.me>2017-02-08 13:15:11 +0300
commit1a1381a47737886aad4c74b65526f101b9ef320a (patch)
tree35bc58350e8dfaac63e621a4ebbba0f3ccd560b1 /changelogs
parentbbb7fbcd02c9d9a8a6d6ca44d7ce668b80962c21 (diff)
parent5c20e50f46c6cf7634a20027c5ae257a6c25d995 (diff)
Merge branch 'lfs-noauth-public-repo' into 'master'
lfs: do not require auth for public repositories Closes #23360 See merge request !8824
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/lfs-noauth-public-repo.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/lfs-noauth-public-repo.yml b/changelogs/unreleased/lfs-noauth-public-repo.yml
new file mode 100644
index 00000000000..60f62d7691b
--- /dev/null
+++ b/changelogs/unreleased/lfs-noauth-public-repo.yml
@@ -0,0 +1,4 @@
+---
+title: Support unauthenticated LFS object downloads for public projects
+merge_request: 8824
+author: Ben Boeckel