-
Notifications
You must be signed in to change notification settings - Fork 172
[frontend/backend] feat: use healthchecks to manage inject readyness (#4263) #4277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gabriel-peze
wants to merge
12
commits into
release/current
Choose a base branch
from
issue/4263
base: release/current
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release/current #4277 +/- ##
=====================================================
+ Coverage 49.51% 50.07% +0.55%
- Complexity 3588 3635 +47
=====================================================
Files 891 890 -1
Lines 26508 26635 +127
Branches 1979 1992 +13
=====================================================
+ Hits 13126 13337 +211
+ Misses 12590 12496 -94
- Partials 792 802 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5894abc to
af362ed
Compare
d000635 to
4678888
Compare
4868b54 to
c4bf9ad
Compare
openaev-api/src/main/java/io/openaev/healthcheck/utils/HealthCheckUtils.java
Outdated
Show resolved
Hide resolved
openaev-api/src/main/java/io/openaev/service/InjectImportService.java
Outdated
Show resolved
Hide resolved
openaev-api/src/main/java/io/openaev/rest/inject/output/InjectOutput.java
Outdated
Show resolved
Hide resolved
openaev-api/src/main/java/io/openaev/rest/inject/output/InjectOutput.java
Outdated
Show resolved
Hide resolved
Member
|
Haven’t tested that part yet — just doing some code review to understand the mechanisms in place. |
c4bf9ad to
5457f35
Compare
Contributor
Author
|
TO DO :
|
5457f35 to
4129ad5
Compare
3356cda to
b94e2fd
Compare
Member
|
@gabriel-peze can I re read this one ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
Testing Instructions
Related issues