-
Notifications
You must be signed in to change notification settings - Fork 459
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
Tenant Report Download UI #1498
Conversation
Tested. LGTM. After addressing the comments we can merge. |
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.
@jinapurapu API tests failing and therefore also Coverage tests are not getting triggered because of this. Please check.
I understand this is an operator only change and does not affect console.
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.
Tests seem to need to change to reflect this change. Im seeing this in checks. It seems to be related:
|
d2fcb84
to
1070f5d
Compare
Added tests Gofumpt Changes to image to use jill/operator:test Working generateTenantLogReport Cleanup UI changes Fixes
1070f5d
to
1921c87
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.
tested. LGTM.
What does this do:
Adds a button on Pods Summary screen of Operator Console, which when clicked requests the server generate the Tenant Log Report, and if successfully generated, downloads the report.
closes https://github.com/miniohq/engineering/issues/1126