summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/variables/collection_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Do not raise when adding undefined variables resourceGrzegorz Bizon2019-03-021-0/+8
* Revert "Merge branch 'revert-8baf9e5f' into 'master'"Matija Čupić2019-02-271-2/+2
* Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' in...Kamil Trzciński2019-02-261-2/+2
* Add Maskable concern for CI variablesMatija Čupić2019-02-261-2/+2
* Enforce setting string as value of the CI/CD variableTomasz Maczukin2018-06-251-6/+6
* Integration variables collections with expressionsGrzegorz Bizon2018-03-231-1/+16
* Improve predefined variables collection methodsGrzegorz Bizon2018-03-141-0/+10
* Add more unit tests for variables collection classGrzegorz Bizon2018-03-131-0/+25
* Make predefined variables in a collection public by defaultGrzegorz Bizon2018-03-131-1/+1
* Extract variables collection item to a separate classGrzegorz Bizon2018-03-121-2/+3
* Make variables collection to runner mapping explicitGrzegorz Bizon2018-03-071-3/+3
* Fix hash syntax in variables collection classbackstage/gb/refactor-ci-cd-variables-collectionsGrzegorz Bizon2017-09-221-2/+2
* Introduce CI/CD variables collection classGrzegorz Bizon2017-09-221-0/+63