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:
authorSean McGivern <sean@mcgivern.me.uk>2017-08-31 14:27:37 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-08-31 14:27:37 +0300
commit14462b99c5058b4c2ed5523af425e03a54dbf894 (patch)
tree0c3a765983cb53478d27e11776e1c20f36e0d294 /changelogs
parent91a55ed6a198e363ebfc54a806399c37277dcda4 (diff)
parentf3b6c552f6763e20bbccaa80e306d939d6cf602c (diff)
Merge branch '31470-api-file-raw' into 'master'
Fix the /projects/:id/repository/files/:file_path/raw endpoint to handle dots in the file_path… Closes #31470 See merge request !13512
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/31470-fix-api-files-raw.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/31470-fix-api-files-raw.yml b/changelogs/unreleased/31470-fix-api-files-raw.yml
new file mode 100644
index 00000000000..271a945a998
--- /dev/null
+++ b/changelogs/unreleased/31470-fix-api-files-raw.yml
@@ -0,0 +1,5 @@
+---
+title: Fix the /projects/:id/repository/files/:file_path/raw endpoint to handle dots in the file_path
+merge_request: 13512
+author: mahcsig
+type: fixed