Commit Graph

1429 Commits

Author SHA1 Message Date
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
zkochan
697c601318 docs: symlinked node_modules structure 2017-06-28 01:52:40 +03:00
zkochan
f60b25422a docs(README): capitilizing Yarn 2017-06-28 00:14:42 +03:00
zkochan
da86fe6baf docs(README): adding link to pnpm's awesome list 2017-06-28 00:13:32 +03:00
zkochan
4daeec764e docs(README): add Support section 2017-06-27 23:44:50 +03:00
zkochan
001f415699 docs: update the issue template
Suggest to ask questions on StackOverflow or in Gitter chat
instead of creating a new issue.
2017-06-27 23:42:29 +03:00
zkochan
c28dba774a feat: update typescript to version 2.4.1 2017-06-27 21:32:23 +03:00
zkochan
efa5996a56 feat: keep existing indentation in package.json 2017-06-27 20:48:26 +03:00
zkochan
634f4da387 chore: release v0.75.0 v0.75.0 2017-06-27 09:42:27 +03:00
zkochan
798b4df34f fix: unhandled promise rejection 2017-06-27 02:19:52 +03:00
zkochan
8ca612477d fix: uninstall should remove dependency from any property 2017-06-26 22:36:36 +03:00
zkochan
03264e5557 chore: release v0.74.4 v0.74.4 2017-06-26 01:42:32 +03:00
zkochan
ddc73c83f8 fix: always keep shrinkwrap.yaml in sync with package.json 2017-06-26 00:14:25 +03:00
zkochan
5895590a96 fix: don't show warning when dir dependency has no resolution
Directory dependencies should not have resolutions in
`shrinkwrap.yaml` files.
2017-06-25 23:03:49 +03:00
zkochan
c9abd79661 refactor: rename storePath in .modules.yaml to store 2017-06-25 21:16:22 +03:00
zkochan
ae35695819 fix: shrinkwrap should be update correctly on named install
When already in `package.json`, dev and optional dependencies
should be added to the corresponding properties in
`shrinkwrap.yaml` during named installation.
2017-06-25 02:12:50 +03:00
zkochan
0cac392b26 refactor: use npa.resolve() when possible instead of npa() 2017-06-25 01:33:35 +03:00
zkochan
231faf2985 test: shrinkwrap should be updated correctly on named install 2017-06-25 01:27:48 +03:00
zkochan
9e480618e7 docs: add more keywords 2017-06-25 01:24:57 +03:00
Zoltan Kochan
8b28f3379e docs: update ISSUE_TEMPLATE.md
Suggest to ask questions in the Gitter chatroom
2017-06-25 01:17:38 +03:00
Zoltan Kochan
1813b7bf53 docs: remove collaborative etiquette
Code of conduct was added as a separate file so no need in collaborative etiquette.
2017-06-25 01:13:45 +03:00
Zoltan Kochan
856cedda73 docs: add CODE_OF_CONDUCT.md 2017-06-25 01:11:38 +03:00
zkochan
2a1c8a68a5 docs: update package description 2017-06-25 00:36:50 +03:00
zkochan
6900c90824 docs: updating prior art 2017-06-25 00:23:55 +03:00
zkochan
1925c2469b docs(README): update usage section and offline config section 2017-06-24 23:38:05 +03:00
Zoltan Kochan
9801c96803 docs(README): add version badge 2017-06-24 23:05:11 +03:00
zkochan
ceeba97e89 docs: update the "Releasing apps" recipe 2017-06-24 22:20:07 +03:00
zkochan
72d7111806 docs: remove redundant README from root of docs 2017-06-24 22:19:36 +03:00
zkochan
da9c76730e docs: updating infromation abouth the packages store 2017-06-24 22:11:31 +03:00
zkochan
ee3c165195 docs: remove unused image 2017-06-24 22:08:04 +03:00
Zoltan Kochan
394b18d4c1 docs(README): add new questions to FAQ section 2017-06-24 16:03:03 +03:00
zkochan
3209d2d18c refactor: install dependencies of tests into test/node_modules 2017-06-24 14:41:07 +03:00