Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorMarkus Koller <mkoller@gitlab.com>2019-05-23 17:45:39 +0300
committerMarkus Koller <mkoller@gitlab.com>2019-05-24 18:17:14 +0300
commit1b1a960bf3e86d946f24ecb5de5b2f011c0d3846 (patch)
tree80ab4e6614106be8214be2a00b3b2c7f3dfb517b /doc/api
parentc0ea4164cdc21e831fbbfa9dee48a6fa2766d9fc (diff)
Remove the 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.md5
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).