-
Notifications
You must be signed in to change notification settings - Fork 905
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
Show download progress for the packages themselves #1134
Comments
ferventcoder
changed the title
Show download progress for the packages themselves when they are bigger than x
Show download progress for the packages themselves
Feb 27, 2017
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Feb 27, 2017
Use NuGet PackageDownloader explicitly.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Feb 27, 2017
When downloading packages, show the progress of the package download itself. Sometimes packages are a bit bigger and seeing that progress is very helpful.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Feb 27, 2017
* stable: (chocolateyGH-1134) Show download progress for packages (chocolateyGH-1134) Specify Package Downloader (chocolateyGH-1165) fix - bypass on local set (chocolateyGH-605) Use Proxy From Environment Vars (chocolateyGH-1167) Remove quotes before Process call (chocolateyGH-1166) Fix: Multiple Licensed Sources (chocolateyGH-1165) Bypass Proxy on Local (chocolateyGH-1165) Config - Proxy Bypass List (chocolateyGH-262) Sources Explicitly Bypass Proxy (chocolateyGH-262) NuGet.Core - explicit source proxy ignore
ferventcoder
added a commit
that referenced
this issue
Mar 3, 2017
ferventcoder
added a commit
that referenced
this issue
Mar 3, 2017
When output is being redirected, we need to ensure we do not get "The handle is invalid" message.
ferventcoder
added a commit
that referenced
this issue
Mar 9, 2017
* stable: (GH-1193) Allow version check with FIPS (GH-1155) do not warn nupkg on pack/push (GH-1187) File64 - Install-ChocolateyInstallPackage (maint) Add 64-bit process Information variable (GH-1155) Warn when .nupkg/.nuspec used in args (GH-262) BypassProxy on IHttpClient (GH-1134) use console adapter for width (GH-1182) trace network traffic (GH-1181) Configure a source for self-service (GH-1180) Create .ignore file only in choco path (GH-1177) Fix: MSU fails when spaces in path (maint) formatting (GH-1178) Fix: OS_NAME not reported as Windows 10 (GH-1134) ensure GetPackageManager w/older licensed (GH-1165) pass proxy bypass list to debug message
This was referenced Jun 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is related to #1095. Also related to #56
When packages are bigger than a certain size, Chocolatey should so the download progress for them. This is especially handy when the packages contain binaries and are bigger than 2MB.
This may be a duplicate of an already logged issue, but I was not able to find it.
The text was updated successfully, but these errors were encountered: