-
Notifications
You must be signed in to change notification settings - Fork 312
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
Refine cluster list and display commands #1139
Refine cluster list and display commands #1139
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1139 +/- ##
==========================================
- Coverage 53.93% 48.20% -5.74%
==========================================
Files 273 285 +12
Lines 19854 20317 +463
==========================================
- Hits 10709 9793 -916
- Misses 7499 8999 +1500
+ Partials 1646 1525 -121
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@lucklove please help take a look, thanks! |
Could you post a screenshot of what the output of Also, did you tested with |
How do I test with |
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 19b7b85
|
@baurine: Your PR has out-of-dated, I have automatically updated it for you. 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 ti-community-infra/tichi repository. |
What problem does this PR solve?
In related PR #706 (tiup cluster UI), I need interfaces to get the cluster list and instances of a cluster.
I have implemented it in #706 , but I often need to handle conflicts when the master changes the related code, so I decide to cherry-pick this part of the code to the master.
What is changed and how it works?
Check List
Tests
Code changes
Release notes: