summaryrefslogtreecommitdiff
path: root/app/models/application_setting.rb
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-06-28 10:28:28 +0200
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-06-28 10:30:40 +0200
commitcb4a514207c914069410a01de8b493076156752a (patch)
tree272bd9284b7af3aae3ceef6e6568a8fc7976acd0 /app/models/application_setting.rb
parentb0845b6293cc31f29583116ab583e77aad6a892f (diff)
downloadgitlab-ce-cb4a514207c914069410a01de8b493076156752a.tar.gz
Remove ignored circuit_breaker columns
The circuit breaker itself got removed a while ago, when that happened some parts got left behind. Using grep old stale settings and validations were found and are now removed.
Diffstat (limited to 'app/models/application_setting.rb')
-rw-r--r--app/models/application_setting.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/models/application_setting.rb b/app/models/application_setting.rb
index cd645850af3..fbd8036653a 100644
--- a/app/models/application_setting.rb
+++ b/app/models/application_setting.rb
@@ -23,11 +23,6 @@ class ApplicationSetting < ApplicationRecord
serialize :domain_blacklist, Array # rubocop:disable Cop/ActiveRecordSerialize
serialize :repository_storages # rubocop:disable Cop/ActiveRecordSerialize
- ignore_column :circuitbreaker_failure_count_threshold
- ignore_column :circuitbreaker_failure_reset_time
- ignore_column :circuitbreaker_storage_timeout
- ignore_column :circuitbreaker_access_retries
- ignore_column :circuitbreaker_check_interval
ignore_column :koding_url
ignore_column :koding_enabled
ignore_column :sentry_enabled