Commit Graph

10 Commits

Author SHA1 Message Date
Zoltan Kochan
6ac52f7b6e feat(recursive): pnpm recursive dislink
Add a command for recursively dislinking packages

close #825
2018-02-04 12:27:46 +02:00
Zoltan Kochan
5204158b06 feat(recursive): pnpm recursive link
A new command for installation in a monorepo

ref #825
2018-02-04 12:27:46 +02:00
Zoltan Kochan
060f44f5ef fix(server): terminate the store server if graceful stop fails (#1003)
* refactor: use process-exists instead of is-running

* fix(server): terminate the store server if graceful stop fails
2018-01-23 22:12:24 +02:00
Zoltan Kochan
e25f528663 test: stabilize server tests 2018-01-23 00:35:48 +02:00
Zoltan Kochan
3b1fcc9360 feat(server): add stop command (#993)
* feat(server): add stop command

ref #960

* feat(server): `pnpm server` becomes `pnpm server start`

SEMI-BREAKING CHANGE:

`pnpm server` doesn't start a server but only prints help

`pnpm server start` starts a store server

* refactor: rename unstoppable to ignore-stop-requests
2018-01-17 00:03:12 +02:00
Emanuele Tamponi
49165f5527 feat: option to disable pnpmfile (#979)
* feat: option to disable pnpm hooks

* fix: as for review; doesn't work until @pnpm/types is upgraded

* fix: use opts.ignorePnpmfile in the caller

* chore: update shrinkwrap.yaml

* test: --ignore-pnpmfile flag
2017-12-31 00:15:42 +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
16692bbed9 fix: recursive installation should work with the store server 2017-12-21 23:05:40 +02:00
Zoltan Kochan
ff1ab5e450 feat: concurrent installation
close #941
2017-12-21 01:26:56 +02:00