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:
authorMartin Hanzel <mhanzel@gitlab.com>2019-06-10 22:15:14 +0300
committerMartin Hanzel <mhanzel@gitlab.com>2019-06-10 22:15:14 +0300
commitdc29536f3539428a54ffdfdbe2921ff4da1f2d4e (patch)
treed8b9e0cbf4a9dfe522c301b68f47bc9df004350d /changelogs/unreleased/ci-variable-conjunction.yml
parenteaac8810e6659964f60234c802ed44fa3da74d00 (diff)
parent502cbda11ba0c6d798b243ab6f489cd73c7bdeea (diff)
Merge branch 'master' into mh/mocks-docmh/mocks-doc
Diffstat (limited to 'changelogs/unreleased/ci-variable-conjunction.yml')
-rw-r--r--changelogs/unreleased/ci-variable-conjunction.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/ci-variable-conjunction.yml b/changelogs/unreleased/ci-variable-conjunction.yml
new file mode 100644
index 00000000000..839c4285f3a
--- /dev/null
+++ b/changelogs/unreleased/ci-variable-conjunction.yml
@@ -0,0 +1,5 @@
+---
+title: Add support for && and || to CI Pipeline Expressions. Change CI variable expression matching for Lexeme::Pattern to eagerly return tokens.
+merge_request: 27925
+author: Martin Manelli
+type: added