summaryrefslogtreecommitdiff
path: root/app/controllers/admin/runner_projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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