gitlab-org--gitlab-foss/config/initializers
Jan Provaznik 58d69d54c5 Add missing `:comment` attribute
In Rails 5 IndexDefinition contains also `:comment` attribute.
2018-06-10 09:50:32 +02:00
..
0_acts_as_taggable.rb
0_as_concern.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
0_inflections.rb
0_post_deployment_migrations.rb Port some non-EE-specific config/ changes to CE 2018-01-25 14:14:53 +01:00
01_secret_token.rb Upgrade to Ruby 2.4.4 2018-05-29 15:19:33 -07:00
1_settings.rb Rename worker to ArchiveTracesCronWorker 2018-06-06 20:18:32 +09:00
2_gitlab.rb Eliminate constants warnings by: 2018-06-01 13:46:46 +08:00
5_backend.rb
6_validations.rb Add "deny disk access" Gitaly feature (tripswitch) 2018-06-01 11:56:29 +00:00
7_prometheus_metrics.rb Disable the background Prometheus sampler in tests 2018-05-24 06:02:39 -07:00
7_redis.rb
8_gitaly.rb
8_metrics.rb Enable prometheus metrics by default 2018-05-07 08:46:23 +00:00
9_fast_gettext.rb Define custom base controller for Doorkeeper 2018-04-30 11:40:51 +02:00
active_record_array_type_casting.rb [Rails5] Update `type_cast_*_database` methods 2018-04-06 10:57:19 +00:00
active_record_avoid_type_casting_in_uniqueness_validator.rb [Rails5] Avoid type casting in uniqueness validator 2018-04-19 13:31:11 +11:00
active_record_data_types.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
active_record_locking.rb [Rails5] Update active_record_locking initializer 2018-03-18 12:19:25 +11:00
active_record_mysql_timestamp.rb
active_record_preloader.rb
active_record_schema_ignore_tables.rb Ignore temporary table in schema 2017-12-11 12:38:22 -08:00
active_record_table_definition.rb
additional_headers_interceptor.rb
application_controller_renderer.rb [Rails5] Update files by `rails app:update` 2018-03-22 09:37:57 +11:00
ar5_batching.rb [Rails5] Update ar5_batching initializer 2018-03-21 09:15:42 +11:00
ar5_pg_10_support.rb [Rails5] Update ar5_pg_10_support initializer 2018-03-21 09:21:33 +11:00
ar_native_database_types.rb Address review comments. 2018-03-16 13:35:27 +01:00
ar_speed_up_migration_checking.rb
asset_sync.rb Rename asset sync related AWS variables 2018-01-01 21:50:41 +05:30
attr_encrypted_no_db_connection.rb
backtrace_silencers.rb Include the ee/ directory in backtraces 2018-03-12 10:14:52 +00:00
batch_loader.rb
bootstrap_form.rb
bullet.rb
carrierwave.rb Port LFS direct_upload from EE 2018-03-27 10:32:48 +02:00
carrierwave_monkey_patch.rb Revise comments 2018-05-28 14:41:53 +09:00
chronic_duration.rb
connection_fix.rb
console_message.rb better handle a missing gitlab-shell version 2018-05-30 11:52:36 -05:00
cookies_serializer.rb
date_time_formats.rb Port some non-EE-specific config/ changes to CE 2018-01-25 14:14:53 +01:00
default_url_options.rb
deprecations.rb Conditionally add Gitaly deprecation warnings based on ENV variable 2018-05-17 10:35:34 -07:00
devise.rb OmniauthInitializer created to improve devise.rb 2018-03-20 17:39:52 +00:00
devise_password_length.rb.example
direct_upload_support.rb Update validator 2018-06-04 22:31:01 +02:00
disable_email_interceptor.rb 44790: Disable the action mailer base logging when emails are disabled 2018-06-03 12:37:16 +12:00
doorkeeper.rb Define custom base controller for Doorkeeper 2018-04-30 11:40:51 +02:00
doorkeeper_openid_connect.rb Add groups to OpenID Connect claims 2018-02-08 13:22:41 +01:00
email_template_interceptor.rb
etag_caching.rb
fix_local_cache_middleware.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
flipper.rb Ensure Flipper memoizer is used in Sidekiq's context 2018-05-18 12:25:54 +02:00
fog_google_https_private_urls.rb Merge branch '4879-support-private-https-urls-for-object-storage' into 'master' 2018-02-28 21:26:34 +01:00
forbid_sidekiq_in_transactions.rb Ensure we're using Rails, not Sidekiq::Rails 2018-05-04 15:58:18 +10:00
gettext_rails_i18n_patch.rb
gitlab_shell_secret_token.rb
gitlab_workhorse_secret.rb
go_get.rb
gollum.rb Fix finding wiki pages when they have invalidly-encoded content 2018-05-09 18:03:03 +02:00
grpc.rb
hamlit.rb
health_check.rb
kaminari_config.rb
kubeclient.rb Fix rubocop 2018-05-23 14:55:26 +01:00
lograge.rb Log response body to production_json.log when a controller responds with a 422 status 2018-06-06 13:16:15 -07: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
new_framework_defaults.rb [Rails5] Update files by `rails app:update` 2018-03-22 09:37:57 +11:00
omniauth.rb Introduce Gitlab::Auth.omniauth_setup_providers 2018-06-01 14:30:10 +08:00
pages.rb Add gitlab-pages admin ping rake task 2018-04-27 11:01:54 +00:00
peek.rb remove peek performance_bar 2018-04-26 09:03:30 +02:00
postgresql_cte.rb
postgresql_limit_fix.rb
postgresql_opclasses_support.rb Add missing `:comment` attribute 2018-06-10 09:50:32 +02:00
premailer.rb
query_limiting.rb Track and act upon the number of executed queries 2018-02-01 17:00:46 +01:00
rack_attack.rb.example
rack_attack_git_basic_auth.rb
rack_attack_global.rb Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5876 2018-05-29 15:25:43 +03:00
rack_attack_logging.rb
rack_lineprof.rb
relative_naming_ci_namespace.rb
relative_url.rb.sample
request_context.rb
request_profiler.rb
routing_draw.rb
rspec_profiling.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
sentry.rb Replace Gitlab::REVISION with Gitlab.revision and handle installations without a .git directory 2018-05-24 10:14:01 +02:00
server_uptime.rb
session_store.rb Display and revoke active sessions 2018-05-02 08:08:16 +00:00
sherlock.rb
sidekiq.rb Add support for Sidekiq JSON logging 2018-04-04 05:04:00 -07:00
smtp_settings.rb.sample
static_files.rb move dev server middleware to new namespace 2018-05-01 15:15:10 -05:00
time_zone.rb
trusted_proxies.rb [Rails5] Fix trusted proxies 2018-05-03 20:14:20 +11:00
warden.rb Only run session related Warden hooks for user scope 2018-05-07 11:36:52 +02:00
workhorse_multipart.rb
wrap_parameters.rb