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 allow uploading favicon in appearance settings 2018-06-05 16:20:18 +02:00
application_controller.rb Add read-only banner to all pages 2018-03-22 20:34:45 +01:00
application_settings_controller.rb Ask user explicitly about usage stats agreement 2018-09-07 14:32:28 +00:00
applications_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
background_jobs_controller.rb Handle parsing OpenBSD ps output properly to display sidekiq 2017-03-31 09:45:46 +02:00
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 Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
gitaly_servers_controller.rb Gitaly Server info for admin panel 2018-01-31 08:54:45 +01:00
groups_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
health_check_controller.rb Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
hook_logs_controller.rb Wrong data type when testing webhooks 2017-07-20 15:12:06 +00:00
hooks_controller.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
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 Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
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 Fix notification message when admin label was modified 2017-09-18 11:09:00 +02:00
logs_controller.rb Move project services log to a separate file 2018-09-06 14:48:31 -03:00
projects_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
requests_profiles_controller.rb Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
runner_projects_controller.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
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 Enable Style/MutableConstant 2017-02-23 09:31:56 -06:00
users_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00