Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
0ce791ed70 Using most instead of xstream and adding stats logging (#5)
* feat: print install stats

BREAKING CHANGE:

depends on supi@0.8

* refactor: use zen-push

* perf: use most instead of xstream

* feat: dependends on supi@0.8

BREAKING CHANGE: peer dependency update

* test: remove unnecessary comments

* feat: printing added/removed for whole line

* refactor: no newline before added/removed

* feat: print at least 1 add/remove sign when != 0
2017-12-29 21:28:08 +02:00
Zoltan Kochan
9256ad9e5c chore(release): 0.8.0 supi/0.8.0 2017-12-29 02:24:33 +02:00
Zoltan Kochan
e1640e7c61 feat: export StatsLog 2017-12-28 01:07:31 +02:00
Zoltan Kochan
d57942ce8e feat: log installation stats about number of added/removed
BREAKING CHANGE:

The logging format changed of the installation stats
2017-12-27 02:31:41 +02:00
Zoltan Kochan
0b31c042ea fix: log the correct number of added packages 2017-12-26 02:37:21 +02:00
Zoltan Kochan
47c1a28e48 chore(release): 1.24.3 v1.24.3 2017-12-25 21:15:44 +02:00
Zoltan Kochan
9631e45086 fix: don't print warning about configs twice 2017-12-25 21:15:38 +02:00
Zoltan Kochan
baf1938eb6 chore(release): 0.7.17 supi/0.7.17 2017-12-25 21:12:09 +02:00
Zoltan Kochan
ae99b3aef6 feat: add an option for avoiding logging to extendOptions() 2017-12-25 21:11:51 +02:00
Zoltan Kochan
e85ece3a5d fix: tree-kill is a dev dependency 2017-12-25 16:00:01 +02:00
Zoltan Kochan
9dda5c55ff chore(release): 1.24.2 v1.24.2 2017-12-25 13:58:51 +02:00
Zoltan Kochan
b019845216 fix: update supi to version 0.7.16 2017-12-25 13:58:34 +02:00
Zoltan Kochan
05beb57085 chore(release): 0.7.16 supi/0.7.16 2017-12-25 13:54:22 +02:00
Zoltan Kochan
85ec00f689 fix: update version-selector-type to 2.0.0 2017-12-25 13:54:16 +02:00
Zoltan Kochan
eec3f8c42a chore(release): 0.3.5 npm-resolver/0.3.5 2017-12-25 13:38:51 +02:00
Zoltan Kochan
3d03fd016c fix: can resolve versions loosely 2017-12-25 13:37:34 +02:00
Zoltan Kochan
804464423b chore(release): 1.24.1 v1.24.1 2017-12-25 03:34:17 +02:00
Zoltan Kochan
e24fca8cb6 fix: update @pnpm/npm-resolver to 0.3.4 2017-12-25 03:34:09 +02:00
Zoltan Kochan
d26598a2a8 chore(release): 0.3.4 npm-resolver/0.3.4 2017-12-25 03:32:17 +02:00
Zoltan Kochan
a1b07d7ed3 fix: can resolve package with version prefixed with v 2017-12-25 03:32:11 +02:00
Zoltan Kochan
cac5a1ee97 chore(release): 1.24.0 v1.24.0 2017-12-25 02:50:03 +02:00
Zoltan Kochan
f894876e49 feat: update supi to version 0.7.15
close #963
ref #952
2017-12-25 02:26:50 +02:00
Zoltan Kochan
b0e6b3f170 chore(release): 0.7.15 supi/0.7.15 2017-12-25 02:21:58 +02:00
Zoltan Kochan
4ce61da867 feat: when resolving, prefer version ranges specified for top deps
ref https://github.com/pnpm/pnpm/issues/952
2017-12-25 02:07:07 +02:00
Zoltan Kochan
892007cf39 chore(release): 0.5.1 package-requester/0.5.1 2017-12-25 01:43:50 +02:00
Zoltan Kochan
1bc420f196 chore: update dependencies
close #4
close #5
2017-12-25 01:42:46 +02:00
Zoltan Kochan
eb1d0fe496 feat: add preferredVersions to ResolveOptions
ref https://github.com/pnpm/pnpm/issues/952
2017-12-25 01:31:27 +02:00
Zoltan Kochan
7baa9b1345 chore(release): 0.3.3 npm-resolver/0.3.3 2017-12-25 01:27:54 +02:00
Emanuele Tamponi
f388a13ad9 fix: run node-gyp rebuild when install is not specified 2017-12-25 01:25:38 +02:00
Zoltan Kochan
8b38443084 feat: allow to specify preferred version selectors
ref https://github.com/pnpm/pnpm/issues/952
2017-12-25 01:01:42 +02:00
Emanuele Tamponi
3113be8472 fix: pass unsafePerm to lifecycle call 2017-12-24 19:56:38 +02:00
Zoltan Kochan
bacf099130 chore(release): 0.3.2 npm-resolver/0.3.2 2017-12-23 22:33:53 +02:00
Zoltan Kochan
440e0f0cb0 fix: should work with aliased scoped dependencies 2017-12-23 22:29:53 +02:00
Zoltan Kochan
13882af2d5 chore: update dependencies 2017-12-23 22:23:21 +02:00
Zoltan Kochan
0191279754 chore: update dependencies 2017-12-23 15:27:04 +02:00
Zoltan Kochan
a52742f6fc ci(travis): remove email notification 2017-12-23 14:30:24 +02:00
Zoltan Kochan
82f6a3935e fix: update dependencies 2017-12-23 14:17:52 +02:00
Zoltan Kochan
9a3311c736 chore(release): 0.2.2 @pnpm/outdated/0.2.2 2017-12-23 14:16:24 +02:00
greenkeeper[bot]
b5f3247646 fix(package): update package-store to version 0.12.0 2017-12-23 14:15:51 +02:00
Zoltan Kochan
ae3f406fce test: skip hanging test on Appveyor 2017-12-23 02:29:47 +02:00
Zoltan Kochan
3333daa9d1 fix: recursive install should not ignore pnpmfiles 2017-12-23 01:52:40 +02:00
Zoltan Kochan
81720d74bd test: output during recursive install 2017-12-23 00:12:28 +02:00
Zoltan Kochan
e811b8fb21 perf: save store once during recursive install 2017-12-22 23:17:41 +02:00
Zoltan Kochan
1f6c2e5736 chore(release): 1.24.0-3 v1.24.0-3 2017-12-22 00:56:36 +02:00
Zoltan Kochan
497eb97c4e feat: add reporting for pnpm server 2017-12-22 00:56:08 +02:00
Zoltan Kochan
b48b0be5be chore(release): 0.10.5 pnpm-default-reporter/0.10.5 2017-12-22 00:49:19 +02:00
Zoltan Kochan
96d3661d03 feat: implement reporting for pnpm server 2017-12-22 00:45:22 +02:00
Zoltan Kochan
3cf97dd446 refactor: move reporter for client to separate file 2017-12-22 00:19:59 +02:00
Zoltan Kochan
6f9a3c84ff fix: pnpm xmas is passed through to npm
close #972
2017-12-21 23:07:33 +02:00
Zoltan Kochan
16692bbed9 fix: recursive installation should work with the store server 2017-12-21 23:05:40 +02:00