-
- Downloads
There was an error fetching the commit references. Please try again later.
Remove Git circuit breaker
Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
parent
550f5574
No related branches found
No related tags found
Showing
- app/controllers/admin/health_check_controller.rb 0 additions, 7 deletionsapp/controllers/admin/health_check_controller.rb
- app/controllers/application_controller.rb 1 addition, 1 deletionapp/controllers/application_controller.rb
- app/controllers/health_controller.rb 1 addition, 10 deletionsapp/controllers/health_controller.rb
- app/helpers/application_settings_helper.rb 0 additions, 36 deletionsapp/helpers/application_settings_helper.rb
- app/helpers/storage_health_helper.rb 0 additions, 34 deletionsapp/helpers/storage_health_helper.rb
- app/models/application_setting.rb 7 additions, 11 deletionsapp/models/application_setting.rb
- app/views/admin/application_settings/_repository_storage.html.haml 0 additions, 27 deletions.../admin/application_settings/_repository_storage.html.haml
- app/views/admin/application_settings/repository.html.haml 1 addition, 1 deletionapp/views/admin/application_settings/repository.html.haml
- app/views/admin/health_check/_failing_storages.html.haml 0 additions, 15 deletionsapp/views/admin/health_check/_failing_storages.html.haml
- app/views/admin/health_check/show.html.haml 1 addition, 2 deletionsapp/views/admin/health_check/show.html.haml
- bin/storage_check 0 additions, 11 deletionsbin/storage_check
- changelogs/unreleased/zj-circuit-breaker-removal.yml 5 additions, 0 deletionschangelogs/unreleased/zj-circuit-breaker-removal.yml
- config/routes.rb 0 additions, 1 deletionconfig/routes.rb
- config/routes/admin.rb 1 addition, 3 deletionsconfig/routes/admin.rb
- db/post_migrate/20181008200441_remove_circuit_breaker.rb 30 additions, 0 deletionsdb/post_migrate/20181008200441_remove_circuit_breaker.rb
- db/schema.rb 1 addition, 6 deletionsdb/schema.rb
- doc/administration/img/circuitbreaker_config.png 0 additions, 0 deletionsdoc/administration/img/circuitbreaker_config.png
- doc/administration/img/failing_storage.png 0 additions, 0 deletionsdoc/administration/img/failing_storage.png
- doc/administration/monitoring/prometheus/gitlab_metrics.md 0 additions, 3 deletionsdoc/administration/monitoring/prometheus/gitlab_metrics.md
- doc/administration/repository_storage_paths.md 0 additions, 49 deletionsdoc/administration/repository_storage_paths.md
app/helpers/storage_health_helper.rb
deleted
100644 → 0
bin/storage_check
deleted
100755 → 0
28.4 KiB
15.9 KiB