-
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
Cluster node status #2341
Cluster node status #2341
Conversation
0ea275d
to
a843199
Compare
2627720
to
c738226
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 @arbulu89 , I'd also address the frontend changes in a separate PR 👍
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.
Everything looks good,
Could we have an enum for the status, in the domain and in the openapi schema?
I'm not really fond of using enums for values that are coming from the outside, that are not defined in trento itself. |
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 :)
135eb9c
to
0b86c00
Compare
Description
Parse cluster node status.
The precedence of values is:
In the fronted, (which will come later):
With a tooltip with the exact value
If you want, I can even add the FE part in this PR, but I thought to have it in other PR (even though I have the code).
How was this tested?
Tested