Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b2dcb553
Commit
b2dcb553
authored
Jan 15, 2018
by
Serdar Dogruyol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix duplication in API::CircuitBreakers
parent
ad1c186e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/api/circuit_breakers.rb
lib/api/circuit_breakers.rb
+2
-2
No files found.
lib/api/circuit_breakers.rb
View file @
b2dcb553
...
...
@@ -17,11 +17,11 @@ module API
end
def
storage_health
@
failing_
storage_health
||=
Gitlab
::
Git
::
Storage
::
Health
.
for_all_storages
@storage_health
||=
Gitlab
::
Git
::
Storage
::
Health
.
for_all_storages
end
end
desc
'Get all
failing
git storages'
do
desc
'Get all git storages'
do
detail
'This feature was introduced in GitLab 9.5'
success
Entities
::
RepositoryStorageHealth
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment