-
Notifications
You must be signed in to change notification settings - Fork 219
use separate different progress bars for different aspects of the installations being performed #3844
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
Merged
Merged
use separate different progress bars for different aspects of the installations being performed #3844
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
76471d9
use separate progress bars for overall progress, installation steps, …
boegel b0b64f7
set progress bar label to 'done' for finished installations
boegel 42398de
change default progress size for update_progress_bar function
boegel 3808f29
fix unused import
boegel f8be1c5
fix tests for overall_progress_bar
boegel d5950ec
add dummy implementation of stop_task to DummyRich
boegel 4080cbb
add dummy implementation to __rich_console__ method to DummyRich
boegel b6e2019
Merge branch 'develop' into multi_level_progress
boegel 0cdf0c5
extend test for use_rich
boegel a7a5910
always ignore cache when testing overall_progress_bar function
boegel 0dead5f
show progress bar for extensions
boegel b956e8b
show separate progress bar to report progress on fetching of sources/…
boegel 8d5bf09
don't show progress bar if there's only a single task
boegel a9a9d23
take into account --stop, --fetch, --module-only when determining num…
boegel 9e2e0b0
also determine file size when downloading file via requests module
boegel 5350e59
fix broken test_toy_multi_deps by re-disabling showing of progress bars
boegel a4215be
add test for toy build with showing of progress bars enabled
boegel c61e848
also test show_progress_bars() function in output tests
boegel 4e09da4
remove unused step_id variable in EasyBlock.run_all_steps
boegel 56660a2
fix test_det_file_size for Python 2.7 (result of urllib2.urlopen can'…
boegel ab10363
remove test_toy_build_with_progress_bars, fails in CI due to 'err: ob…
boegel eb2e71d
add back spinner, mention step name in easyconfig progress bar, stop/…
boegel 230aaea
stop showing overall progress bar when done
boegel 13fe346
don't show progress bars in dry run mode
boegel c791b0b
use nicer spinner in easyconfig progress bar
boegel c84b82d
don't expand overall progress bar, to be consistent with other progre…
boegel 5065be6
add EasyConfig.count_files method, and leverage it in EasyBlock.fetch…
boegel 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.