Skip to content
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 progress bar #323

Merged
merged 7 commits into from Feb 28, 2024
Merged

add progress bar #323

merged 7 commits into from Feb 28, 2024

Conversation

SteveL-MSFT
Copy link
Member

@SteveL-MSFT SteveL-MSFT commented Feb 23, 2024

PR Summary

  • Add multi-line progress for resource discovery, one for commands and one for adapters
  • Add a progress bar for config operations
  • Update some out of date dependencies
  • Removed check for duplicate resources used in export as we need to allow it and updated test

Current design leaves the progress bars on screen so you can see the elapsed time but also avoids the situation where it runs fast and you see something flash in the terminal and disappear not knowing what it was

PR Context

Note that this is just progress of dsc itself, we still need to enable messages from resources to report their own progress particularly for group resources and adapters.

Example:

Screen Recording 2024-02-27 at 7 32 53 PM

@SteveL-MSFT SteveL-MSFT merged commit 251fa6f into PowerShell:main Feb 28, 2024
4 checks passed
@SteveL-MSFT SteveL-MSFT deleted the progress branch February 28, 2024 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant