gitlab-org--gitlab-foss/config/initializers
Grzegorz Bizon 0430b76441 Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
..
0_acts_as_taggable.rb Fix Counter Cache not being disabled for acts-on-taggable 2017-05-26 11:08:18 +02:00
0_inflections.rb Add system_note_metadata model 2017-03-28 13:58:35 +02:00
0_post_deployment_migrations.rb Support for post deployment migrations 2016-10-31 12:54:48 +01:00
1_settings.rb Sync email address from specified omniauth provider 2017-06-07 11:13:57 -04: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 Initialize Redis pool in single-threaded context 2016-09-30 12:27:43 +02:00
8_gitaly.rb Don't reuse gRPC channels 2017-05-15 10:52:33 +02:00
8_metrics.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
active_record_data_types.rb Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' 2017-06-13 22:44:13 +11:00
active_record_locking.rb Do not try to preload Commits when using Note.includes(:noteable) 2017-05-31 11:12:26 -05:00
active_record_preloader.rb Do not try to preload Commits when using Note.includes(:noteable) 2017-05-31 11:12:26 -05:00
active_record_table_definition.rb Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' 2017-06-13 22:44:13 +11:00
additional_headers_interceptor.rb Set `Auto-Submitted: auto-generated` header to emails 2017-02-15 23:15:48 +05:00
ar5_batching.rb Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
ar_speed_up_migration_checking.rb Make `ActiveRecord::Migrator` idempotent again in test env 2017-05-29 14:09:24 +02:00
attr_encrypted_no_db_connection.rb Use `Module#prepend` instead of `alias_method_chain` 2016-09-30 07:08:25 -03:00
backtrace_silencers.rb
bullet.rb Enable the `bullet_logger` setting; enable `raise` in test environment 2017-04-03 17:15:09 -04:00
carrierwave.rb Update Carrierwave and fog-core 2017-05-01 20:15:16 +00:00
chronic_duration.rb
connection_fix.rb Update warn message for MySQL fix 2016-09-28 23:48:32 +00:00
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 Use relative paths for group/project/user avatars 2017-05-10 15:26:17 +11:00
email_template_interceptor.rb Add new configuration setting to enable/disable HTML emails. 2016-11-28 17:00:03 -05:00
etag_caching.rb Add middleware for ETag caching with Redis 2017-03-01 16:48:01 +01:00
fast_gettext.rb Bugfix: Always use the default language when generating emails. 2017-05-25 10:22:45 -05:00
fix_local_cache_middleware.rb Try out the monkey patch to fix the middleware 2017-03-11 01:25:02 +08:00
forbid_sidekiq_in_transactions.rb Fix keys seed 2017-06-02 12:37:57 -05:00
gettext_rails_i18n_patch.rb Fix Rubocop complains. 2017-05-02 13:14:11 -05:00
gitlab_shell_secret_token.rb Load Github::Shell's secret token from file on initialization instead of every request. 2016-10-06 11:22:37 -04:00
gitlab_workhorse_secret.rb Verify JWT messages from gitlab-workhorse 2016-09-05 15:05:31 +02:00
go_get.rb
gollum.rb Enable Style/MutableConstant 2017-02-23 09:31:56 -06:00
hamlit.rb Enable the Style/TrailingCommaInArguments cop 2017-05-10 18:25:45 +02:00
health_check.rb Enable Style/WordArray 2017-02-23 09:32:41 -06:00
kaminari_config.rb
math_lexer.rb Render math in Asciidoc and Markdown with KaTeX using code blocks 2016-12-14 16:50:54 +00:00
mime_types.rb No need for this variable. 2016-09-12 14:23:32 -06:00
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
peek.rb Ensure peek-performance_bar doesn't break existing functionalities 2017-06-09 17:21:39 +02:00
plantuml_lexer.rb PlantUML support for Markdown 2017-02-03 08:49:48 +09:00
postgresql_cte.rb Use CTEs for nested groups and authorizations 2017-05-17 16:51:08 +02:00
postgresql_limit_fix.rb Use `Module#prepend` instead of `alias_method_chain` 2016-09-30 07:08:25 -03:00
postgresql_opclasses_support.rb
premailer.rb
rack_attack.rb.example Import from Github using Personal Access Tokens. 2016-06-30 18:48:17 +02:00
rack_attack_git_basic_auth.rb
rack_attack_logging.rb Add logging for rack attack events 2016-11-18 15:05:22 -05:00
rack_lineprof.rb No more and/or 2017-02-21 16:31:14 -06:00
relative_naming_ci_namespace.rb Rename BuildsController to JobsController 2017-05-17 20:17:30 +08:00
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 Refactor project routing 2016-11-07 17:14:34 +02:00
rspec_profiling.rb Enable RSpec profiling only if RSPEC_PROFILING_POSTGRES_URL is not empty 2017-05-19 12:15:49 +02:00
rugged_use_gitlab_git_attributes.rb Speed up used languages calculation on charts page 2017-06-16 11:14:41 +01:00
secret_token.rb Implement OpenID Connect identity provider 2017-03-07 14:54:35 +01:00
sentry.rb Merge branch 'rs-filter-authentication_token' into 'security' 2016-12-08 21:23:09 -03:00
server_uptime.rb 31616-add-uptime-of-gitlab-instance-in-admin-area 2017-05-29 15:46:25 -05:00
session_store.rb Update session cookie key name to be unique to instance in development 2017-06-01 08:27:40 -05:00
sherlock.rb
sidekiq.rb Added Gitlab::Database.config 2017-03-17 17:08:10 +01:00
smtp_settings.rb.sample Add SMTP as default delivery method to match gitlab-org/omnibus-gitlab!826 2016-06-24 11:56:52 -07:00
static_files.rb Enable the Style/TrailingCommaInArguments cop 2017-05-10 18:25:45 +02: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