gitlab/config/initializers
Mikołaj Wawrzyniak 26ef92ac36 Merge branch 'add-cron-for-prometheus-integration-health-check' into 'master'
Add cron for prometheus integration health check

See merge request gitlab-org/gitlab!73884
2021-11-10 15:48:20 +00:00
..
00_active_record_disable_joins.rb Add ActiveRecord::Relation#allow_cross_joins_across_databases method 2021-09-28 15:57:36 +02:00
0_as_concern.rb
0_eager_load_http_cookie.rb
0_inject_enterprise_edition_module.rb Clean up unneeded code and docs 2021-08-18 02:28:51 +08:00
0_inject_feature_flags.rb
0_license.rb Resolves rubocop offense Style/RescueStandardError 2021-04-26 11:05:44 +00:00
0_log_deprecations.rb Log deprecations to dedicated log file 2021-08-02 10:21:25 +02:00
0_marginalia.rb Improve Marginalia line filtering 2021-10-18 17:28:24 -07:00
0_migration_paths_additional.rb Setup new CI DB (decomposition) 2021-06-28 20:47:06 +00:00
0_postgresql_types.rb Silence unknown PostgreSQL OIDs warnings 2021-10-28 08:29:02 -07:00
00_rails_disable_joins.rb Move disable_joins patch under lib/gem_extensions 2021-08-04 16:42:48 -04:00
1_acts_as_taggable.rb Switch ActsOnTaggable model's DB connection to ci database 2021-11-08 11:54:20 +13:00
1_postgresql_only.rb Remove wrapper methods from Gitlab::Database 2021-07-27 11:44:53 +02:00
01_secret_token.rb Resolves rubocop offense Style/RescueStandardError 2021-04-26 11:05:44 +00:00
1_settings.rb Add cron for prometheus integration health check 2021-11-08 16:04:52 -05:00
5_backend.rb
6_labkit_middleware.rb Move Labkit::Middleware::Rack to the top 2021-06-08 09:48:16 +07:00
6_validations.rb
7_prometheus_metrics.rb Enable real-time issue assignees by default 2021-10-27 16:53:14 +08:00
7_redis.rb Add Gitlab::Redis::Sessions Redis instance 2021-10-12 16:11:27 +02:00
8_devise.rb
8_gitaly.rb
9_fast_gettext.rb
9_runtime_identify.rb Configure Zeitwerk inflections 2021-06-17 23:12:11 +08:00
action_cable.rb Enable real-time issue assignees by default 2021-10-27 16:53:14 +08:00
action_dispatch_http_mime_negotiation.rb
action_mailer_hooks.rb
active_record_data_types.rb
active_record_force_reconnects.rb Add main_database? helper 2021-07-09 05:24:43 +00:00
active_record_keyset_pagination.rb Documentation for keyset pagination 2021-06-16 17:06:11 +00:00
active_record_lifecycle.rb Remove wrapper methods from Gitlab::Database 2021-07-27 11:44:53 +02:00
active_record_migrations.rb Use with_lock_retries at the migration level 2021-09-08 14:22:52 +00:00
active_record_postgresql_adapter.rb Enable caching of PG typemap by default 2021-06-14 23:51:40 +08:00
active_record_preloader.rb Make NullPreloader flexible args-wise 2021-05-01 10:55:10 +03:00
active_record_renamed_table.rb Rename table without downtime helper 2021-05-07 14:54:47 +02:00
active_record_schema_ignore_tables.rb
active_record_schema_versions.rb
active_record_table_definition.rb
active_record_transaction_observer.rb Add instrumentation for recording subtransaction depth 2021-08-13 02:48:45 +00:00
active_record_transaction_patches.rb Add instrumentation for recording subtransaction depth 2021-08-13 02:48:45 +00:00
apollo_upload_server.rb Update apollo_upload_server dependency 2021-08-25 18:49:37 +01:00
ar_speed_up_migration_checking.rb
asset_proxy_settings.rb
attr_encrypted_no_db_connection.rb Clean up kwargs deprecation warnings paths 2021-07-02 15:14:54 +12:00
attr_encrypted_thread_safe.rb
backtrace_silencers.rb Fix backtrace silencer for load balancing 2021-09-28 18:04:24 +02:00
batch_loader.rb Disable BatchLoader replace_methods by default 2021-09-29 17:45:24 +08:00
bootstrap_form.rb
bullet.rb Ignore managing_group n+1 false positive on GroupMemberPresenter 2021-04-19 13:30:56 +00:00
carrierwave_patch.rb Fix Content-Disposition header not working in Azure Blob storage 2021-09-21 15:16:34 -07:00
chronic_duration.rb
cluster_events_before_phased_restart.rb Remove Unicorn support: delete UnicornHttpServer mixin 2021-05-21 08:44:15 +00:00
console_message.rb Remove wrapper methods from Gitlab::Database 2021-07-27 11:44:53 +02:00
content_security_policy.rb Move default CSP init outside of 1_settings.rb 2021-08-13 10:09:39 -04:00
cookies_serializer.rb Load Rails 6.1 framework defaults 2021-11-01 14:48:45 +08:00
countries.rb
database_config.rb Remove GITLAB_LB_CONFIGURE_CONNECTION feature flag 2021-10-29 12:32:29 +02:00
database_query_analyzers.rb Merge branch 'query-analyzers-state' into 'master' 2021-11-10 09:45:15 +00:00
date_time_formats.rb
declarative_policy.rb Deal with invalid caches 2021-06-16 16:04:49 +00:00
default_url_options.rb
deprecations.rb
devise_dynamic_password_length_validation.rb
devise_password_length.rb.example
direct_upload_support.rb Clean up dynamic loading of object storage gems 2021-10-19 09:05:28 -07:00
doorkeeper.rb Merge branch 'security-477-enforce-configured-scopes' into 'master' 2021-09-27 18:08:34 +00:00
doorkeeper_openid_connect.rb Add group memberships to oidc id_token endpoint response 2021-09-02 07:14:43 +00:00
elastic_client_setup.rb
etag_caching.rb
faraday.rb
fill_shards.rb Move read_only/read_write back to Gitlab::Database 2021-07-29 18:03:57 +02:00
fix_local_cache_middleware.rb
flipper.rb Use Flipper 0.21.0 2021-05-27 12:25:17 +00:00
fog_core_patch.rb
fog_google_https_private_urls.rb
forbid_sidekiq_in_transactions.rb Remove wrapper methods from Gitlab::Database 2021-07-27 11:44:53 +02:00
geo.rb Resolves rubocop offense Style/RescueStandardError 2021-04-26 11:05:44 +00:00
gettext_rails_i18n_patch.rb Stop searching for externalized Vue templates in HAML 2021-09-28 12:09:10 +02:00
gitlab_experiment.rb Update gitlab-experiment to version 0.6.2 2021-07-23 15:37:02 +00:00
gitlab_kas_secret.rb
gitlab_shell_secret_token.rb
gitlab_workhorse_secret.rb Resolves rubocop offense Style/RescueStandardError 2021-04-26 11:05:44 +00:00
global_id.rb Configure Zeitwerk inflections 2021-06-17 23:12:11 +08:00
go_get.rb
google_api_client.rb
grape_validators.rb Add endpoints for project relations exports 2021-09-21 15:45:40 +02:00
graphql.rb
grpc.rb
hamlit.rb
hangouts_chat_http_override.rb Monkey patch HangoutsChat using a Gitlab::Patch 2021-06-01 10:19:52 +12:00
health_check.rb
http_hostname_override.rb
httpclient_patch.rb
invisible_captcha.rb
jira.rb
kaminari_active_record_relation_methods_with_limit.rb Limit max pagination count for relations to 1000 2021-09-08 17:00:16 +00:00
kaminari_config.rb
load_balancing.rb The use_model_load_balancing results in a wrong sticking context used 2021-11-08 13:12:37 +01:00
lograge.rb Stop logging location record with explicit access token 2021-05-25 17:11:18 +02:00
macos.rb Remove Unicorn support: comments 2021-05-19 10:22:32 +00:00
mail_encoding_patch.rb
mailer_retries.rb Upgrade to Sidekiq 6 2021-09-23 18:12:27 +08:00
measuring.rb
mime_types.rb
mini_magick.rb
multi_json.rb
net_http_patch.rb
octokit.rb
omniauth.rb Configure OmniAuth to use GitLab AppLogger 2021-07-27 10:10:20 -05:00
pages_storage_check.rb
peek.rb Use the format_response hook for API requests 2021-09-02 20:37:26 +08:00
postgres_cte_as_materialized.rb Inherit from Arel::Nodes::As instead of Binary 2021-05-04 10:29:16 +03:00
postgres_partitioning.rb Move code in initializers to module for reusing 2021-11-10 00:28:25 +08:00
postgresql_cte.rb Update Rails to v6.1.4.1 2021-10-05 10:38:57 +03:00
premailer.rb Disable file and network premailer strategies 2021-07-05 18:28:15 +08:00
query_limiting.rb
rack_attack.rb
rack_lineprof.rb
rack_multipart_patch.rb
rack_timeout.rb Remove Unicorn support: comments 2021-05-19 10:22:32 +00:00
rails_asset_host.rb Support setting Rails asset host via gitlab.yml 2021-08-10 19:46:02 +00:00
rails_host_authorization.rb
rails_host_authorization_gitpod.rb
rbtrace.rb Remove Unicorn references from runtime logic 2021-05-26 12:30:48 +03:00
relative_naming_ci_namespace.rb
relative_url.rb.sample
remove_active_job_execute_callback.rb
request_context.rb
request_profiler.rb Adds Speedscope flamegraphs 2021-04-26 18:56:58 +08:00
rest-client-hostname_override.rb
retriable.rb
routing_draw.rb
rspec_profiling.rb Resolve Style/RegexpLiteralMixedPreserve part1 2021-07-12 14:08:33 -04:00
seed_fu.rb
sentry.rb
server_uptime.rb
session_store.rb Fix lint errors 2021-11-05 10:46:29 +00:00
sherlock.rb
sidekiq.rb Wrap Sidekiq scheduler threads in Rails reloader 2021-11-04 22:08:28 +08:00
sidekiq_cluster.rb
smtp_settings.rb.sample Add support for encrypted SMTP credentials 2021-08-17 06:15:29 +00:00
snowplow_tracker.rb
sprockets.rb
sprockets_base_file_digest_key.rb
stackprof.rb Fix speedscope rendering in production 2021-04-29 20:39:34 +08:00
static_files.rb Disable Sendfile interface for serving Sidekiq Web assets 2021-09-13 16:11:43 +00:00
structure_load_in_transaction.rb
time_zone.rb
tracing.rb Remove Unicorn support: comments 2021-05-19 10:22:32 +00:00
trusted_proxies.rb
validate_database_config.rb Add SKIP_DATABASE_CONFIG_VALIDATION env 2021-08-31 12:59:00 +02:00
validate_puma.rb
warden.rb
webauthn.rb
workhorse_multipart.rb
wrap_parameters.rb
zz_metrics.rb Transaction metrics from workers are not collected 2021-10-18 11:15:02 +07:00