summaryrefslogtreecommitdiff
path: root/app/controllers/projects/variables_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the CI permission model simplerKamil Trzcinski2016-02-021-1/+1
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-1/+1
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-5/+2
* Move CI variables page to project settingsmove-variables-pageDmitriy Zaporozhets2015-09-281-0/+25