Add progress bar for Git clone and fetch operations. (#1858)#2811
Open
GoDiao wants to merge 1 commit intobeeware:mainfrom
Open
Add progress bar for Git clone and fetch operations. (#1858)#2811GoDiao wants to merge 1 commit intobeeware:mainfrom
GoDiao wants to merge 1 commit intobeeware:mainfrom
Conversation
Git clone and fetch operations now display a live progress bar using the Rich library, showing the stage (counting, receiving, resolving deltas, etc.) and estimated time remaining. This replaces a static log message that made Briefcase appear frozen during template downloads.
Member
|
Thanks for the PR. There's a couple of problems with this PR that need to be resolved before we can review it. First - you've deleted the PR template and replaced it with your own. I'm guessing this has been done by whatever AI tool you've used to generate the PR; however, it's a problem because our PR template includes some content that we need you to acknowledge - in particular, that you've acknowledged the use of any AI tooling, in accordance with our AI policy Secondly - even without that, your PR has failed automated CI checks, because you haven't added a changenote. The PR template asks you to acknowledge that you've read our contribution guide - which points out the need for adding a changenote. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Related issues
Closes #1858.
PR Principals
Demo