880 Commits

Author SHA1 Message Date
Daniel Tschinder b584b4f089 Fix self-update (#676)
* Fix self-update

Pick the correct file to download in self-update
We cannot rely that the first asset is always the tar file
This picks the correct file from the assets

Use dev version of roadrunner and reset it correctly

Enable self-update tests

* Remove github resolving from self-update

* Fix tests.

* Update roadrunner and fix tests

* Increase test timeout to 3 minutes

* disable test because to slow on circleCI
2016-10-17 15:55:45 +01:00
Konstantin Raev 145cd0a4b4 Added yarn install to circle.yml (#1157)
* Added yarn install to circle.yml
2016-10-17 13:46:24 +01:00
Sebastian McKenzie 00e42ae7da refactor how we rehydrate an install instance fixing the --production flag in yarn licenses - fixes #1103 (#1104) 2016-10-17 11:35:46 +01:00
Brandon Mills 81e5b00186 Add docs link to npm-shrinkwrap.json warning (#1141)
Fixes #1069
2016-10-17 11:35:34 +01:00
Devon Govett 50aae7db7f Support auth for private npm packages (#1146)
Sends the auth token for scoped packages, which may be private. Fixes #1134 and #521.
2016-10-17 15:38:22 +09:00
Daniel Lo Nigro c091ac4cc5 Add %LocalAppData%\Yarn\.bin to PATH as part of installation (#1129)
* Add %LocalAppData%\Yarn\.bin to PATH as part of installation

* Add LocalAppData path to user environment rather than system environment
2016-10-16 22:36:29 -07:00
Daniel Lo Nigro de29ce0e62 Decouple Chocolatey build from Windows Installer build (#1132)
* Decouple Chocolatey build from Windows Installer build

* Add more metadata to the nuspec
2016-10-16 20:26:47 -07:00
Daniel Lo Nigro 8f4f01e89c Use Yarn package/installer on Travis/AppVeyor/CircleCI rather than npm (#1117) 2016-10-15 21:45:38 -07:00
Sebastian McKenzie d24c5dab65 add appveyor cache 2016-10-15 21:44:16 +01:00
Sebastian McKenzie d9e3f6f880 use yarn to install deps on travis and appveyor 2016-10-15 21:42:05 +01:00
Sebastian McKenzie 23ae7b3075 cache ~/.yarn-cache on circle 2016-10-15 21:38:52 +01:00
Sebastian McKenzie 20bf125d5a use yarn to install own dependencies on circle and fix ghr curl command 2016-10-15 21:37:33 +01:00
Sebastian McKenzie 371d12988e remove go get 2016-10-15 21:32:29 +01:00
Sebastian McKenzie f8c6f5bc93 Merge branch 'master' of github.com:yarnpkg/yarn 2016-10-15 21:28:38 +01:00
Sebastian McKenzie 59ebd840f3 fix ghr install 2016-10-15 21:28:33 +01:00
Jason Palmer eded72393f Fix git resolver so isVersion matches git+https and the lke (#1107)
Change-Id: I63c9edd331e268e753382313cd7db11361762e0e
2016-10-15 21:21:04 +01:00
Sebastian McKenzie 40490c25f5 +x on bin/yarnpkg 2016-10-15 20:58:22 +01:00
Max Nordlund fe41999839 Only write escape sequences to a TTY (#766) 2016-10-15 20:16:36 +01:00
Sebastian McKenzie 7de47e567d spoof supportsColor too 2016-10-15 20:16:17 +01:00
Sebastian McKenzie 6040f50549 add bin/yarnpkg 2016-10-15 20:08:03 +01:00
Sebastian McKenzie b5087a2dde Merge branch 'master' of github.com:yarnpkg/yarn 2016-10-15 20:06:31 +01:00
Sebastian McKenzie cefa9a368d add yarnpkg bin alias 2016-10-15 20:05:53 +01:00
Ryan Stelly 383273cd98 prefer local config to home and home to global (#951) 2016-10-15 19:41:57 +01:00
Sebastian McKenzie e0dce96ed1 add npm publish to circle deploy 2016-10-15 19:32:40 +01:00
Sebastian McKenzie 76292b51b0 add timeouts 2016-10-15 19:15:16 +01:00