Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
42669c40
Unverified
Commit
42669c40
authored
5 years ago
by
Amit Priyadarshi
Committed by
GitHub
5 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #97 from rheafernandes/healthApI
Issue#0000: Implementation for health API
parents
de91562b
7f037c08
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
assessment-api/assessment-actors/src/main/scala/org/sunbird/actors/HealthActor.scala
+8
-8
...ctors/src/main/scala/org/sunbird/actors/HealthActor.scala
learning-api/orchestrator/src/main/java/org/sunbird/actors/HealthActor.java
+5
-6
...strator/src/main/java/org/sunbird/actors/HealthActor.java
learning-api/orchestrator/src/test/java/org/sunbird/actors/HealthActorTest.java
+46
-3
...tor/src/test/java/org/sunbird/actors/HealthActorTest.java
ontology-engine/graph-common/src/main/java/org/sunbird/graph/common/enums/GraphDACParams.java
+1
-1
...n/java/org/sunbird/graph/common/enums/GraphDACParams.java
ontology-engine/graph-dac-api/src/main/java/org/sunbird/graph/dac/enums/SystemNodeTypes.java
+1
-1
...ain/java/org/sunbird/graph/dac/enums/SystemNodeTypes.java
ontology-engine/graph-dac-api/src/main/java/org/sunbird/graph/service/operation/NodeAsyncOperations.java
+63
-0
.../sunbird/graph/service/operation/NodeAsyncOperations.java
ontology-engine/graph-dac-api/src/test/java/org/sunbird/graph/service/operation/NodeAsyncOperationsTest.java
+9
-0
...bird/graph/service/operation/NodeAsyncOperationsTest.java
ontology-engine/graph-engine_2.11/src/main/scala/org/sunbird/graph/health/HealthCheckManager.scala
+97
-0
...n/scala/org/sunbird/graph/health/HealthCheckManager.scala
ontology-engine/graph-engine_2.11/src/test/scala/org/sunbird/graph/BaseSpec.scala
+2
-1
...gine_2.11/src/test/scala/org/sunbird/graph/BaseSpec.scala
ontology-engine/graph-engine_2.11/src/test/scala/org/sunbird/graph/health/TestHealthCheckManager.scala
+33
-0
...ala/org/sunbird/graph/health/TestHealthCheckManager.scala
with
265 additions
and
20 deletions
+265
-20
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets