summaryrefslogtreecommitdiff
path: root/app/controllers/projects/runners_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Externalize strings in projects controllersMartin Wortschack2019-03-271-5/+5
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* keep cicd runner settings panel open after form submissionMike Greiling2018-08-071-3/+3
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Rename set_runner -> runner in runner controllersDylan Griffith2018-05-071-2/+2
* Share _form and show for project, instance and group runnersDylan Griffith2018-05-071-0/+1
* Inline runner_path and runners_path helpersDylan Griffith2018-05-071-6/+6
* Switch to using ProjectCiCdSetting for group_runners_enabled and remove Proje...Dylan Griffith2018-04-261-1/+1
* project#group_runner_enabled -> project_settingsAlexis Reigel2018-04-231-1/+1
* allow disabling/enabling group runners per projectAlexis Reigel2018-04-231-0/+6
* Add pause/resume button to specific project runnersMario de la Ossa2017-12-271-4/+4
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
* 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/+1
* Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-151-6/+2
|\
| * Fixed tests, renamed files and methodsJose Ivan Vargas2017-02-061-0/+4
| * Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas2017-02-061-5/+1
| * changed pipelines controller name to ci_cd_pipelinesJose Ivan Vargas2017-02-061-2/+2
| * Converted the views to partials that compose the menu item "pipelines"Jose Ivan Vargas2017-02-061-6/+2
* | Prefer service object over after_save hookLin Jen-Shin2017-01-211-3/+3
|/
* Rename according to:Lin Jen-Shin2016-06-201-3/+3
* Rename specific_for to available_for:Lin Jen-Shin2016-06-141-1/+1
* Introduced Ci::Runner.specific_for for getting specific runners:Lin Jen-Shin2016-06-091-2/+1
* Improve displaying validation messages for runnerGrzegorz Bizon2016-05-191-1/+0
* Add custom validator to runner modelGrzegorz Bizon2016-05-191-1/+2
* Share form editable attributes mf runner via modelGrzegorz Bizon2016-05-101-1/+1
* Make the CI permission model simplerKamil Trzcinski2016-02-021-1/+1
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-3/+3
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-5/+10
* Fix specific runner visibilityKamil Trzcinski2015-10-261-5/+4
* Show warning if build doesn't have runners with specified tags or runners did...Kamil Trzcinski2015-10-141-1/+1
* Move CI variables page to project settingsmove-variables-pageDmitriy Zaporozhets2015-09-281-4/+0
* Move runners page to project settingsDmitriy Zaporozhets2015-09-251-0/+69