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:
authorMario de la Ossa <mariodelaossa@gmail.com>2019-07-25 08:43:45 +0300
committerMario de la Ossa <mariodelaossa@gmail.com>2019-09-15 22:55:36 +0300
commit7213798ac048b50d4eae2a2382bedf228b48b1f0 (patch)
tree2c683e2e74729a189200ba453c2e077e8f058a21 /changelogs/unreleased
parent0bdee4c2f885462a55b67a798ec242321dfe67e3 (diff)
Allow negating terms in IssuableFinder64213-not_filtering
Add a `NOT` param that accepts most of the params we're used to and allows negation of them. Can be used alone or as part of a query to further filter the resultset. It has been enabled in the Issues API endpoints
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/64213-not_filtering.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/64213-not_filtering.yml b/changelogs/unreleased/64213-not_filtering.yml
new file mode 100644
index 00000000000..431363ae0b5
--- /dev/null
+++ b/changelogs/unreleased/64213-not_filtering.yml
@@ -0,0 +1,5 @@
+---
+title: Add not param to Issues API endpoint
+merge_request: 31134
+author:
+type: added