diff options
author | Rémy Coutable <remy@rymai.me> | 2017-07-26 21:39:37 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-08-08 12:54:07 +0200 |
commit | 023a3f7a3b842df9dd2ad2953c3cbcd465b6de57 (patch) | |
tree | 83c3cbcbd273b672a4265c674fffff5c9c93cbf9 /changelogs | |
parent | feb8974cc87455328dea708be556e41b59e8ba26 (diff) | |
download | gitlab-ce-023a3f7a3b842df9dd2ad2953c3cbcd465b6de57.tar.gz |
Fix the /projects/:id/repository/commits endpoint to handle dots in the ref name when the project full path contains a `/`rc/fix-commits-api
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/rc-fix-commits-api.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/rc-fix-commits-api.yml b/changelogs/unreleased/rc-fix-commits-api.yml new file mode 100644 index 00000000000..215429eaf6b --- /dev/null +++ b/changelogs/unreleased/rc-fix-commits-api.yml @@ -0,0 +1,5 @@ +--- +title: Fix the /projects/:id/repository/commits endpoint to handle dots in the ref + name when the project full path contains a `/` +merge_request: 13370 +author: |