gitlab-org--gitlab-foss/config/initializers
Jan Provaznik e00b815efe Fix index for mysql adapter
* similar to rails 5 it assures that index length is set for blob
  columns also in rails 4
* it also ignores multiple definitions of indexes for mysql, for some
  tables we define multiple indexes on the same set of columns, but with
  different parameters (opclasses, where), these are not supported by
  mysql adapter so the second definition of index is skipped
2018-11-14 12:38:30 +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
1_settings.rb Make GitLab pages support access control 2018-10-05 13:41:11 +00:00
2_gitlab.rb
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_gitaly.rb
8_metrics.rb Merge branch 'sh-fix-generators-not-always-working' into 'master' 2018-11-01 22:51:31 +00:00
9_fast_gettext.rb
action_mailer_hooks.rb Implement action mailer delivery metrics observer 2018-07-16 13:40:55 +02:00
active_record_array_type_casting.rb
active_record_avoid_type_casting_in_uniqueness_validator.rb Fix rails 5 deprecation warnings 2018-09-11 18:14:37 +02:00
active_record_data_types.rb Mysql fixes for Rails 5 2018-06-21 22:06:50 +02:00
active_record_lifecycle.rb Add experimental support for Puma 2018-10-25 17:50:15 +01:00
active_record_locking.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08: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
application_controller_renderer.rb
ar5_batching.rb
ar5_pg_10_support.rb
ar_native_database_types.rb
ar_speed_up_migration_checking.rb
attr_encrypted_no_db_connection.rb
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
carrierwave_patch.rb Fix attachments not displaying inline with Google Cloud Storage 2018-09-05 17:01:54 -07:00
chronic_duration.rb
connection_fix.rb
console_message.rb
cookies_serializer.rb
date_time_formats.rb
default_url_options.rb
deprecations.rb
devise.rb Fix grammar (setup to set-up) in code comments, spec, views, etc. 2018-09-17 09:17:33 +00:00
devise_password_length.rb.example
direct_upload_support.rb
doorkeeper.rb Enabling Doorkeeper reuse_access_token option 2018-06-29 09:40:41 +00:00
doorkeeper_openid_connect.rb Don't hash user ID in OIDC subject claim 2018-06-28 15:31:47 +02: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
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
grpc.rb
hamlit.rb
health_check.rb
hipchat_client_patch.rb Prevent SSRF attacks in HipChat integration 2018-10-02 23:04:37 -04:00
kaminari_config.rb
kubeclient.rb Monkey kubeclient to not follow any redirects. 2018-10-26 09:47:00 -05:00
lograge.rb Add User-Agent to production_json.log 2018-09-05 14:43:09 -07:00
macos.rb Add experimental support for Puma 2018-10-25 17:50:15 +01:00
mime_types.rb
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 Fix index for mysql adapter 2018-11-14 12:38:30 +01:00
new_framework_defaults.rb
omniauth.rb Disable SAML if OmniAuth is disabled 2018-07-20 18:54:46 +08:00
pages.rb
peek.rb Remove peek-sidekiq 2018-09-12 10:13:19 +02:00
postgresql_cte.rb
postgresql_limit_fix.rb
postgresql_opclasses_support.rb Fix undefined format_options method in SchemaDumper for MySQL db 2018-09-26 12:03:42 +03:00
premailer.rb
query_limiting.rb
rack_attack.rb.example
rack_attack_git_basic_auth.rb
rack_attack_global.rb
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
sentry.rb
server_uptime.rb
session_store.rb
sherlock.rb
sidekiq.rb Add experimental support for Puma 2018-10-25 17:50:15 +01:00
smtp_settings.rb.sample
static_files.rb Fix rails 5 deprecation warnings 2018-09-11 18:14:37 +02:00
time_zone.rb
trusted_proxies.rb
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