summaryrefslogtreecommitdiff
path: root/spec/models/ci/variable_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-1/+1
* Bring scoped environment variables to coreHordur Freyr Yngvason2019-08-081-0/+1
* Implement support for CI variables of type fileKrasimir Angelov2019-05-061-1/+2
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Revert "Merge branch 'revert-8baf9e5f' into 'master'"Matija Čupić2019-02-271-0/+1
* Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' in...Kamil Trzciński2019-02-261-1/+0
* Add Maskable concern for CI variablesMatija Čupić2019-02-261-0/+1
* Include CI Variable Key in its uniqueness validation error message43275-improve-variables-validation-messageMatija Čupić2018-02-231-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Basic BE changeShinya Maeda2017-07-071-2/+1
* Backports for ee-2112Lin Jen-Shin2017-07-061-4/+0
* We no longer test the presence of the keyLin Jen-Shin2017-06-291-1/+0
* Merge remote-tracking branch 'upstream/master' into add-ci_variables-environm...Lin Jen-Shin2017-06-291-32/+1
|\
| * Improve small thingsfeature/sm/34314-add-hasvariable-concernShinya Maeda2017-06-281-1/+1
| * Remove PoC specShinya Maeda2017-06-281-34/+0
| * Add a test for checking validates :key does not override by concernShinya Maeda2017-06-281-0/+34
| * DecuplinShinya Maeda2017-06-281-39/+1
* | Add environment_scope column to ci_variables tableLin Jen-Shin2017-06-211-6/+8
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Make sure protected can't be null; Test protected!24196-protected-variablesLin Jen-Shin2017-06-011-2/+24
* Merge secret and protected vars to variables_for(ref)Lin Jen-Shin2017-05-271-0/+7
* Remove rails dependent: :destroy statementZ.J. van de Weg2017-05-111-1/+1
* All CI offline migrationsKamil Trzciński2017-03-171-1/+1
* Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-0/+7
* Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-121-1/+1
* Upgrade attr_encrypted and encryptorConnor Shea2016-05-301-1/+1
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-14/+0
* Annotate modelsStan Hu2016-01-061-1/+2
* Tag model specsDouwe Maan2015-12-091-1/+1
* Annotate modelsDmitriy Zaporozhets2015-11-131-1/+1
* Ensure raise_error expectations provide argumentsrs-fix-spec-warningsRobert Speicher2015-09-211-1/+2
* Fix commit specsDmitriy Zaporozhets2015-09-101-4/+4
* Refactor CI testsDmitriy Zaporozhets2015-09-091-0/+44