summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMarc Siegfriedt <marc@techaccelerator.com>2017-08-21 21:09:45 +0000
committerMarc Siegfriedt <marc@techaccelerator.com>2017-08-30 18:37:44 +0000
commitf3b6c552f6763e20bbccaa80e306d939d6cf602c (patch)
treef9ee24039aa1d6c2f7d22db4df2a8494b81e5c75 /changelogs
parentd540d43e2d1dd20f81a736aab99f9d073a83e82a (diff)
downloadgitlab-ce-f3b6c552f6763e20bbccaa80e306d939d6cf602c.tar.gz
fix :file_path - add requirements:
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