gitlab-org--gitlab-foss/app/controllers/admin
Alexis Reigel 022ee0c0c9
don't filter tags by taggable type
Due to performance reasons we cannot use the type filter on the tags.
The table for ActsAsTaggableOn is too big and too unoptimized, such that
the queries time out on production.

See the discussion
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19740#note_120087938
for more info.
2019-02-27 20:19:50 +01:00
..
abuse_reports_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
appearances_controller.rb Port EE System Header And Footer feature to CE 2019-02-21 17:55:51 +02:00
application_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
application_settings_controller.rb Fix deprecation: redirect_to :back is deprecated 2019-01-02 19:48:07 +01:00
applications_controller.rb Remove useless braces !22296 2018-10-18 17:46:03 +09:00
background_jobs_controller.rb Remove display of local Sidekiq process in /admin/sidekiq 2018-11-15 06:37:12 -08:00
broadcast_messages_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
dashboard_controller.rb Remove the ForkedProjectLink model 2018-10-19 11:57:20 +02:00
deploy_keys_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
gitaly_servers_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
groups_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
health_check_controller.rb Make Admin::HealthCheckController EE-compatible 2018-12-17 17:44:00 +01:00
hook_logs_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
hooks_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
identities_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
impersonation_tokens_controller.rb Display impersonation token value only after creation 2018-11-12 12:16:25 +01:00
impersonations_controller.rb Add config to disable impersonation 2018-11-29 09:37:16 +01:00
jobs_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
keys_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
labels_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
logs_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
projects_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
requests_profiles_controller.rb Fix requests profiler in admin page not rendering HTML properly 2019-01-09 23:09:43 -08:00
runner_projects_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
runners_controller.rb don't filter tags by taggable type 2019-02-27 20:19:50 +01:00
services_controller.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
spam_logs_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
system_info_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
users_controller.rb Make Admin::UsersController work with Ruby 2.6 2019-02-19 15:36:05 -08:00