summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/storage/health.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't use `Redis#keys` in the circuitbreakerbvl-do-not-use-redis-keysBob Van Landuyt2017-10-171-5/+15
* Allow the git circuit breaker to correctly handle missing repository storagesNick Thomas2017-09-221-1/+1
* Use `keys` instead of `scan_each`Bob Van Landuyt2017-08-041-19/+9
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+101