gitlab-org--gitlab-foss/app/controllers/admin
Stan Hu 00709a13a4 Fix /admin/jobs failing to load due to statement timeout
The `ORDER BY created_at DESC` clause causes a sequential scan because
there is no index on the `created_at` column. We can sort by `id`
or by `updated_at` to make things fast.

Closes #49767
2018-07-30 10:03:05 -07:00
..
abuse_reports_controller.rb
appearances_controller.rb
application_controller.rb
application_settings_controller.rb
applications_controller.rb
background_jobs_controller.rb
broadcast_messages_controller.rb
cohorts_controller.rb Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' into 'master'" 2018-07-27 13:12:35 +00:00
conversational_development_index_controller.rb Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' into 'master'" 2018-07-27 13:12:35 +00:00
dashboard_controller.rb
deploy_keys_controller.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
gitaly_servers_controller.rb
groups_controller.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
health_check_controller.rb
hook_logs_controller.rb
hooks_controller.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
identities_controller.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
impersonation_tokens_controller.rb
impersonations_controller.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
jobs_controller.rb Fix /admin/jobs failing to load due to statement timeout 2018-07-30 10:03:05 -07:00
keys_controller.rb
labels_controller.rb
logs_controller.rb
projects_controller.rb
requests_profiles_controller.rb
runner_projects_controller.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
runners_controller.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
services_controller.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
spam_logs_controller.rb
system_info_controller.rb
users_controller.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00