Commit Graph

15 Commits

Author SHA1 Message Date
Zoltan Kochan
ea8f32bc6c refactor: move pkgIdToFilename logic out
BREAKING CHANGE: API change
2017-12-10 22:51:19 +02:00
Zoltan Kochan
8c316ee0e1 refactor: move pkgIsUntouched logic out
BREAKING CHANGE: API change
2017-12-10 21:18:02 +02:00
Zoltan Kochan
78968aa8e9 refactor: move most of the logic to @pnpm/package-requester
BREAKING CHANGE:

most of the API functions/types removed
2017-12-04 23:34:00 +02:00
Zoltan Kochan
3ee5420e7b Moving resolution/fetching logic to separate packages (#14)
* feat: queueing moved to fetcher

BREAKING CHANGE:

fetch removed from public API
createFetcher added to public API

* feat: using got() only internally

BREAKING CHANGE: got is created in createFetcher()

* refactor: fetcher should not know about store location

* refactor: don't pass got to fetchers

* refactor: use @pnpm/git-fetcher

* refactor: moving auth info reading out from request lib

* refactor: moving tarball downloading to separate package

* refactor: renaming modules

* refactor: rename create resolver/fetcher to combineResolvers...

* refactor: remove redundant types

* refactor: remove loggedPkg from ResolveOptions

* refactor: don't combine resolvers

* refactor: moving specific resolvers/fetchers out

* refactor: remove offline/ignore from FetchOptions

* refactor: storePath moved out from ResolveOptions

* refactor: move auth logic out
2017-12-03 21:53:48 +02:00
zkochan
a59b5768d3 chore: use package-preview 2017-11-06 02:32:51 +02:00
zkochan
ef38bbe3f8 chore: remove separate test package 2017-11-06 02:29:45 +02:00
greenkeeper[bot]
b7686ccd7e fix(package): update @types/node to version 8.0.34 2017-10-17 10:10:07 +03:00
zkochan
31bfce0f52 feat: specify for which tarball interity check failed
Ref https://github.com/pnpm/pnpm/issues/872
2017-09-08 21:38:52 +03:00
zkochan
b80adb599c feat: track attempts during re-download 2017-09-08 21:18:42 +03:00
zkochan
33a2db9589 fix: re-download when integrity check fails
Ref https://github.com/pnpm/pnpm/issues/872
2017-09-08 21:18:42 +03:00
zkochan
c8691caa1d feat: retry tarball downloads on fail 2017-09-08 21:18:42 +03:00
zkochan
02d33f6877 fix: validate content length of downloaded tarballs
Ref https://github.com/pnpm/pnpm/issues/423
Close #2
2017-09-08 21:18:32 +03:00
Zoltan Kochan
3ebdf2f6a7 chore: update shrinkwrap.yaml 2017-09-03 14:47:45 +03:00
zkochan
34f9aac922 test: add basic tests 2017-07-08 01:47:40 +03:00
zkochan
e74d7c2177 feat: init 2017-07-06 00:48:41 +03:00