gitlab-org--gitlab-foss/app/controllers/import
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
..
base_controller.rb Create subgroups if they don't exist while importing projects 2017-04-05 10:09:31 +00:00
bitbucket_controller.rb Fix Error 500 when Bitbucket importer does not have authorization 2017-03-20 22:17:46 -07:00
fogbugz_controller.rb
gitea_controller.rb
github_controller.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
gitlab_controller.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
gitlab_projects_controller.rb Track and act upon the number of executed queries 2018-02-01 17:00:46 +01:00
google_code_controller.rb