summaryrefslogtreecommitdiff
path: root/app/controllers/admin/runners_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixed some untranslated stringsi18n-copLuke Bennett2019-01-311-4/+4
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Cleaned up CI runner administration codeYorick Peterse2018-09-141-2/+0
* Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon2018-09-141-5/+4
|\
| * rename variable from *_cnt to *_countAlexis Reigel2018-09-121-1/+1
| * add sort dropdown to admin runners pageAlexis Reigel2018-08-291-1/+3
| * extract filter/sort/paging logic to finder classAlexis Reigel2018-08-201-5/+1
| * add status filter to admin runners pageAlexis Reigel2018-08-201-0/+1
* | Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
|/
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Add sort runners on admin runnersTakuya Noguchi2017-10-041-1/+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
* Prefer service object over after_save hookLin Jen-Shin2017-01-211-3/+3
* Minor runner-related code refactoringsGrzegorz Bizon2016-05-191-9/+10
* Display validation errors when admin edits a runnerGrzegorz Bizon2016-05-191-10/+16
* Share form editable attributes mf runner via modelGrzegorz Bizon2016-05-101-1/+1
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-0/+63