-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add spinner at preparing Kubernetes... #9855
Merged
Merged
Changes from 29 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
df37c78
change config func call
ruben-baez-seagull-com 2e3e0ab
add new method to print spinner
ruben-baez-seagull-com 7a0a2b0
remove break line in spinner line
ruben-baez-seagull-com 65dc5b8
add spinner library to mod
ruben-baez-seagull-com 88947d6
add break line in windows case
ruben-baez-seagull-com ead02fd
remove unnecesary file
ruben-baez-seagull-com f37a4aa
remove windows break line
ruben-baez-seagull-com 6e37ffb
change spinner module version
ruben-baez-seagull-com 994ff36
restore break line
ruben-baez-seagull-com b6ee8f2
remove old versions of the spinner
ruben-baez-seagull-com 33b6e9a
add spinner param in step func
ruben-baez-seagull-com f7abca6
remove comment line
ruben-baez-seagull-com 23dc03c
fix delete unittest
ruben-baez-seagull-com 64f4895
fix lint if statement
ruben-baez-seagull-com 32bb174
fix lint goimports
ruben-baez-seagull-com 7a9979b
restore go sum
ruben-baez-seagull-com 6b89930
add older lines in go sum
ruben-baez-seagull-com b330cdb
Merge branch 'master' into w/add-spinner
ruben-baez-seagull-com a763e05
change bool to second parameter
ruben-baez-seagull-com e09dcaa
Merge branch 'w/add-spinner' of https://github.com/alonyb/minikube in…
ruben-baez-seagull-com 8d11d8b
Merge branch 'master' of https://github.com/alonyb/minikube into w/ad…
ruben-baez-seagull-com 291ea78
fix repo with upstream
ruben-baez-seagull-com 73ea4f2
add comment and fix bool param
ruben-baez-seagull-com 032b43c
fix lint
ruben-baez-seagull-com e45b42f
fix unittest
ruben-baez-seagull-com c24eda6
change false to constant
ruben-baez-seagull-com 42aac91
remove bool var from String func
ruben-baez-seagull-com e7ca292
change more false by constant
ruben-baez-seagull-com f729145
fix lint
ruben-baez-seagull-com 277e096
remove param && add spin bool to style enum
ruben-baez-seagull-com d474058
restore unittest
ruben-baez-seagull-com 8ee8989
move spinner character const to style
ruben-baez-seagull-com 2d80cfc
fix lint
ruben-baez-seagull-com File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
lets move out.NoSpinner to style.NoSpinner
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.
Rather than adding an extra argument: the styles are designed to carry all information necessary for display. I would suggest adding a
Spin
bool tostyle.Options
:minikube/pkg/minikube/style/style.go
Line 37 in ead11c6
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.
Great idea! thanks @tstromberg from 42 files we reduce it to 6