-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 Replace uitable with tablewriter in clusterctl describe cluster command #5942
Conversation
Hi @DiptoChakrabarty. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cc |
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.
@DiptoChakrabarty Thank you for taking up this 🙂
This is a first pass review. I will take another look after these comments are addresses.
Feel free to reach out if you need further clarification on anything.
/hold till #5893 is merged. |
/ok-to-test |
/hold cancel |
@ykakarap getting a few errors in testing cases checking them out. |
Thanks for following up. Feel free to reach out if needed. |
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.
@DiptoChakrabarty This is going in the right direction!
Besides the table formatting issue, and a few nits this looks good.
To fix some of the auto-fixable lint issue you can run make lint-fix
locally.
This is modifying a lot of files should I push that? |
It should not be modifying a lot of files 🤔. Files outside of this PR should already be compliant. I am not sure what might be happening. |
a30e423
to
bfeb585
Compare
fixed the lint issue |
@DiptoChakrabarty Looks like the verify pipeline is failing. (You can reproduce it locally by running |
yes worked , thank you |
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.
One last nit. Everything else looks good. :)
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.
The PR is almost there. One more round of review :)
PS: Please squash all the commit into one.
@DiptoChakrabarty Can you resolve the conversations that are already addressed. Makes it easier to track the progress of the PR. Thank you! :) |
93d0c76
to
d7a55f3
Compare
/retest What's the status of this PR? |
changes requested so far have been made @vincepri |
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
@DiptoChakrabarty Thank you doing this and working on all the reviews. Really appreciate it. 🚀
Thank You for all the help @ykakarap |
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.
/assign @sbueringer
for approval.
@DiptoChakrabarty Thank you very much! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
github.com/olekukonko/tablewriter is added in PR #5893 so it used to replace github.com/gosuri/uitable in clusterctl describe command. Tests have been changed to accommodate for the same
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #5941
Have bit of an issue with my system would like to use GitHub tests