Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
94d7025a5e refactor: remove redundant fields from InstalledPackage 2017-02-25 16:17:29 +02:00
Zoltan Kochan
9a17236d77 refactor: remove shouldLinkBins bool from installMultiple() 2017-02-25 16:17:29 +02:00
Zoltan Kochan
05737a435c refactor: remove redundant property from InstalledPackage 2017-02-25 16:17:29 +02:00
Zoltan Kochan
213e92348f perf: filter package dirs asynchronously 2017-02-25 16:17:29 +02:00
Zoltan Kochan
48a455231e fix: link bins once all files are fetched 2017-02-25 16:17:29 +02:00
zkochan
a250c6a587 chore: release v0.57.1 v0.57.1 2017-02-24 10:24:05 +02:00
zkochan
6f309da8f4 feat: show installation statuses of the top dependencies only
Reduce noise in the installation output.

Close #354
2017-02-24 10:20:08 +02:00
zkochan
7267e92661 chore: release v0.4.0 pnpm-default-reporter/0.4.0 2017-02-24 01:00:10 +02:00
zkochan
b8a7a9681c feat: less noise
Show only statuses of the top dependencies
2017-02-24 00:58:41 +02:00
zkochan
bf6019db7f chore: release v0.57.0 v0.57.0 2017-02-22 21:44:39 +02:00
zkochan
f119c76118 fix(resolve): normalize SSH URLs
Close #419
2017-02-22 21:32:17 +02:00
zkochan
455b40fe87 feat(bin): symlink executables when directories.bin specified
Close #156
2017-02-21 23:38:28 +02:00
zkochan
8ef96ce838 ci(greenkeeper): ignore pnpm's own packages 2017-02-21 23:33:20 +02:00
greenkeeper[bot]
040921e72b fix(package): update update-notifier to version 2.1.0
https://greenkeeper.io/
2017-02-21 23:27:05 +02:00
greenkeeper[bot]
eedb293042 chore(package): update cz-conventional-changelog to version 2.0.0
https://greenkeeper.io/
2017-02-21 23:26:47 +02:00
zkochan
f39402e2ac fix(bin): symlink bins of bundled deps 2017-02-20 23:12:55 +02:00
zkochan
0cb26a7026 refactor: use a constant graph entry point property 2017-02-20 22:29:20 +02:00
zkochan
c1a8c71325 test: fix executable checking 2017-02-20 21:39:53 +02:00
zkochan
10cacae7fb refactor: remove redundant file 2017-02-20 02:03:19 +02:00
zkochan
2cd0641db2 chore: release v0.56.0 v0.56.0 2017-02-20 01:10:14 +02:00
Zoltan Kochan
8da56d4e07 fix(link): global binstub created on pnpm link
Close #614
2017-02-19 20:23:48 +02:00
zkochan
b6fddf4234 feat: remove link-local
It is broken since the bit `Pure Store` and seems nobody even noticed.
This functionality should be implemented in a separate tool that
uses pnpm's API.

BREAKING CHANGE:

Remove the link-local option
2017-02-18 22:45:55 +02:00
zkochan
de00178ca3 refactor: link API
BREAKING CHANGE:

Link API functions changed
2017-02-18 20:32:34 +02:00
zkochan
2b53386458 chore: release v0.55.3 v0.55.3 2017-02-17 23:43:21 +02:00
zkochan
83ccabd68e fix(package): update @zkochan/cmd-shim to version 2.2.2 2017-02-17 23:23:01 +02:00
greenkeeper[bot]
62e640a856 fix(package): update rc to version 1.1.7
https://greenkeeper.io/
2017-02-17 22:32:25 +02:00
zkochan
fd84fc4433 chore: release v0.55.2 v0.55.2 2017-02-17 22:02:33 +02:00
zkochan
02a53797e8 fix(git+ssh): git clone with correct ssh URL
Close #419
2017-02-17 20:34:06 +02:00
zkochan
4f80565283 feat(link): log what was linked where
Ref #614
2017-02-17 20:33:43 +02:00
zkochan
c7be0df6cd fix(link): don't reinstall linked packages
Close #597
2017-02-17 20:33:43 +02:00
zkochan
c3f4c0537f refactor: tests
Use readPkg and path.resolve instead of path.join+process.cwd()
2017-02-16 22:18:53 +02:00
zkochan
554cf8df1b refactor: remove not used file 2017-02-16 00:07:59 +02:00
zkochan
cca22be414 refactor: remove runtimeError.ts 2017-02-16 00:07:11 +02:00
zkochan
c170f798ae refactor: remove not used file 2017-02-16 00:03:45 +02:00
zkochan
3b6ceaaebd refactor: use mkdirp-promise
Ref #441
2017-02-15 23:30:04 +02:00
zkochan
980249cf42 refactor: use link-dir package
Ref #441
2017-02-15 02:44:30 +02:00
zkochan
65a84ab79c refactor(install): simlification of install() function 2017-02-15 01:26:20 +02:00
zkochan
f205df13d9 refactor(fetch): remove ctx from fetch() 2017-02-15 00:24:15 +02:00
zkochan
efc60c8d9a refactor(install): less options in installMultiple 2017-02-15 00:14:44 +02:00
zkochan
5ae8ba88fe fix: don't ignore bundledDependencies 2017-02-14 23:52:03 +02:00
zkochan
0bf7c24ac4 feat: don't skip checking of available packages 2017-02-14 23:51:11 +02:00
zkochan
bcf5958961 refactor: installMultiple function 2017-02-14 23:06:39 +02:00
zkochan
6ede7a77df docs: remove links to ied
ied is better ranked in organic search results than pnpm.
Linking to a page with similar content makes that page better
ranked by Google. Removing the links gives pnpm better chances to
compete.
2017-02-14 21:52:23 +02:00
zkochan
656e14ef53 chore: release v0.55.1 v0.55.1 2017-02-14 02:08:31 +02:00
greenkeeper[bot]
da469a87af fix(package): update update-notifier to version 2.0.0
https://greenkeeper.io/
2017-02-14 02:06:23 +02:00
zkochan
0eedfd53c3 feat: try to resolve URL dependencies to npm packages 2017-02-14 00:59:42 +02:00
zkochan
a73ae78a08 fix(shrinkwrap): don't fail when shrinkwrap misses a resolution 2017-02-14 00:49:43 +02:00
zkochan
f763d6a321 fix(resolve): tarball depedencies have readable IDs 2017-02-13 23:32:38 +02:00
zkochan
dfb7acc9bd fix(resolve): git dependencies should have platform agnostic IDs 2017-02-13 21:11:00 +02:00
zkochan
4b42064dbc chore: releas v0.55.0 v0.55.0 2017-02-13 09:55:33 +02:00