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:
authorBruno Melli <gmjskier@gmail.com>2016-12-21 05:17:40 +0300
committerBruno Melli <gmjskier@gmail.com>2017-01-15 09:13:39 +0300
commit322534aa946970ad0e930defc5576efe744ba6d5 (patch)
treebd2d8b08374f131652d307d622010b7b229316df /changelogs
parent92a91a880327877fe3ac1825a4c5b638333cf586 (diff)
Add a constraint on the query parameter to allow querying for projects with dots in their name.
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