diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2019-04-19 13:17:42 +0200 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2019-04-23 14:19:06 +0200 |
commit | 8fa1ab4c334c2f09474364d2f3108633a55f79aa (patch) | |
tree | fcbd17bebf43ccb596503be68cedb82c4fef2fe8 /changelogs | |
parent | a59b97d74bb5ea81f1ae99e2bce7d7d75dad53cc (diff) | |
download | gitlab-ce-8fa1ab4c334c2f09474364d2f3108633a55f79aa.tar.gz |
Support negative matches
This adds support for != and !~ operators
giving more flexibility in comparing values
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/support-negative-matches.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/support-negative-matches.yml b/changelogs/unreleased/support-negative-matches.yml new file mode 100644 index 00000000000..8d3f2d3cbae --- /dev/null +++ b/changelogs/unreleased/support-negative-matches.yml @@ -0,0 +1,5 @@ +--- +title: Support negative matches +merge_request: +author: +type: added |