summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/storage/circuit_breaker.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't use `Redis#keys` in the circuitbreakerbvl-do-not-use-redis-keysBob Van Landuyt2017-10-171-1/+1
* Allow the git circuit breaker to correctly handle missing repository storagesNick Thomas2017-09-221-8/+22
* Use a Struct to keep track of failure infoBob Van Landuyt2017-08-041-11/+7
* Only track accessibility onceBob Van Landuyt2017-08-041-8/+14
* Use `keys` instead of `scan_each`Bob Van Landuyt2017-08-041-1/+1
* Move hostname to Gitlab::EnvironmentBob Van Landuyt2017-08-041-1/+1
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+142