-
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
Angi architecture frontend #2766
Conversation
6e9675e
to
27a2a81
Compare
27a2a81
to
4aefb08
Compare
I like the implementation. Green Star for Angi 😃 |
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.
Well done man, i guess there is only one small typo, but besides this lgtm!
{ arch: 'angi', tooltip: 'Angi architecture' }, | ||
{ arch: 'classic', tooltip: 'Classic architecture' }, | ||
])( | ||
'should show cluster type with $arch architecture', |
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.
why $ in arch ? :)
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.
To interpolate the value of arch
value coming in the scenarios
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
:chef_kiss:
Description
Add architecture type visualization in the frontend, between
classic
andangi
. Only applicable for HANA clusters.Basically, a simple icon.
The icon is displayed in cluster details view, checks selection view and checks execution results view.
Besides that, the cluster checks selection filters checks with the current architecture (if the cluster is angi, only bring checks with this arch type, filtering out classic specific checks). Even though we don't have such a distinction by now...
How was this tested?
UT and storybook changes added