diff options
author | Markus Koller <mkoller@gitlab.com> | 2019-05-23 16:45:39 +0200 |
---|---|---|
committer | Markus Koller <mkoller@gitlab.com> | 2019-05-24 17:17:14 +0200 |
commit | 1b1a960bf3e86d946f24ecb5de5b2f011c0d3846 (patch) | |
tree | 80ab4e6614106be8214be2a00b3b2c7f3dfb517b /doc/api | |
parent | c0ea4164cdc21e831fbbfa9dee48a6fa2766d9fc (diff) | |
download | gitlab-ce-1b1a960bf3e86d946f24ecb5de5b2f011c0d3846.tar.gz |
Remove the circuit breaker APIchore/remove-circuit-breaker-api
The circuit breaker itself was removed in 11.5, this removes the
corresponding API endpoints which returned empty data since then.
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/repository_storage_health.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/api/repository_storage_health.md b/doc/api/repository_storage_health.md deleted file mode 100644 index edf4b04acea..00000000000 --- a/doc/api/repository_storage_health.md +++ /dev/null @@ -1,5 +0,0 @@ -# Circuitbreaker API - -NOTE: **Deprecated:** -Support of the circuit breaker is removed, as Gitaly can be configured to -to work without NFS and [communicate solely over HTTP](../administration/gitaly/index.md). |