Commit Graph

1460 Commits

Author SHA1 Message Date
zkochan
43635e6bbb feat: reporter has a Log type 2017-07-11 22:55:00 +03:00
zkochan
f043b2f62d feat: report deprecation warnings
Close https://github.com/pnpm/pnpm/issues/628
2017-07-11 22:29:28 +03:00
zkochan
f9d2e4896f chore: release 0.1.9 supi/0.1.9 2017-07-10 22:01:06 +03:00
zkochan
9c392afe3f fix: the depth config should limit the update 2017-07-10 21:50:43 +03:00
zkochan
980667af5d chore: release 0.1.8 supi/0.1.8 2017-07-09 23:14:50 +03:00
zkochan
bc35651b4a fix: don't always warn about different shrinkwrap on uninstall 2017-07-09 23:06:53 +03:00
zkochan
1db92b18d1 chore: release 0.1.7 supi/0.1.7 2017-07-09 21:13:33 +03:00
zkochan
4d9af8aa6c fix: partial update of private shrinkwrap file on named installs 2017-07-09 20:55:31 +03:00
zkochan
acbb125292 chore: release 0.1.6 supi/0.1.6 2017-07-09 15:52:01 +03:00
zkochan
6a0da65456 fix: partial shrinkwrap file has to be created on named install
Installation should not fail when doing a noop installation
after a named installation
2017-07-09 15:45:07 +03:00
zkochan
7556c6f5db chore: release 0.1.5 supi/0.1.5 2017-07-08 21:21:47 +03:00
zkochan
844bc110e1 feat: add logging of adding/removing root dependencies 2017-07-08 20:59:32 +03:00
zkochan
c554aabbbc chore: release 0.1.4 supi/0.1.4 2017-07-07 23:54:45 +03:00
zkochan
24451f6513 fix: update package-store to version 1.0.0 2017-07-07 23:54:28 +03:00
zkochan
2761b2eb04 chore: release 0.1.3 supi/0.1.3 2017-07-07 23:49:02 +03:00
zkochan
03f0cb77a7 refactor: move out store code to separate package 2017-07-06 00:28:38 +03:00
zkochan
15ed026871 chore: optimizing dependencies 2017-07-04 21:52:24 +03:00
Zoltan Kochan
e268796e4f fix: skipped packages should not be installable 2017-07-04 01:58:03 +03:00
zkochan
810ecec65c perf: try to unpack tarball immediatly instead of exist check 2017-07-03 22:34:11 +03:00
zkochan
f820700446 perf: assume package not in node_modules if not in private shr 2017-07-03 22:04:25 +03:00
zkochan
5444e79de7 fix: if no package in store.json rewrite package in store fs 2017-07-03 21:26:27 +03:00
zkochan
2881eb461a perf: assume package is not in store if it is not in store.json 2017-07-03 20:56:33 +03:00
zkochan
b8541a4631 perf: read store index file at the beginning of installation 2017-07-02 22:33:02 +03:00
zkochan
5fba123f41 perf: read package.json and inner/outer shrinkwrap together 2017-07-02 03:11:56 +03:00
zkochan
61bfe2ca5f refactor: getIsInstallable() 2017-07-02 02:48:51 +03:00
zkochan
e6a02181ce docs(README): describe options.saveProd 2017-07-02 01:18:13 +03:00
zkochan
8d46b36025 chore: release 0.1.2 supi/0.1.2 2017-07-01 22:25:11 +03:00
zkochan
72f211931e fix: prefer dev/optional deps from package.json
When specs of dev or optional dependencies in `package.json`
defer from the ones in `shrinkwrap.yaml`, prefers the specs from
`package.json` and ignore the ones in `shrinkwrap.yaml`.
After installation, `shrinkwrap.yaml` has to be updated with
specs that match the ones in `package.json`.
2017-07-01 21:59:29 +03:00
zkochan
d902041a21 chore: release 0.1.1 supi/0.1.1 2017-07-01 19:54:34 +03:00
zkochan
05748c4a5d feat: expect the pm package.json from outside 2017-07-01 19:47:01 +03:00
zkochan
370d596edf chore: release 0.1.0 supi/0.1.0 2017-07-01 18:12:03 +03:00
zkochan
6354f13c2f test: resolution stage completion is logged 2017-07-01 18:11:25 +03:00
zkochan
f1654385c1 test: logging should work 2017-07-01 18:03:52 +03:00
zkochan
fd2b23ebf0 feat: add an option to pass in a logs listener
Ref https://github.com/pnpm/pnpm/issues/572
2017-07-01 16:05:31 +03:00
zkochan
e1476af76e feat: print more info on different stages of installation 2017-07-01 14:32:46 +03:00
zkochan
00316c90c0 feat: add logging of reused packages and resolving packages 2017-07-01 13:57:06 +03:00
zkochan
bddba9eaf6 refactor: remove logging of download percentage 2017-07-01 13:41:16 +03:00
zkochan
018604f04c chore: update shrinkwrap.yaml 2017-06-30 20:32:26 +03:00
zkochan
80c84d5d00 chore(package.json): remove preferGlobal 2017-06-30 20:02:35 +03:00
zkochan
91ecdf07f7 chore: release 0.0.3 supi/0.0.3 2017-06-30 19:40:27 +03:00
zkochan
fc3ce38936 feat: prefer SHA2 in shrinkwrap.yaml 2017-06-30 10:28:46 +03:00
zkochan
812f5b9b12 chore: release 0.0.2 supi/0.0.2 2017-06-29 22:39:14 +03:00
zkochan
eab0928d20 fix: with --no-lock project folder should not be locked 2017-06-29 22:38:46 +03:00
zkochan
bef78593d5 chore: release 0.0.1 supi/0.0.1 2017-06-28 20:33:54 +03:00
zkochan
70ced45c25 chore: change release message 2017-06-28 20:33:21 +03:00
zkochan
1a8021b6b2 chore: use supi/ as tag version prefix 2017-06-28 20:31:28 +03:00
Zoltan Kochan
001370c6eb refactor: removing CLI stuff from supi 2017-06-28 20:11:40 +03:00
Zoltan Kochan
07ce0d4c70 refactor: rename package to supi 2017-06-28 14:16:57 +03:00
zkochan
70a327a6b2 chore: release v1.0.0
Close #297
v1.0.0
2017-06-28 10:46:35 +03:00
Zoltan Kochan
e1dd9817b3 docs: add new question to FAQ
Why have hard links at all? Why not symlink directly to the global store?
2017-06-28 02:29:21 +03:00