gitlab-org--gitlab-foss/config/initializers
Yorick Peterse 9a20ff1c99
Added Gitlab::Database.config
This returns the ActiveRecord configuration for the current environment.

While CE doesn't use this very often, EE will use it in a few places for
the database load balancing code. I'm adding this to CE so we don't end
up with merge conflicts in this file.
2017-03-17 17:08:10 +01:00
..
0_inflections.rb Execute inflections initializer earlier 2017-03-10 17:02:43 -03:00
0_post_deployment_migrations.rb
1_settings.rb Merge branch 'pages-multiple-ips-doc' into 'master' 2017-03-16 18:38:55 +00:00
2_app.rb
5_backend.rb Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/ 2017-01-27 16:16:55 +01:00
6_validations.rb Improve storage validation after configuration structure update 2017-03-08 15:51:30 -03:00
7_redis.rb
8_gitaly.rb Add internal endpoint to notify post-receive to Gitaly 2017-03-01 18:46:59 -03:00
8_metrics.rb Merge branch '29389-fix-already-initialized-constants' into 'master' 2017-03-14 15:07:51 +00:00
active_record_query_trace.rb
acts_as_taggable.rb Disable unused tags count cache for Projects, Builds and Runners 2017-02-23 12:36:23 +01:00
additional_headers_interceptor.rb Set `Auto-Submitted: auto-generated` header to emails 2017-02-15 23:15:48 +05:00
ar5_batching.rb
ar_monkey_patch.rb
ar_speed_up_migration_checking.rb
attr_encrypted_no_db_connection.rb
backtrace_silencers.rb
bullet.rb
carrierwave.rb
chronic_duration.rb
connection_fix.rb
cookies_serializer.rb
date_time_formats.rb
default_url_options.rb
devise.rb Enable Style/SpaceInsideBrackets 2017-02-23 09:31:56 -06:00
devise_password_length.rb.example
disable_email_interceptor.rb
doorkeeper.rb Add specs for Doorkeeper resource_owner_authenticator 2017-03-07 15:08:15 +01:00
doorkeeper_openid_connect.rb Implement OpenID Connect identity provider 2017-03-07 14:54:35 +01:00
email_template_interceptor.rb
etag_caching.rb Add middleware for ETag caching with Redis 2017-03-01 16:48:01 +01:00
fix_local_cache_middleware.rb Try out the monkey patch to fix the middleware 2017-03-11 01:25:02 +08:00
gitlab_shell_secret_token.rb
gitlab_workhorse_secret.rb
go_get.rb
gollum.rb Enable Style/MutableConstant 2017-02-23 09:31:56 -06:00
hamlit.rb
health_check.rb Enable Style/WordArray 2017-02-23 09:32:41 -06:00
kaminari_config.rb
math_lexer.rb
mime_types.rb
mysql_ignore_postgresql_options.rb No more and/or 2017-02-21 16:31:14 -06:00
omniauth.rb Remove explicit `require` calls, and use `require_dependency` when needed 2017-03-13 14:29:55 +01:00
plantuml_lexer.rb PlantUML support for Markdown 2017-02-03 08:49:48 +09:00
postgresql_limit_fix.rb
postgresql_opclasses_support.rb
premailer.rb
rack_attack.rb.example
rack_attack_git_basic_auth.rb
rack_attack_logging.rb
rack_lineprof.rb No more and/or 2017-02-21 16:31:14 -06:00
relative_naming_ci_namespace.rb
relative_url.rb.sample
request_context.rb Allow limiting logging in users from too many different IPs. 2017-03-06 15:41:24 +01:00
request_profiler.rb Don't require lib/gitlab/request_profiler/middleware.rb in config/initializers/request_profiler.rb 2017-02-02 17:22:10 +01:00
routing_draw.rb
rspec_profiling.rb Futher rename the CI variables 2017-03-16 08:49:01 +01:00
secret_token.rb Implement OpenID Connect identity provider 2017-03-07 14:54:35 +01:00
sentry.rb
session_store.rb
sherlock.rb
sidekiq.rb Added Gitlab::Database.config 2017-03-17 17:08:10 +01:00
smtp_settings.rb.sample
static_files.rb DRY with Gitlab.config.webpack.dev_server references 2017-02-02 14:07:33 -06:00
time_zone.rb
trusted_proxies.rb Enable Style/SpaceInsideBrackets 2017-02-23 09:31:56 -06:00
warden.rb Make Warden set_user hook validate user ip uniquness 2017-03-06 15:41:25 +01:00
workhorse_multipart.rb Enable Style/MutableConstant 2017-02-23 09:31:56 -06:00
wrap_parameters.rb