gitlab-org--gitlab-foss/app/controllers/admin
Yorick Peterse f0e7b5e7a3
Cleaned up CI runner administration code
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19625 some
changes were introduced that do not meet our abstraction reuse rules.
This commit cleans up some of these changes so the requirements are met.

Most notably, sorting of the runners in Admin::RunnersFinder has been
delegated to Ci::Runner.order_by, similar to how we order data in
models that include the Sortable module. If we need more sort orders in
the future we can include Sortable and have Ci::Runner.order_by call
`super` to delegate to Sortable.order_by.
2018-09-14 15:05:46 +02:00
..
abuse_reports_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
appearances_controller.rb
application_controller.rb
application_settings_controller.rb
applications_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
background_jobs_controller.rb
broadcast_messages_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
dashboard_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
deploy_keys_controller.rb
gitaly_servers_controller.rb
groups_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
health_check_controller.rb
hook_logs_controller.rb
hooks_controller.rb
identities_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
impersonation_tokens_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
impersonations_controller.rb
jobs_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
keys_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
labels_controller.rb
logs_controller.rb
projects_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
requests_profiles_controller.rb
runner_projects_controller.rb
runners_controller.rb Cleaned up CI runner administration code 2018-09-14 15:05:46 +02:00
services_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
spam_logs_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
system_info_controller.rb
users_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00