Commit Graph

10701 Commits

Author SHA1 Message Date
zkochan
d6ea571ba8 chore: release v0.52.1 v0.52.1 2017-02-03 20:27:18 +02:00
Zoltan Kochan
7e7ef52d2e fix(fetch): limit simultaneous fetches
Rel #600, Rel #594
2017-02-03 20:26:15 +02:00
Zoltan Kochan
0da7115d1d fix: simultanious operations on meta.json v0.52.0 2017-02-03 00:05:05 +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
f7d96ac6e2 feat: reduce nesting in node_modules 2017-02-02 21:10:39 +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
AntoineC
1f3fa7991f fix(lock): increase stale duration from 10s to 20s 2017-02-01 22:03:46 +02:00
zkochan
b5fbbbf6d7 chore: release v0.51.3 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
7c9a1882e8 refactor: less meaningless option types 2017-01-30 21:50:43 +02:00
zkochan
c72052acb3 fix(logging): pass additional info with a message
bole sends only message, code and stack from errors, so a message
object has to be used to send additional information.
2017-01-30 21:50:43 +02:00
zkochan
5a1b10c2dc test: breaking changes 2017-01-30 21:50:43 +02:00
zkochan
3d5ef20c6f fix(logging): better message on store mismatch
Close #495
2017-01-30 21:50:43 +02:00
zkochan
a7f18434d3 refactor: better error message on legacy node_modules structures
Close #584
2017-01-30 21:50:43 +02:00
zkochan
ebd93b430f test: move out the storage cache to a separate package 2017-01-30 21:40:38 +02:00
zkochan
47f8298977 0.1.0 pnpm-default-reporter/0.1.0 2017-01-30 21:37:39 +02:00
zkochan
79a984f10e feat: print better error messages 2017-01-30 21:35:23 +02:00
zkochan
aa1a1b2b0e fix: package id should be similar on different platforms 2017-01-28 16:44:36 +02:00
zkochan
ea01adcd61 chore(CI): cache the store 2017-01-28 15:32:03 +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 v0.51.2 2017-01-27 21:56:34 +02:00
zkochan
8c9d1b6623 fix(bin): binstubs should be always at node_modules/.bin 2017-01-27 21:54:49 +02:00
zkochan
1fe9465d69 test: update verdaccio storage 2017-01-27 21:54:49 +02:00
zkochan
97df5548fa test(bin): update pre-and-postinstall-scripts-example 2017-01-27 21:54:49 +02:00
zkochan
ba09ee4546 chore: release v0.51.1 v0.51.1 2017-01-25 23:00:35 +02:00
zkochan
4e9fdc1477 fix(lifecycle): don't set NODE_PRESERVE_SYMLINKS to 1
With the new store and node_modules structure the pnpm leverages
symlinks preserving is not only unnecessary, it hurts.
2017-01-25 22:58:01 +02:00
zkochan
fa241d30a6 chore: release v0.51.0 v0.51.0 2017-01-25 22:30:08 +02:00
zkochan
6bf0daea9e feat: reinstall incompatible node_modules when forcing 2017-01-25 22:12:38 +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
zkochan
32e4130bea refactor: remove preserve-symlinks and flat-tree options
Close #546

BREAKING CHANGE:

Removed preserve-symlinks option

BREAKING CHANGE:

Removed flat-tree option
2017-01-25 22:12:38 +02:00
zkochan
9828efcbc0 fix(peer): link peers to non-bundled node_modules 2017-01-25 22:12:38 +02:00
zkochan
e3e94f14c7 test: skip shrinkwrap compatibility test on Node.js 4 2017-01-25 22:12:38 +02:00
zkochan
b781e46e0a docs(README): fix node_modules example 2017-01-25 22:12:38 +02:00
zkochan
ba3a1d0e92 fix: self-require only when there is no self-dependency 2017-01-25 22:12:38 +02:00
zkochan
d245e32ffc docs(README): update node_modules structure 2017-01-25 22:12:38 +02:00
zkochan
b6c957d625 fix: linking from store should be atomic
Close #553
2017-01-25 22:12:38 +02:00
zkochan
2c12199b3a fix: never preserve symlinks 2017-01-25 22:12:38 +02:00
zkochan
79d019ff4f feat: Store node_modules and package in adjacent folders
BREAKING CHANGE: node_modules structure changed
2017-01-25 22:12:38 +02:00
Zoltan Kochan
e7721f37a2 docs(README): remove greenkeeper badge 2017-01-25 22:10:31 +02:00
Zoltan Kochan
5641c2e874 Merge pull request #578 from pnpm/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2017-01-25 22:01:01 +02:00
greenkeeper[bot]
6ac8abba87 docs(readme): add Greenkeeper badge
https://greenkeeper.io/
2017-01-25 09:58:20 +00:00
greenkeeper[bot]
a9fbff9cbf chore(package): update dependencies
https://greenkeeper.io/
2017-01-25 09:58:19 +00:00
zkochan
92cf129b19 chore: change repo URL 2017-01-23 22:36:01 +02:00
zkochan
4ee3814fbe docs(README): update build badges 2017-01-23 22:17:27 +02:00
The Gitter Badger
efd69b4e29 docs(README): add Gitter badge 2017-01-23 22:06:26 +02:00
Rico Sta. Cruz
8cefadc9dc docs(Docpress): update GitHub URL 2017-01-23 22:01:51 +02:00