-
Notifications
You must be signed in to change notification settings - Fork 15
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
Host Check result detail #1809
Host Check result detail #1809
Conversation
5c961e9
to
42f8eba
Compare
42f8eba
to
346e659
Compare
assets/js/components/ExecutionResults/CheckResultDetail/BackToTargetExecution.jsx
Outdated
Show resolved
Hide resolved
assets/js/components/ExecutionResults/CheckResultDetail/CheckDetailHeader.jsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code apart, it looks good to me.
@nelsonkopliku my approval is based on the attached clip. I've tried to leverage playground as well. I created the check yaml file. I updated the fake_facts.yaml file. But then when I clicked to display the result details view I got a "sorry, the page is in another castle". I guess that when I ran "make start" the built containers did not contain the change in this PR?
@abravosuse I guess I understood the issue: since the PR is still not merged, the feature is still not in the demo images being used by the playground. Now, would you mind changing the reference of the web image in the services:
trento-web:
# image: ghcr.io/trento-project/trento-web:demo
image: ghcr.io/trento-project/trento-web:1809-env
I labeled this PR as [EDIT]: food for improvements
|
Thank worked @nelsonkopliku . Thank you! |
…ead of broaded target type
dd17fe2
to
2e10e51
Compare
2e10e51
to
af79979
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This PR introduces the Check Result detail for a host check execution.
For consistency URL structure for host check detail has been kept the same as cluster check detail
even though in the host context
:resultTargetType
is alwayshost
and:resultTargetName
is always the name of the host for which we are running checks.How was this tested?
Automated tests updated/added.
Click here to see how to leverage trento playground for testing
see https://github.com/trento-project/playground
fake_facts.yaml