summaryrefslogtreecommitdiff
path: root/app/controllers/projects/runner_projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil TrzciƄski2018-05-311-2/+1
* Inline runner_path and runners_path helpersDylan Griffith2018-05-071-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
* Use Ability to check pre-requisite. Change back to 403 because:Lin Jen-Shin2016-06-291-2/+1
* Use 409 to indicate that interface might be outdatedLin Jen-Shin2016-06-281-2/+2
* Fix typo. It's ivar and the column was called lockedLin Jen-Shin2016-06-151-1/+1
* Return the association and check it in controller instead:Lin Jen-Shin2016-06-141-1/+2
* Avoid enabling locked runners. Give 403 in this caseLin Jen-Shin2016-06-141-0/+1
* 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-0/+26