Commit Graph

9 Commits

Author SHA1 Message Date
Zoltan Kochan
1dc1f85b0f fix(server): use correct store location when running in background 2018-01-28 18:17:01 +02:00
Zoltan Kochan
43284a8056 test: add notice about unstable test
ref #1018
2018-01-27 01:55:22 +02:00
Emanuele Tamponi
7efaf408d0 feat: flag to ignore upload requests (#1010)
* feat: flag to ignore upload requests

* chore: bump up @pnpm/server dep to 0.7.1

* test: ignore upload requests

* fix: add help for ignore upload requests

* fix: use promisify instead of thenify
2018-01-24 21:39:25 +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
e4ce9c5a94 feat: running server in the background (#995)
* feat: running server in the background

close #960

* feat: store server can run in the background

* fix: update diable to version 4.0.1

* feat(help): add server start/stop to commands list

* feat: better info messages about server start
2018-01-19 01:38:10 +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
Zoltan Kochan
abdc2a856c feat(server): choosing the communication protocol (#988)
* feat(server): choosing the communication protocol

close #987

* feat(server): choosing port
2018-01-10 09:47:00 +02:00
Zoltan Kochan
2c9314ea4e feat: implement pnpm-as-a-service
ref #832
2017-12-20 21:17:15 +02:00