summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/variables
Commit message (Expand)AuthorAgeFilesLines
* Allow to store null variablesfix-null-variablesKamil Trzciński2018-11-231-2/+2
* Improve variables supportimprove-variables-supportKamil Trzciński2018-11-191-2/+2
* Enable frozen string for lib/gitlab/ci/**/*.rbgfyoung2018-10-302-0/+4
* Fix passing a hash with string keys when fabricating a variableGrzegorz Bizon2018-07-191-1/+1
* Enforce setting string as value of the CI/CD variableTomasz Maczukin2018-06-251-0/+3
* Fix file-specific variables collection item optionGrzegorz Bizon2018-04-111-5/+2
* Integration variables collections with expressionsGrzegorz Bizon2018-03-232-3/+9
* Improve predefined variables collection methodsGrzegorz Bizon2018-03-141-2/+2
* Add more unit tests for variables collection classGrzegorz Bizon2018-03-131-1/+0
* Improve how we handle persistent runner variablesGrzegorz Bizon2018-03-131-10/+2
* Make predefined variables in a collection public by defaultGrzegorz Bizon2018-03-131-1/+1
* DRY project-level predefined variablesGrzegorz Bizon2018-03-131-0/+6
* Add TODOs to refactoried variables collections codeGrzegorz Bizon2018-03-122-0/+5
* Use variables collection as build predefined variablesGrzegorz Bizon2018-03-122-2/+8
* Extract variables collection item to a separate classGrzegorz Bizon2018-03-122-31/+48
* Document runner's expecations regarding variable collectionGrzegorz Bizon2018-03-121-6/+11
* Make variables collection to runner mapping explicitGrzegorz Bizon2018-03-071-3/+1
* Introduce CI/CD variables collection classGrzegorz Bizon2017-09-221-0/+60