gitlab-org--gitlab-foss/app/controllers/admin
Stan Hu e38938b332 Fix Error 500 viewing admin page due to statement timeouts
Uses PostgreSQL tuple estimates to provide a much faster yet approximate
count. See https://wiki.postgresql.org/wiki/Slow_Counting for more details.
We only use this fast method if the table has been analyzed or vacuumed
within the last hour.

Closes #46255
2018-05-16 08:27:48 -07:00
..
abuse_reports_controller.rb
appearances_controller.rb Backport changes in EE MR 4972: System Header and Footer 2018-04-02 14:27:12 +00:00
application_controller.rb Add read-only banner to all pages 2018-03-22 20:34:45 +01:00
application_settings_controller.rb Don't reset application settings oauth providers by mistake 2018-04-13 18:54:08 +03:00
applications_controller.rb fix typo 2017-11-02 14:33:56 +01:00
background_jobs_controller.rb
broadcast_messages_controller.rb Replace $.ajax in admin broadcast messages with axios 2018-02-05 14:59:48 +00:00
cohorts_controller.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
conversational_development_index_controller.rb
dashboard_controller.rb Fix Error 500 viewing admin page due to statement timeouts 2018-05-16 08:27:48 -07:00
deploy_keys_controller.rb Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'security-10-3' 2018-01-16 17:04:51 -08:00
gitaly_servers_controller.rb Gitaly Server info for admin panel 2018-01-31 08:54:45 +01:00
groups_controller.rb [Rails5] Rename sort methods to sort_by_attribute 2018-04-04 09:19:47 +00: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
hooks_controller.rb reference triggers.values for permitted parameters 2018-01-17 09:55:00 +01:00
identities_controller.rb
impersonation_tokens_controller.rb Remove impersonate token from flash scope 2018-03-02 10:10:39 +00:00
impersonations_controller.rb
jobs_controller.rb Add modal for stopping jobs in admin area 2018-01-18 10:05:40 +01:00
keys_controller.rb
labels_controller.rb Fix notification message when admin label was modified 2017-09-18 11:09:00 +02:00
logs_controller.rb Put loggers in before_action for easier overriding in EE 2017-09-06 15:25:51 +02:00
projects_controller.rb Present member collection at the controller level 2017-12-12 18:14:58 +01:00
requests_profiles_controller.rb
runner_projects_controller.rb
runners_controller.rb Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
services_controller.rb Track and act upon the number of executed queries 2018-02-01 17:00:46 +01:00
spam_logs_controller.rb
system_info_controller.rb
users_controller.rb [Rails5] Rename sort methods to sort_by_attribute 2018-04-04 09:19:47 +00:00