Commit Graph

1444 Commits

Author SHA1 Message Date
Zoltan Kochan
72bfaf129f fix: use graceful-fs for filesystem operations
mz/fs uses graceful-fs instead of fs, when it is available.
2017-02-06 12:17:29 +02:00
zkochan
f119581587 feat: add verify() to the API that returns an array of modified package
Rel #585
2017-02-05 17:07:58 +02:00
zkochan
7ac987ea06 feat: save the original shasum of each package in the store
Rel #585
2017-02-05 15:43:10 +02:00
zkochan
787d61786e chore(package): update pnpm homepage address 2017-02-04 16:43:17 +02:00
zkochan
760f2fd61e chore: remove broken coverage reporting 2017-02-04 15:45:11 +02:00
Zoltan Kochan
96f9505b74 ci: remove docs generation 2017-02-04 15:39:55 +02:00
zkochan
d6ea571ba8 chore: release v0.52.1 2017-02-03 20:27:18 +02:00
zkochan
400f6bed21 feat: limit network concurrency 2017-02-02 23:49:27 +02:00
zkochan
5f07768d2d feat: semver aware caching
Invalidate caching in semver aware way.

Remove caching into filesystem.

Rel #568, Close #580
2017-02-02 22:11:03 +02:00
zkochan
18e3352fb0 feat(modules): save package in node_modules folder
BREAKING CHANGE: node_modules structure changed
2017-02-02 21:10:39 +02:00
zkochan
b5fbbbf6d7 chore: release v0.51.3 2017-01-30 21:56:24 +02:00
greenkeeper[bot]
0def0bfe3d fix(package): update pnpm-default-reporter to version 0.1.0
https://greenkeeper.io/
2017-01-30 21:53:37 +02:00
greenkeeper[bot]
8e56c58e28 fix(package): update global-bin-path to version 0.1.1
https://greenkeeper.io/
2017-01-30 21:53:14 +02:00
zkochan
ebd93b430f test: move out the storage cache to a separate package 2017-01-30 21:40:38 +02:00
zkochan
02d282e0ae refactor: remove unused dependencies 2017-01-28 15:04:31 +02:00
zkochan
71def92841 chore(package): use not exact versions in dev deps
To decrease the number of greenkeeper PRs
2017-01-28 14:49:41 +02:00
zkochan
d8af9bed59 refactor: use symlink-dir instead of link-dir 2017-01-28 14:34:04 +02:00
zkochan
ade4348fa7 chore: release v0.51.2 2017-01-27 21:56:34 +02:00
zkochan
ba09ee4546 chore: release v0.51.1 2017-01-25 23:00:35 +02:00
zkochan
67642d37c2 feat: don't allow to run on old node_modules structure
BREAKING CHANGE: node_modules structure changed
2017-01-25 22:12:38 +02:00
greenkeeper[bot]
a9fbff9cbf chore(package): update dependencies
https://greenkeeper.io/
2017-01-25 09:58:19 +00:00
Rico Sta. Cruz
7db7a8f9b4 chore(package.json): change repo URL 2017-01-23 22:01:40 +02:00
zkochan
3a354c54fd docs: mention disk usage efficiency
Close #539
2017-01-21 19:04:01 +02:00
zkochan
57ffc35dc2 chore: release v0.50.0 2017-01-21 18:40:52 +02:00
zkochan
cdf321d021 feat(bin): use npm global bin path for global installation
To make global CLIs work without any additional configuration
2017-01-21 18:38:47 +02:00
Andrey Popp
ca48f5d943 feat: make pnpm wait on lock
Also use `proper-lockfile` package. A similar thing which is yarn does.
2017-01-20 22:26:35 +02:00
zkochan
d6f5c68cfd chore(package): don't use tap-diff
When tests run with tap-diff, ts-node errors are ignored.
2017-01-20 02:26:02 +02:00
greenkeeperio-bot
d78ccce693 chore(package): update unpack-stream to version 1.1.0
https://greenkeeper.io/
2017-01-19 21:52:39 +02:00
zkochan
48644e9764 chore: release v0.49.2 2017-01-19 02:20:54 +02:00
zkochan
b3de7d7d56 chore: release v0.49.1 2017-01-18 10:19:17 +02:00
zkochan
01fdfbad2e fix(git): don't use GitHub API to avoid rate limit errors
Additionally, use ls-remote to resolve refs to commits, before clonings
2017-01-17 23:39:25 +02:00
zkochan
1754db9034 chore: release v0.49.0 2017-01-17 01:40:17 +02:00
zkochan
eb7c570143 chore: update dependencies 2017-01-16 20:49:18 +02:00
zkochan
74f8525bc1 refactor: rename pnpm-reporter-default 2017-01-16 20:49:18 +02:00
zkochan
53336acdae refactor: move out file reporter to separate package 2017-01-16 20:49:18 +02:00
zkochan
a7d508782c refactor: move reporters to separate packages 2017-01-16 20:49:18 +02:00
zkochan
53f94417e7 feat(log): use ndjson for console output
Close #538
2017-01-16 20:49:18 +02:00
zkochan
383e772921 test: use verdaccio instead of sinopia
Unfortunately sinopia is not maintained anymore.
2017-01-15 18:43:18 +02:00
zkochan
dca99b8817 chore: release v0.48.1 2017-01-13 01:03:32 +02:00
zkochan
eb1ec303f2 refactor: force users to reinstall old node_modules 2017-01-11 09:06:23 +02:00
zkochan
190ac69e54 chore: release v0.47.1 2017-01-10 22:10:18 +02:00
greenkeeperio-bot
81ea88c51d chore(package): update cache-manager-fs to version 1.0.6
https://greenkeeper.io/
2017-01-10 22:09:54 +02:00
greenkeeperio-bot
6a99b2d5d2 chore(package): update node-gyp to version 3.5.0
https://greenkeeper.io/
2017-01-10 22:09:50 +02:00
zkochan
344b057784 fix: cmd shim should work on Windows
⬆️ @zkochan/cmd-shim@2.2.1
2017-01-10 21:59:18 +02:00
zkochan
82e4e7a1ab chore: release v0.47.0 2017-01-09 18:40:29 +02:00
zkochan
1c00eb025e refactor: use is-windows package
For detecting Windows OS, use the is-windows package.
2017-01-09 18:08:15 +02:00
zkochan
af4d86b523 chore(package): ⬆️ @zkochan/cmd-shim@2.2.0 2017-01-09 17:46:20 +02:00
zkochan
c912ababf3 fix(bin): set NODE_PATH
When links are not preserved, set NODE_PATH for binstubs

Ref #527
2017-01-09 17:46:20 +02:00
zkochan
5810c446ba test: fix CLI tests 2017-01-08 20:48:28 +02:00
zkochan
832252192d test: move the testing folder out of the project
When the testing folder is inside the project folder, the lookup
includes the node_modules folder inside the project.
2017-01-08 19:46:10 +02:00