Zoltan Kochan
9abd5ca831
feat: --no-shrinkwrap
...
close #1025
2018-02-04 22:03:57 +02:00
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
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
71b23ea68e
fix: --no-optional
...
ref #1014
2018-01-24 09:17:16 +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
Emanuele Tamponi
ef70230f96
feat: parse side-effects-cache(-readonly) options ( #994 )
...
* feat: parse side-effects-cache(-readonly) options
* fix: add new options to help
* fix(deps): update
* test: side effects cache tests, same as supi
* test; remove unused variables and imports
* test: do not use spread syntax
2018-01-22 19:57:49 +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
b553c5cfe0
feat: --prefer-offline flag
...
close #975
2018-01-13 19:02:24 +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
f17c5b4591
feat: --shrinkwrap-only flag
...
close #981
2018-01-03 21:05:04 +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
Zoltan Kochan
2c9314ea4e
feat: implement pnpm-as-a-service
...
ref #832
2017-12-20 21:17:15 +02:00
Zoltan Kochan
327f9243d1
fix(update): hooks should be applied
2017-11-12 18:26:55 +02:00
zkochan
05f908422f
fix(outdated): checking non-npm-hosted dependencies
...
close #918
2017-11-04 12:45:20 +02:00
zkochan
0df85f577f
chore: use package-preview
2017-11-01 09:12:09 +02:00
zkochan
071453b7d5
test: no separate package.json for tests
2017-11-01 09:12:09 +02:00
Zoltan Kochan
fb4c6f09f1
chore: update shrinkwrap.yaml to version 3.2
2017-10-29 19:31:31 +02:00
zkochan
c0807b6cc7
feat: support --only
...
Close #461
2017-10-27 22:22:55 +03:00
Zoltan Kochan
b114bc48b8
fix: pass through to npm a predefined list of commands
...
close #864
2017-10-21 12:14:13 +03:00
Zoltan Kochan
79321bd181
fix: better syntax error reporting for pnpmfile.js
...
close #908
2017-10-21 00:37:44 +03:00
zkochan
d57fc63e8d
test: fix executable check on Windows
2017-10-18 22:39:58 +03:00
zkochan
1bfcf1d9d8
test: fix isexe usage
2017-10-18 22:26:30 +03:00
zkochan
fcad7a0578
chore: update shrinkwrap.yaml
2017-10-16 15:52:10 +03:00
zkochan
d5ab95cdb8
feat: rebuild
...
Close #756
2017-10-03 01:56:02 +03:00
zkochan
ff6ee5d0d5
fix: create correct env for root lifecycle events
...
Ref #892
2017-09-23 18:04:43 +03:00
Unknown
cd6f4d1669
fix: outdated output when everything is up-to-date
...
When everything is up-to-date `pnpm outdated`
should not print anything.
2017-09-17 18:39:48 +03:00
Unknown
3b29ec715e
feat: outdated command
...
Close #95
2017-09-12 22:52:21 +03:00
zkochan
0180464c08
chore: update shrinkwrap.yaml
2017-09-10 01:28:52 +03:00
zkochan
22aa114769
refactor: remove redundant newline
2017-09-06 02:54:09 +03:00
zkochan
0330ff0ee5
feat: require hooks from pnpmfile.js
...
Ref #861
2017-09-02 14:01:29 +03:00
zkochan
b570bb2ab6
chore: update shrinkwrap.yaml
2017-08-31 01:02:39 +03:00
zkochan
ef36142a23
fix: pnpm root -g
...
Close #850
2017-08-03 10:21:33 +03:00
zkochan
37901941a0
fix: listing global packages works
...
Close #862
2017-08-02 22:44:04 +03:00
zkochan
a6f9229ee5
fix: uninstall bins of global packages
...
Close #749
2017-08-01 02:06:17 +03:00
Zoltan Kochan
c5ef402d79
test: fix linking test on Windows
2017-07-31 02:45:58 +03:00
zkochan
2538b507b5
fix: pnpm link links bins to global bin folder
...
Close #853
2017-07-31 02:05:46 +03:00
zkochan
1724960044
test: test linking via CLI instead of direct cmd execution
2017-07-30 22:30:37 +03:00
zkochan
b903acf1c4
test: use NPM_CONFIG_STORE instead of NPM_CONFIG_STORE_PATH
2017-07-30 22:29:28 +03:00
zkochan
cf1302a365
feat: implement pnpm store prune
...
Ref #430
2017-07-23 17:49:31 +03:00
Zoltan Kochan
89e2c76e56
Moving out the installation algorithm to a separate package ( #830 )
...
* refactor: remove installation engine code
* refactor: remove engine tests
* fix: sets correct user-agent
* refactor: remove redundant dependencies
* chore: add supi as dependency
* docs: remove programmatic API
* feat: making the bin file also the main file
* chore(greenkeeper): ignore supi
2017-06-29 21:29:04 +03:00
zkochan
c28dba774a
feat: update typescript to version 2.4.1
2017-06-27 21:32:23 +03:00