summaryrefslogtreecommitdiff
path: root/lib/gitlab/health_checks/fs_shards_check.rb
Commit message (Expand)AuthorAgeFilesLines
* Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-1/+1
* Allow the git circuit breaker to correctly handle missing repository storagesNick Thomas2017-09-221-1/+1
* Don't memoize storage configuration on `FsShardsCheck`bvl-transient-failure-health-controller-specBob Van Landuyt2017-09-211-2/+2
* Fix the filesystem shard health check to check all configured shardsNick Thomas2017-09-191-1/+1
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-2/+19
* add comment explaining use of shell commands and file operations in the same ...Pawel Chojnacki2017-07-271-0/+7
* Remove unnecessary begin/endpawel/ensure_temp_files_are_deleted_in_fs_metrics-35457Pawel Chojnacki2017-07-261-6/+4
* use `.zero?` instead of `== 0`Pawel Chojnacki2017-07-261-4/+4
* Stop abusing subject to store results,Pawel Chojnacki2017-07-261-27/+37
* Add Changelog about temp file removal fixPawel Chojnacki2017-07-251-1/+0
* Ensure test files are deleted after testsPawel Chojnacki2017-07-251-25/+42
* Add unit to latency metrics.Ben Kochie2017-07-121-3/+3
* Fix invalid Rails.logger call in lib/gitlab/health_checks/fs_shards_check.rbsh-fix-bad-rails-loggerStan Hu2017-07-041-1/+1
* Move helpers to spec file, use const's instead of helper methodsPawel Chojnacki2017-05-251-8/+4
* Fix transient CI errors by increasing command execution timeouts from 1s to 30sPawel Chojnacki2017-05-171-5/+10
* Add /-/readiness /-/liveness and /-/health_metrics endpoints to track applica...Paweł Chojnacki2017-04-071-0/+117