summaryrefslogtreecommitdiff
path: root/app/controllers/admin/runner_projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil TrzciƄski2018-05-311-3/+1
* 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
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
* Allow admins to assign locked runners:Lin Jen-Shin2016-06-281-2/+0
* Admin should be able to turn shared runners into specific ones:Lin Jen-Shin2016-06-281-1/+1
* Admin::RunnerProjectsController#index is not usedremove-admin-runner-projectsLin Jen-Shin2016-06-171-5/+0
* Fix typo. It's ivar and the column was called lockedLin Jen-Shin2016-06-161-1/+1
* Return the association and check it in controller instead:Lin Jen-Shin2016-06-141-1/+3
* Avoid enabling locked runners. Give 403 in this caseLin Jen-Shin2016-06-141-0/+2
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-2/+2
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-0/+35