-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
v6.10.3 #230
Merged
Merged
v6.10.3 #230
Commits on Jul 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b1d5e8d - Browse repository at this point
Copy the full SHA b1d5e8dView commit details
Commits on Aug 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0ebf071 - Browse repository at this point
Copy the full SHA 0ebf071View commit details -
PR-URL: #220 Credit: @kittenking Close: #220 Reviewed-by: @isaacs
Configuration menu - View commit details
-
Copy full SHA for 272e6c4 - Browse repository at this point
Copy the full SHA 272e6c4View commit details -
chore: remove unused config/fetch-opts file
PR-URL: #219 Credit: @claudiahdz Close: #219 Reviewed-by: @isaacs
Configuration menu - View commit details
-
Copy full SHA for aacd355 - Browse repository at this point
Copy the full SHA aacd355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27cccfb - Browse repository at this point
Copy the full SHA 27cccfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e865e - Browse repository at this point
Copy the full SHA d5e865eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77516df - Browse repository at this point
Copy the full SHA 77516dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb9935 - Browse repository at this point
Copy the full SHA ceb9935View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb66e1 - Browse repository at this point
Copy the full SHA 9bb66e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99edd49 - Browse repository at this point
Copy the full SHA 99edd49View commit details
Commits on Aug 2, 2019
-
Handle unhandledRejections, help with cache eacces
Suggested by @godmar in https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5 Incidentally, this turned up that we're catching uncaughtExceptions in the main npm functions, but not unhandledRejections! Tracing this through, it seems like node-fetch-npm's use of cacache is particularly brittle. Any throw that comes from cacache is not caught properly, since node-fetch-npm is all streams and callbacks. The naive approach (just adding a catch and failing the callback) doesn't work, because then make-fetch-happen and npm-registry-fetch interpret the failure as an invalid response, when actually it was a local cache error. So, a bit more love and polish is definitely still needed in the guts of npm's fetching and caching code paths. In the meantime, though, handling any unhandledRejection at the top level prevents at least the worst and most useless type of error message. PR-URL: #227 Credit: @isaacs Close: #227 Reviewed-by: @isaacs
Configuration menu - View commit details
-
Copy full SHA for 5b38902 - Browse repository at this point
Copy the full SHA 5b38902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f980f5 - Browse repository at this point
Copy the full SHA 0f980f5View commit details
Commits on Aug 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 46181cb - Browse repository at this point
Copy the full SHA 46181cbView commit details
Commits on Aug 5, 2019
-
FEATURES * [bbcf7b2](npm/hosted-git-info@bbcf7b2) [#46](npm/hosted-git-info#46) [#43](npm/hosted-git-info#43) [#47](npm/hosted-git-info#47) [#44](npm/hosted-git-info#44) Add support for GitLab groups and subgroups ([@mterrel](https://github.com/mterrel), [@isaacs](https://github.com/isaacs), [@ybiquitous](https://github.com/ybiquitous)) BUGFIXES * ([3b1d629](npm/hosted-git-info@3b1d629)) [#48](npm/hosted-git-info#48) fix http protocol using sshurl by default ([@fengmk2](https://github.com/fengmk2)) * [5d4a8d7](npm/hosted-git-info@5d4a8d7) ignore noCommittish on tarball url generation ([@isaacs](https://github.com/isaacs)) * [1692435](npm/hosted-git-info@1692435) use gist tarball url that works for anonymous gists ([@isaacs](https://github.com/isaacs)) * [d5cf830](npm/hosted-git-info@d5cf830) * Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs)) * [e518222](npm/hosted-git-info@e518222) Use LRU cache to prevent unbounded memory consumption ([@iarna](https://github.com/iarna))
Configuration menu - View commit details
-
Copy full SHA for 4050b91 - Browse repository at this point
Copy the full SHA 4050b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 586c938 - Browse repository at this point
Copy the full SHA 586c938View commit details
Commits on Aug 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d2eaf0b - Browse repository at this point
Copy the full SHA d2eaf0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 897537a - Browse repository at this point
Copy the full SHA 897537aView commit details
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.