Skip to content

No progress callbacks on git push and pull #14

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

Open
chris-addison opened this issue Sep 20, 2019 · 0 comments
Open

No progress callbacks on git push and pull #14

chris-addison opened this issue Sep 20, 2019 · 0 comments

Comments

@chris-addison
Copy link
Contributor

Prerequisites

  • Be sure to run with tracing enabled to capture runtime details in the log file
  • Include the log file in the PR.
    • On Windows, the extension log file is at %LOCALAPPDATA%\GitHubUnity\github-unity.log
    • On macOS, the extension log file is at ~/Library/Logs/GitHubUnity/github-unity.log
    • On linux, the extension log file is at ~/.local/share/GitHubUnity/github-unity.log

Description

When calling git pull or push, there is only progress events at 0% and 100%. Ideally, there should be some way to expose the cli progress info into the api.

Steps to Reproduce

  1. Start a git pull/push with a `.Progress(p => Debug.Log(p.Percentage))
  2. Observe just 0.0 and 1.0

Expected behavior: More values between 0 and 1

Actual behavior: Only 0 and 1

Reproduces how often: 100%

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

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

No branches or pull requests

1 participant