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:
authorMark Fletcher <mark@gitlab.com>2018-01-19 23:07:44 +0300
committerMark Fletcher <mark@gitlab.com>2018-01-19 23:07:44 +0300
commit5a160b05eda88728543a0a74a174fa5883877171 (patch)
treea22359f9e1a4f589cde5dc053c3ae22eca52bfd3 /changelogs
parentee58763158ed10f12a8fe7c089257a532fe6e724 (diff)
Fix protected branches API to accept name parameter with dot
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/42231-protected-branches-api-route-returns-404-for-branches-with-dots.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/42231-protected-branches-api-route-returns-404-for-branches-with-dots.yml b/changelogs/unreleased/42231-protected-branches-api-route-returns-404-for-branches-with-dots.yml
new file mode 100644
index 00000000000..fbc589ea53d
--- /dev/null
+++ b/changelogs/unreleased/42231-protected-branches-api-route-returns-404-for-branches-with-dots.yml
@@ -0,0 +1,5 @@
+---
+title: Fix protected branches API to accept name parameter with dot
+merge_request:
+author:
+type: fixed