gitlab-org--gitlab-foss/app/controllers
Yorick Peterse cca61980d5
Track and act upon the number of executed queries
This ensures that we have more visibility in the number of SQL queries
that are executed in web requests. The current threshold is hardcoded to
100 as we will rarely (maybe once or twice) change it.

In production and development we use Sentry if enabled, in the test
environment we raise an error. This feature is also only enabled in
production/staging when running on GitLab.com as it's not very useful to
other users.
2018-02-01 17:00:46 +01:00
..
admin Track and act upon the number of executed queries 2018-02-01 17:00:46 +01:00
boards Track and act upon the number of executed queries 2018-02-01 17:00:46 +01:00
ci move lib/ci/gitlab_ci_yaml_processor.rb into lib/gitlab/ci/yaml_processor.rb 2017-09-12 22:32:02 +03:00
concerns Merge branch '30106-group-issues' into 'master' 2018-02-01 09:25:38 +00:00
dashboard Resolve "Display member role per project" 2017-12-07 09:11:41 +00:00
explore Resolve "Display member role per project" 2017-12-07 09:11:41 +00:00
google_api Improve redirect uri state and fix all remaining tests 2017-10-06 16:14:14 +02:00
groups Merge branch 'milestones-finder-order-fix' into 'security-10-3' 2018-01-16 17:04:38 -08:00
import Track and act upon the number of executed queries 2018-02-01 17:00:46 +01:00
oauth refactor code 2017-10-31 09:03:59 +01:00
profiles Fix new personal access token showing up in a flash message 2017-12-07 16:22:37 -06:00
projects Track and act upon the number of executed queries 2018-02-01 17:00:46 +01:00
sherlock
snippets Make sure NotesActions#noteable returns a Noteable in the update action 2017-11-16 15:12:23 +01:00
abuse_reports_controller.rb
application_controller.rb Return a blank JSON response for a missing .js file to prevent Rails CSRF errors 2018-01-23 22:24:30 -08:00
autocomplete_controller.rb Use UserSerializer instead of User.to_json 2017-12-19 15:45:08 -06:00
confirmations_controller.rb Fix Shows signin tab after new user email confirmation 2018-01-18 14:32:44 +01:00
dashboard_controller.rb Resolve "DashboardController#activity.json is slow due to SQL" 2017-11-06 16:52:56 +00:00
groups_controller.rb refactor groups controller to match EE 2018-01-31 16:23:15 +01:00
health_check_controller.rb
health_controller.rb Add a gRPC health check to ensure Gitaly is up 2018-01-24 15:47:27 -08:00
help_controller.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
ide_controller.rb Resolve "Decouple multi-file editor from file list" 2017-12-21 15:05:47 +00:00
invites_controller.rb Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
jwt_controller.rb Consistently use PersonalAccessToken instead of PersonalToken 2017-11-02 11:39:02 +01:00
koding_controller.rb
metrics_controller.rb Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
notification_settings_controller.rb
omniauth_callbacks_controller.rb Merge branch 'jej/fix-disabled-oauth-access-10-3' into 'security-10-3' 2018-01-16 17:05:01 -08:00
passwords_controller.rb Allow logged in user to change his password 2017-12-31 19:59:07 -05:00
profiles_controller.rb Move RSS and incoming email tokens from User Settings > Accounts to User Settings > Access Tokens 2017-11-02 11:39:03 +01:00
projects_controller.rb Track and act upon the number of executed queries 2018-02-01 17:00:46 +01:00
registrations_controller.rb Track and act upon the number of executed queries 2018-02-01 17:00:46 +01:00
root_controller.rb Detect n+1 issues involving Gitaly 2017-09-19 10:55:37 +00:00
search_controller.rb
sent_notifications_controller.rb
sessions_controller.rb Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
snippets_controller.rb Add support for markdown preview to group milestones 2017-10-11 20:03:19 +11:00
uploads_controller.rb
users_controller.rb Resolve "Display member role per project" 2017-12-07 09:11:41 +00:00