Adam Stankiewicz
a8c395325f
Make download.js tests work on Windows VM, fixes #1972
...
Followup:
https://github.com/npm/fs-write-stream-atomic
2015-11-16 01:57:20 +01:00
Adam Stankiewicz
c8219ce30d
Update fs-write-stream-atomic to fork with timing fix
...
It turned out that removing files synchronously on windows can cause
issues. This commit makes Appveyor build for Windows little better.
2015-11-16 00:58:40 +01:00
Adam Stankiewicz
4e80f5107f
Properly destroy read stream for downloads
2015-11-15 14:25:27 +01:00
Adam Stankiewicz
38fa1b6858
Downgrade spawn-sync to 1.0.13 (windows build)
2015-11-15 13:18:33 +01:00
Adam Stankiewicz
c6ed215260
Re-order scripts for appveyor build
2015-11-15 13:15:05 +01:00
Adam Stankiewicz
74eba8d2e8
Move spawn-sync back to devDependencies...
2015-11-15 13:14:28 +01:00
Adam Stankiewicz
5a72dae2c8
Build on both node 0.10 and 0.12 on appveyor
2015-11-15 13:10:10 +01:00
Adam Stankiewicz
6194821643
Skip installing npm and svn for appveyor
2015-11-15 13:06:16 +01:00
Adam Stankiewicz
37aab9c72e
Downgrade spawn-sync for appveyor
2015-11-15 13:01:24 +01:00
Adam Stankiewicz
0a0dc8cef9
Update spawn-sync to fix appveyor tests
2015-11-15 12:51:41 +01:00
Adam Stankiewicz
c6d89b79b4
Remove npm-shrinkwrap from devDependencies (issues with npm@3.x)
2015-11-15 12:02:39 +01:00
Adam Stankiewicz
8a435dff27
Update to newest npm in appveyor builds
2015-11-15 11:51:45 +01:00
Michael Robinson
459925eba7
Merge pull request #1972 from pwielgolaski/#1958
...
fix passing options to request
2015-11-15 22:22:12 +13:00
Adam Stankiewicz
6614a43658
Bump to 1.6.5
v1.6.5
2015-11-14 15:56:13 +01:00
Adam Stankiewicz
88fd65ae34
Merge pull request #1988 from faceleg/travis-node-versions
...
Run travis tests in all versions of node
2015-11-14 15:52:47 +01:00
Adam Stankiewicz
83da088024
Update CONTRIBUTING.md
2015-11-14 15:39:41 +01:00
Piotr Wielgolaski
51a986d0d4
add test for download.js and fix download behavior to not leave temporary files in case of error
2015-11-07 18:26:48 +01:00
Michael Robinson
0aefe8fc0e
Be more specific with node version 5
2015-11-05 10:47:39 +13:00
Michael Robinson
2845984169
Use environment vars for node versions because OS X
2015-11-05 10:47:24 +13:00
Michael Robinson
2a91dc5fb1
Updated travis tests to run in supported node versions
2015-11-05 10:43:02 +13:00
Michael Robinson
5eca9274ee
Added language to travis.yml
2015-11-05 10:40:44 +13:00
Michael Robinson
d57d81ca85
Run travis tests in all versions of node
2015-11-05 10:38:15 +13:00
Adam Stankiewicz
a5dcf9cc24
Merge pull request #1973 from gronke/remove-insecure-suggestion-from-readme
...
remove hint to use --allow-root flag from readme
2015-10-26 10:30:59 +01:00
Stefan Grönke
484c8985ed
remove hint to use --allow-root flag from readme
2015-10-26 01:14:09 +01:00
Piotr Wielgolaski
931b0a8905
fix passing options to request
...
options from download need to be pass to request library that make HTTP
request
Also when there is http error stream need to be closed otherwise there
is issue reported that unlink operation is not permitted on Windows
2015-10-24 16:52:22 +02:00
Adam Stankiewicz
bfd1e93325
Install stable version on npm on appveyor
v1.6.4
2015-10-24 12:01:59 +02:00
Adam Stankiewicz
bf23751549
Bump to 1.6.4
2015-10-24 11:51:50 +02:00
Adam Stankiewicz
b79034fbb9
Merge pull request #1956 from bower/strip-trailing-slash
...
strip trailing slash in urlResolver
2015-10-24 11:09:32 +02:00
Adam Stankiewicz
eaa05ac6c1
Merge pull request #1960 from bower/add-user-agent
...
add User-Agent to downloadd
2015-10-24 11:08:31 +02:00
Adam Stankiewicz
8f0a3d727e
Merge pull request #1969 from chrisjons/svn_improvements
...
use --non-interactive when running svn client
2015-10-24 10:41:21 +02:00
Adam Stankiewicz
b6a524e6b4
Merge pull request #1970 from twalpole/ignore2
...
fix issue #1962 - ignoredDependenices multiple install run
2015-10-24 10:39:20 +02:00
Thomas Walpole
43d00deb88
fix issue #1962 - ignoredDependenices multiple install run
2015-10-23 11:52:40 -07:00
Christian Jönsson
4836a0cae9
use --non-interactive when running svn client
...
If there is a problem in connecting to the Subversion server,
e.g. credential or certificate related, the CLI client will pause to
ask the user for input on the console. This is not handled by bower
Subversion Resolver, causing the install process to hang forever
with no message printed to the bower user.
Running the Subversion CLI client with the option --non-interactive
will instead cause the client to exit upon such an error.This is
detected by the bower resolver and the message printed to the user,
making it much easier to investigate and solve the underlying problem.
2015-10-23 13:05:16 +02:00
Adam Stankiewicz
302c4ade51
Leave link only to Support Declaration
2015-10-22 12:19:42 +02:00
Adam Stankiewicz
75d80e014a
Mention about Support Declaration and BountySource
2015-10-22 12:15:50 +02:00
Patrick Kettner
0f790f4293
add User-Agent to downloadd
2015-10-20 13:51:50 -07:00
Patrick Kettner
452217e9fa
strip trailing slash in urlResolver
2015-10-17 21:48:10 -05:00
Adam Stankiewicz
f66c0cfe5c
Update npm to 2.0.0 on travis
2015-10-16 12:05:36 +02:00
Adam Stankiewicz
30898c13d3
Update changelog
v1.6.3
2015-10-16 12:01:25 +02:00
Adam Stankiewicz
2330d59ffa
Bump to 1.6.3
2015-10-16 11:49:04 +02:00
Adam Stankiewicz
1316be57dc
Update bower-config to 1.2.2
2015-10-16 11:46:51 +02:00
Adam Stankiewicz
ff0f2a8f83
Use stat instead of lstat for checking if something is directory, fixes #1951
2015-10-16 11:17:03 +02:00
Adam Stankiewicz
7e5184d342
Merge pull request #1954 from scottaddie/master
...
Replace README file msysgit references with Git for Windows
2015-10-16 11:05:35 +02:00
Scott Addie
8fa1fd55e9
Replace README file msysgit references with Git for Windows
2015-10-15 22:18:30 -05:00
Adam Stankiewicz
52463dea09
Bump and update npm-shrinkwrap.json for bower 1.6.2
v1.6.2
2015-10-15 16:15:51 +02:00
Adam Stankiewicz
8cf09f5444
Revert "Bump to 1.6.1 and update npm-shrinkwrap.json"
...
This reverts commit 20a6190ed8 .
2015-10-15 16:12:42 +02:00
Adam Stankiewicz
20a6190ed8
Bump to 1.6.1 and update npm-shrinkwrap.json
v1.6.1
2015-10-15 15:56:23 +02:00
Adam Stankiewicz
402a9f3017
Add node-uuid back to npm-shrinkwrap
2015-10-15 14:10:25 +02:00
Adam Stankiewicz
af09872fba
Set default bower.config again
v1.6.0
2015-10-15 13:50:36 +02:00
Adam Stankiewicz
2311d7dc44
Update npm-shrinkwrap.json with npm-shrinkwrap tool
2015-10-15 13:29:56 +02:00