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-01-16 03:03:01 +0300
committerRémy Coutable <remy@rymai.me>2017-01-16 03:03:01 +0300
commit281f3fcfd542be720b690e1214ef4c64f787c5d8 (patch)
tree37fe69e9a005216797d8d4a1293aaeb37e94015d /changelogs
parent3608a1e8758dbe6b6e3130d632144ffb797ca049 (diff)
parent322534aa946970ad0e930defc5576efe744ba6d5 (diff)
Merge branch 'dot-in-project-queries' into 'master'
Add a constraint on the query parameter to allow querying for projects with dots in their name. See merge request !8210
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/dot-in-project-queries.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/dot-in-project-queries.yml b/changelogs/unreleased/dot-in-project-queries.yml
new file mode 100644
index 00000000000..fc48dc7b74d
--- /dev/null
+++ b/changelogs/unreleased/dot-in-project-queries.yml
@@ -0,0 +1,4 @@
+---
+title: Allow API query to find projects with dots in their name
+merge_request:
+author: Bruno Melli