820 Commits

Author SHA1 Message Date
Yunxing Dai 934a250b36 Don't re-install cached artifacts.
This patch makes sure if we load a package from cache, we don't install it again.
2016-10-13 13:28:43 -07:00
Samuel Reed e945425094 fix(engines): Suppress 'rhino' as invalid engine. (#1004)
Fixes #1003
2016-10-13 08:17:35 -07:00
Krzysztof Zbudniewek a41ce86f8d Fix test for yarn init --yes (#1005)
Fixes #997.
2016-10-13 16:09:22 +01:00
Daniel Lo Nigro d7c1d5ef17 Build .deb and .rpm on CircleCI (#962) 2016-10-13 13:03:55 +01:00
Ekin Koc ecbceeb9ca Add node shebang to single JS builds (#915) 2016-10-13 11:33:20 +01:00
Kasper Lewau c99ff4dff3 fix(packageLinker): ensure dir before symlinking bin (#975) 2016-10-13 09:52:15 +01:00
Daniel Lo Nigro 100b12420a When rendering spinners, only clear to the right of the cursor instead of the whole line (#959) 2016-10-13 14:14:44 +09:00
Fokke Zandbergen ee07644ed9 Document --force (#870)
* Document install --force

* Address https://github.com/yarnpkg/yarn/pull/870#issuecomment-253202762
2016-10-13 11:27:04 +09:00
Enrique ef9375568e Fix 'yarn cache dir' by using config.cacheFolder (#938) 2016-10-13 11:18:21 +09:00
Andrew Goode 0a29fb3917 fix(config): show proper command for yarn help config (#940) 2016-10-13 11:17:35 +09:00
Steve Lacy 9edf577cb8 Lint: remove unused vars (#720) 2016-10-13 10:18:26 +09:00
Ryan Stelly cb00d27abc Add pre and post install script calls (#800)
* fix tgz glob for powershell build (echo #729 fix)

* add pre and post install script calls, and wrap prepub in ifdev
2016-10-12 19:40:04 +01:00
Chris Shepherd eea92a3d6a Move babel-plugin-transform-inline-imports-commonjs to devDependencies 2016-10-12 11:30:44 -07:00
Oscar A. Funes Martinez e7e95f5d4b Add mkdirp to create a @<scope> folder before doing symlink so that yarn link works (#910)
* Add mkdirp to create a @<scope> folder before doing symlink

* Change from path.parse to path.dirname
2016-10-12 19:27:52 +01:00
Bouke van der Bijl 4a5785da3f Add single resolved version to flattenedPatterns instead of patterns (#894) 2016-10-12 19:23:01 +01:00
Rusty Toms 2185bfdd72 increase the timeout for long running tests (#905)
These tests seem to take a long time in mac os
2016-10-12 19:22:32 +01:00
Sebastian McKenzie fe5bdd851f add cache dir command to output path to cache directory - fixes #654 (#880) 2016-10-12 15:00:15 +01:00
Sebastian McKenzie e70cb84ebe Rename packagesRoot option to cacheFolder - fixes #831 (#881) 2016-10-12 22:56:55 +09:00
Ryan Stelly 454bf9b933 fix tgz glob for powershell build (echo #729 fix) (#793) 2016-10-12 14:33:31 +01:00
Sebastian McKenzie 76c559a2d6 Merge branch 'master' of github.com:yarnpkg/yarn
# Conflicts:
#	src/constants.js
2016-10-12 14:16:35 +01:00
Sebastian McKenzie 71c050b06c properly retrieve yarn directories 2016-10-12 14:15:53 +01:00
Hiro Asari 7bb82783c4 Increase git clone depth to 10 (#876)
Since this repository has a lot of commits, cloning with
depth 1 can cause builds to fail erroneously when the commit
to test is not available in the shallow clone.
2016-10-12 14:09:27 +01:00
Krzysztof Zbudniewek 04930493ec Add --yes flag to yarn init (#873)
Fixes #637.
2016-10-12 14:07:58 +01:00
Sebastian McKenzie 5d1704d3b5 fallback to npm config if it exists after getting default yarn config value - fixes #606 (#871) 2016-10-12 22:04:24 +09:00
Sebastian McKenzie 26901dd9d0 silence canceled read errors - fixes #661 (#874) 2016-10-12 22:04:16 +09:00