-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use progress bar to display docker output (#913)
* feat: Use progress bar to display docker output * make linter happy * construct docker own progress bar * wrap bar functions * use another spinner * cleanup * use spinner and bar both * update condition * refine comment * update the condition * revert bar to nil * add comment * identify each by id instead of status * revise comment * revise comment * Speed estimation is incorrect when in parallel. * group output by ID * Update internal/cmd/docker/push.go Co-authored-by: Alex Plischke <[email protected]> --------- Co-authored-by: Alex Plischke <[email protected]>
- Loading branch information
1 parent
e0a8843
commit 77a9777
Showing
3 changed files
with
108 additions
and
9 deletions.
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