Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
1647fc30
Commit
1647fc30
authored
Apr 20, 2017
by
Ryan Baxter
Committed by
GitHub
Apr 20, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1876 from ryanjbaxter/upgrade-hystrix-1.5.11
Upgrade Hystrix to 1.5.11 and apply fix to hystrixcommand.js
parents
a708ceef
17f43fd1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
pom.xml
spring-cloud-netflix-dependencies/pom.xml
+1
-1
hystrixCommand.js
...tatic/hystrix/components/hystrixCommand/hystrixCommand.js
+1
-2
No files found.
spring-cloud-netflix-dependencies/pom.xml
View file @
1647fc30
...
...
@@ -17,7 +17,7 @@
<archaius.version>
0.7.4
</archaius.version>
<eureka.version>
1.6.2
</eureka.version>
<feign.version>
9.4.0
</feign.version>
<hystrix.version>
1.5.1
0
</hystrix.version>
<hystrix.version>
1.5.1
1
</hystrix.version>
<ribbon.version>
2.2.2
</ribbon.version>
<servo.version>
0.10.1
</servo.version>
<zuul.version>
1.3.0
</zuul.version>
...
...
spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/components/hystrixCommand/hystrixCommand.js
View file @
1647fc30
...
...
@@ -175,6 +175,7 @@
assertNotNull
(
data
,
"propertyValue_circuitBreakerSleepWindowInMilliseconds"
);
assertNotNull
(
data
,
"propertyValue_circuitBreakerErrorThresholdPercentage"
);
assertNotNull
(
data
,
"propertyValue_circuitBreakerForceOpen"
);
assertNotNull
(
data
,
"propertyValue_circuitBreakerForceClosed"
);
assertNotNull
(
data
,
"propertyValue_executionIsolationStrategy"
);
assertNotNull
(
data
,
"propertyValue_executionIsolationThreadTimeoutInMilliseconds"
);
assertNotNull
(
data
,
"propertyValue_executionIsolationThreadInterruptOnTimeout"
);
...
...
@@ -539,5 +540,3 @@
return
x1
+
x2
;
}
})(
window
);
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