gitlab-org--gitlab-foss/config/initializers
Sean McGivern 179676aecb Include all queries in the performance bar summary
Rails 5.1's `exec_no_cache` doesn't call `async_exec` any more, but
`exec_params`: https://github.com/rails/rails/pull/33188

This means that the DB summary in the performance bar was wrong. The
individual query details were still correct (we subscribe to
ActiveRecord events for those).

We can remove this once the upstream PR to peek-pg is in a release and
we update to use that release.
2019-05-03 12:32:48 +01:00
..
0_acts_as_taggable.rb
0_as_concern.rb Properly implement prepending for Concern 2018-09-11 18:45:49 +08:00
0_inflections.rb
0_post_deployment_migrations.rb Ensure the schema is loaded with post_migrations included 2018-09-11 18:41:14 -07:00
01_secret_token.rb Upgrade to Ruby 2.4.4 2018-05-29 15:19:33 -07:00
1_settings.rb Allow Sentry client-side DSN to be passed on gitlab.yml 2019-05-01 15:23:11 -03:00
2_gitlab.rb Eliminate constants warnings by: 2018-06-01 13:46:46 +08:00
5_backend.rb
6_validations.rb Migrate storage nesting check to Gitaly 2018-06-27 16:20:03 +00:00
7_prometheus_metrics.rb Add experimental support for Puma 2018-10-25 17:50:15 +01:00
7_redis.rb
8_devise.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
8_gitaly.rb
9_fast_gettext.rb
action_dispatch_http_mime_negotiation.rb Disable format determination based on path extension 2018-12-03 12:29:02 +01:00
action_mailer_hooks.rb Implement action mailer delivery metrics observer 2018-07-16 13:40:55 +02:00
active_record_build_select.rb Fix project auto dev ops failure 2019-04-23 08:31:23 +08:00
active_record_data_types.rb Remove rails 4 support in CI, Gemfiles, bin/ and config/ 2018-12-14 19:36:22 +01:00
active_record_lifecycle.rb Add experimental support for Puma 2018-10-25 17:50:15 +01:00
active_record_migration.rb Use data_source_exists? instead of table_exists? 2018-06-14 08:39:43 +02:00
active_record_mysql_timestamp.rb
active_record_preloader.rb
active_record_schema_ignore_tables.rb
active_record_table_definition.rb Rails5 MySQL fix rename_column as part of cleanup_concurrent_column_type_change 2018-07-09 23:27:06 +02:00
active_record_verbose_query_logs.rb Rails5: Enable verbose query logs 2018-08-16 08:25:06 +02:00
ar_mysql_jsonb_support.rb Add config_options|variables to BuildMetadata 2019-01-04 16:38:17 +01:00
ar_native_database_types.rb Upgrade Rails to 5.1.6.1 2019-04-23 08:31:23 +08:00
ar_speed_up_migration_checking.rb
attr_encrypted_no_db_connection.rb Correctly handle data-loss scenarios when encrypting columns 2018-11-27 18:24:18 +00:00
backtrace_silencers.rb
batch_loader.rb
bootstrap_form.rb Replace label-light with label-bold. Because it's bold, not light 2018-07-19 17:11:31 -05:00
bullet.rb
chronic_duration.rb
connection_fix.rb
console_message.rb Add helper method to return a human-friendly name for database adapter 2019-03-21 19:03:26 -03:00
cookies_serializer.rb
correlation_id.rb Log and pass correlation-id between Unicorn, Sidekiq and Gitaly 2018-12-06 20:46:14 +01:00
date_time_formats.rb
default_url_options.rb
deprecations.rb
devise_password_length.rb.example
direct_upload_support.rb Update validator 2018-06-04 22:31:01 +02:00
doorkeeper.rb Merge branch 'security-fix-uri-xss-applications' into 'master' 2018-11-28 19:14:15 -05:00
doorkeeper_openid_connect.rb Fix #44332 - Add support for profile and email 2019-02-06 16:48:36 +00:00
etag_caching.rb
fill_shards.rb Fix syntax error in initializers/fill_shards 2018-11-07 17:25:29 +00:00
fix_local_cache_middleware.rb
flipper.rb Ensure Flipper memoizer is used in Sidekiq's context 2018-05-18 12:25:54 +02:00
fog_core_patch.rb Fix double space before comment 2019-03-01 09:28:37 +00:00
fog_google_https_private_urls.rb Fix attachments not displaying inline with Google Cloud Storage 2018-09-05 17:01:54 -07:00
forbid_sidekiq_in_transactions.rb
gettext_rails_i18n_patch.rb Frontend: Proper gettext extraction with gettext-extractor 2018-08-16 19:03:57 +00:00
gitlab_shell_secret_token.rb
gitlab_workhorse_secret.rb
go_get.rb
graphql.rb GraphQL Type authorization 2019-04-03 14:36:33 +13:00
grpc.rb
hamlit.rb
health_check.rb
hipchat_client_patch.rb Add frozen_string_literal to HipChat files 2019-04-10 12:58:18 +01:00
jira.rb Load 'Gitlab::Jira::Middleware' if it exists 2019-04-01 08:55:52 +00:00
kaminari_active_record_relation_methods_with_limit.rb [API] Omit X-Total{,-Pages} when count > 10k 2019-01-22 18:13:04 +01:00
kaminari_config.rb
lograge.rb Migrate correlation and tracing code to LabKit 2019-04-18 09:57:16 +02:00
macos.rb Add experimental support for Puma 2018-10-25 17:50:15 +01:00
mime_types.rb register ico mime type 2018-06-05 16:20:20 +02:00
mini_magick.rb force minimagick to use graphicsmagick 2018-06-05 16:20:22 +02:00
mysql_ignore_postgresql_options.rb
mysql_set_length_for_binary_indexes.rb Remove rails 4 support in CI, Gemfiles, bin/ and config/ 2018-12-14 19:36:22 +01:00
new_framework_defaults.rb Actually set raise_on_unfiltered_parameters to true 2019-01-16 22:36:01 +01:00
omniauth.rb Disable SAML if OmniAuth is disabled 2018-07-20 18:54:46 +08:00
pages.rb
peek.rb Include all queries in the performance bar summary 2019-05-03 12:32:48 +01:00
postgresql_cte.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
postgresql_limit_fix.rb
postgresql_opclasses_support.rb Upgrade Rails to 5.1.6.1 2019-04-23 08:31:23 +08:00
premailer.rb Prevent premailer from converting HTML entities 2019-04-04 15:02:00 +08:00
query_limiting.rb
rack_attack.rb.example
rack_attack_git_basic_auth.rb
rack_attack_global.rb Merge branch 'security-fix-pat-web-access' into 'master' 2018-11-28 19:13:59 -05:00
rack_attack_logging.rb
rack_lineprof.rb
rbtrace.rb Add experimental support for Puma 2018-10-25 17:50:15 +01:00
relative_naming_ci_namespace.rb
relative_url.rb.sample
request_context.rb
request_profiler.rb
routing_draw.rb Put EE routes in EE files under EE directories 2018-10-26 14:27:05 +08:00
rspec_profiling.rb Batch insert CI rspec_profiling data 2019-03-12 09:51:37 +00:00
sentry.rb feat: allow Sentry configuration to be passed on gitlab.yml 2019-04-30 18:10:57 +02:00
server_uptime.rb
session_store.rb
sherlock.rb
sidekiq.rb Fix Sidekiq initializer file 2019-04-25 21:13:52 +03:00
smtp_settings.rb.sample
sprockets_base_file_digest_key.rb Monkey-patch Sprockets to prevent cache ballooning 2019-02-05 13:38:52 +01:00
static_files.rb Remove rails 4 support in CI, Gemfiles, bin/ and config/ 2018-12-14 19:36:22 +01:00
time_zone.rb
tracing.rb Migrate correlation and tracing code to LabKit 2019-04-18 09:57:16 +02:00
trusted_proxies.rb Run rubocop -a 2019-03-13 13:42:43 +00:00
warden.rb Guard against a login attempt with invalid CSRF token 2018-09-26 12:20:43 -07:00
workhorse_multipart.rb
wrap_parameters.rb
zz_metrics.rb Disable method instrumentation for diffs 2019-04-10 12:06:07 -07:00