summaryrefslogtreecommitdiff
path: root/app/controllers/projects/variables_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-0/+2
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+6
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+2
* Bring scoped environment variables to coreHordur Freyr Yngvason2019-08-081-1/+1
* Implement support for CI variables of type fileKrasimir Angelov2019-05-061-1/+1
* Add control for variable value maskingmfluharty2019-03-291-1/+1
* Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"Kamil Trzciński2019-03-271-1/+1
* Scaffold UI elements for minimal versionMiranda Fluharty2019-03-271-1/+1
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Make Variable key not secret43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-nameMatija Čupić2018-03-221-1/+1
* Alias secret_key and secret_value to key and valueMatija Čupić2018-03-171-6/+1
* Use secret_key and secret_value in Variables controllerMatija Čupić2018-03-161-2/+7
* Fix static_analysis failurece-39118-dynamic-pipeline-variables-feMatija Čupić2018-02-061-2/+10
* Switch emphasis from controller format to updateMatija Čupić2018-02-051-7/+7
* Remove usage of VariablePresenter in controllerMatija Čupić2018-02-051-8/+2
* Add VariableSerializer for Ci::VariableMatija Čupić2018-02-051-2/+2
* Return all variables after UPDATEMatija Čupić2018-02-051-1/+6
* Use `resource` in Project Variables routing schemeMatija Čupić2018-02-051-1/+12
* Format validation errors as human readable messagesMatija Čupić2018-02-051-1/+1
* Pass validation errors in JSON endpointMatija Čupić2018-02-051-1/+1
* Remove redundant routes in VariablesControllerMatija Čupić2018-02-051-51/+0
* Use nested attributes for updating multiple variablesMatija Čupić2018-02-051-21/+3
* Add destroy functionality to save_multipleMatija Čupić2018-02-051-2/+9
* Move variable loading into before_actionMatija Čupić2018-02-051-12/+12
* Refactor VariablesController#save_multipleMatija Čupić2018-02-051-9/+13
* Implement multiple variable handling actionMatija Čupić2018-02-051-1/+18
* Stub multiple variable controller methodMatija Čupić2018-02-051-0/+4
* Use variable_params && variable_params_attributes in project variables_contro...Shinya Maeda2017-07-071-4/+8
* Use new project_variables_path in this MRShinya Maeda2017-07-071-3/+3
* gb nice catchesShinya Maeda2017-07-071-5/+5
* Adopt project_variable_path instead of namespace_project_variable_path. (Reso...Shinya Maeda2017-07-071-2/+2
* ayufan nice catchesShinya Maeda2017-07-071-7/+11
* Fix variables_controller.rb and formatShinya Maeda2017-07-071-6/+8
* Basic BE changeShinya Maeda2017-07-071-18/+15
* Backports for ee-2112Lin Jen-Shin2017-07-061-6/+9
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+3
* Frontend implementation, tests, and changelogLin Jen-Shin2017-05-251-1/+2
* Updated the #create action to render the show view in case of a form errorJose Ivan Vargas2017-02-061-2/+2
* Improved code styling on the variables_controller_specJose Ivan Vargas2017-02-061-3/+2
* Added tests for the variables controller #update actionJose Ivan Vargas2017-02-061-2/+3
* Modified redirection logic in the variables cont.Jose Ivan Vargas2017-02-061-2/+3
* Added redirections to the index actions for the variables and triggers contro...Jose Ivan Vargas2017-02-061-0/+4
* Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas2017-02-061-7/+3
* changed pipelines controller name to ci_cd_pipelinesJose Ivan Vargas2017-02-061-4/+4
* Converted the views to partials that compose the menu item "pipelines"Jose Ivan Vargas2017-02-061-4/+4
* Project variables UIPhil Hughes2016-05-161-3/+27