summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/pipeline/expression/lexeme/pattern_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Removing ci_variables_complex_expressions feature flag and deprecated code br...remove-complex-expressions-feature-flagdrew cimino2019-07-121-36/+0
* && and || operators for CI Pipeline expressions.drew cimino2019-06-041-13/+81
* Make CI refs matching to to use UntrustedRegexpKamil TrzciƄski2019-03-151-1/+1
* Simplify untrusted regexp factory methodGrzegorz Bizon2018-05-181-2/+2
* Add variables expression pattern validation supportGrzegorz Bizon2018-05-171-0/+7
* Add anti-corruption layer above expressions pattern matchingGrzegorz Bizon2018-05-171-0/+28
* Add support for pattern matching in variables expressionsGrzegorz Bizon2018-05-151-1/+0
* Reorganize exceptions in pipeline expressions moduleGrzegorz Bizon2018-05-151-1/+1
* Raise variables statement exception if pattern is invalidGrzegorz Bizon2018-05-141-2/+9
* Implement variables expression untrusted pattern lexemeGrzegorz Bizon2018-05-111-0/+55