summaryrefslogtreecommitdiff
path: root/spec/features/variables_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-071-8/+8
|\
| * Fix to Variable was successfully createdShinya Maeda2017-07-071-3/+3
| |
| * Basic BE changeShinya Maeda2017-07-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Basic BE change Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Implement CURD Rename codes related to VariableGroup and VariableProject FE part Remove unneccesary changes Make Fe code up-to-date Add protected flag to migration file Protected group variables essential package Update schema Improve doc Fix logic and spec for models Fix logic and spec for controllers Fix logic and spec for views(pre feature) Add feature spec Fixed bugs. placeholder. reveal button. doc. Add changelog Remove unnecessary comment godfat nice catches Improve secret_variables_for arctecture Fix spec Fix StaticAnlysys & path_regex spec Revert "Improve secret_variables_for arctecture" This reverts commit c3216ca212322ecf6ca534cb12ce75811a4e77f1. Use ayufan suggestion for secret_variables_for Use find instead of find_by Fix spec message for variable is invalid Fix spec remove variable.group_id = group.id godffat spec nitpicks Use include Gitlab::Routing.url_helpers for presenter spec
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
| |
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-1/+1
| |
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|/
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Make sure we're loading the fresh variablesLin Jen-Shin2017-06-011-4/+4
| | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11688#note_31186872
* Fix tests and rubocop offenseLin Jen-Shin2017-05-251-2/+2
|
* Frontend implementation, tests, and changelogLin Jen-Shin2017-05-251-1/+43
|
* Use `:empty_project` where possible in top-level feature specsrs-empty-project-featuresRobert Speicher2017-04-201-1/+1
|
* Fix specslnovy/gitlab-ce-empty-variablesRémy Coutable2017-02-211-17/+11
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* UI: Allow a project variable to be set to an empty valueLukáš Nový2017-02-211-7/+37
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fixed tests, renamed files and methodsJose Ivan Vargas2017-02-061-1/+1
|
* Add spec for hiding variables and remove the need for ES6 SymbolStan Hu2016-11-241-0/+25
|
* Updated testsPhil Hughes2016-08-131-0/+1
|
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-4/+4
|
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
| | | | Also removes the note from the development/testing.md guide
* Updated project variable testsPhil Hughes2016-05-161-16/+45
|
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-1/+1
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-5/+4
|
* Move CI variables page to project settingsmove-variables-pageDmitriy Zaporozhets2015-09-281-0/+25
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>