André Cruz
0a4a484f3d
Remove unused property, fix CS again.
2012-10-11 20:37:57 +01:00
André Cruz
e8b473b550
Ensure that an unit of work is always present, remove unnecessary if statement.
2012-10-11 19:26:52 +01:00
Andre Cruz
71a7b8e8f0
Add missing tests.
2012-10-11 15:23:47 +01:00
Andre Cruz
fd31f247a6
Unit of work implementation.
...
A unit of work is a simple storage with write lock/unlock.
The manager/package now share a unit of work instance.
The unit of work is used to prevent shared dependencies from being cloned/copied "at the same time" fixing issue #81 .
The prune and version resolving algorithm was also not correct. It now resolves versions correctly, fixing issue #57 .
- Fix I/O errors caused by copying/clone repos simultaneously to the same dest.
- Optimize the clone/copy step by avoiding it if the last resolved resource is the same.
- Fix failing test (at least on my windows machine)
- Add some more tests
- Fix CS.
2012-10-11 13:40:54 +01:00
Jacob Thornton
5d9257d908
0.2.0 + proxy support
v0.2.0
2012-09-25 13:56:07 -07:00
billy gates
3c85f9d891
Merge pull request #26 from mattn/proxy
...
support proxy.
2012-09-25 13:55:22 -07:00
billy gates
3b1a2045b5
Merge pull request #36 from manuelvanrijn/issue-31
...
Handle redirect for downloads and fixes downloading the file currupted
2012-09-20 16:58:08 -07:00
Manuel van Rijn
0763fe0775
fixed another multiple var statement
2012-09-20 13:44:07 +02:00
Manuel van Rijn
158a894804
changed back to var's
2012-09-20 09:03:49 +02:00
Manuel van Rijn
6bcaa4fc8d
fix tests
2012-09-19 09:24:35 +02:00
Manuel van Rijn
f0a9e4c384
Merge branch 'master' into issue-31
...
Conflicts:
test/package.js
2012-09-19 09:11:02 +02:00
♒∆✝
020303910e
Merge pull request #63 from josh/spec-main-array
...
Spec: Only be one file per type in the main array
2012-09-18 14:02:08 -07:00
Jacob Thornton
9a898a287b
0.1.3
2012-09-18 10:37:35 -07:00
♒∆✝
0b5b761a8c
Merge pull request #34 from nnnnathann/rename_fix
...
Fixes renaming between disks problem in linux ( #29 )
2012-09-18 10:36:55 -07:00
Joshua Peek
406ada8ca6
Specify that there should only be one file per type in the main array
2012-09-17 18:47:08 -05:00
Nathan Bleigh
a3022e2e9f
Chained formatting aesthetics
2012-09-17 16:57:03 -05:00
Paul Irish
d8cc04b1fe
add --save to readme
2012-09-17 09:58:26 -07:00
Paul Irish
7141983133
adding sindre's listing to readme
2012-09-16 19:36:33 -07:00
Jacob Thornton
aaeabb6200
0.1.2
v0.1.2
2012-09-16 14:37:48 -07:00
Jacob Thornton
1e5d48ac6c
0.1.1-1
2012-09-16 14:36:57 -07:00
Jacob Thornton
9889e158d1
double check to see that endpoint is indeed a file
2012-09-16 14:34:47 -07:00
Jacob Thornton
3fafa0f767
0.1.1
v0.1.1
2012-09-16 14:20:00 -07:00
Jacob Thornton
d4626f449c
if dependencies object is not present in json, don't try to warn
2012-09-16 13:13:21 -07:00
Jacob Thornton
40d2c8e1d1
calling replace changes the RegEx.$ getter duh.
2012-09-16 12:48:39 -07:00
Manuel van Rijn
fdb78d8179
Merge branch 'issue-31' of https://github.com/manuelvanrijn/bower into issue-31
2012-09-14 11:19:00 +02:00
Manuel van Rijn
0b8297138a
added tests for redirection
2012-09-14 11:18:56 +02:00
Manuel van Rijn
b0270ab40f
fixes downloading currupt files
2012-09-14 09:31:15 +02:00
Manuel van Rijn
7653c64ae5
log message
2012-09-14 09:31:15 +02:00
Manuel van Rijn
c3666bf65f
fixes #31 perform redirect for downloads when necessary
2012-09-14 09:31:15 +02:00
mattn
d07f1e9e52
set to src directly.
2012-09-14 09:32:06 +09:00
Nathan Bleigh
c0e03516e5
Test coverage for copy on install
2012-09-13 19:10:54 -05:00
Jacob Thornton
99d6f5c719
add component/component mention to readme
2012-09-13 17:02:32 -07:00
Nathan Bleigh
fb6fb519ab
Merge remote-tracking branch 'upstream/master' into rename_fix
2012-09-13 18:13:43 -05:00
♒∆✝
4f6284cd0c
Merge pull request #35 from jdalton/lodash
...
Replace Underscore with Lo-Dash
2012-09-13 15:55:12 -07:00
♒∆✝
3bf1acdfa2
Merge pull request #27 from gnuwilliam/master
...
Exception when updating without packages
2012-09-13 15:50:19 -07:00
♒∆✝
b43517af63
Merge pull request #15 from wilmoore/should-emit-error-event
...
added "Should emit error event" to "info" spec
2012-09-13 15:43:33 -07:00
Manuel van Rijn
644b45e19c
fixes downloading currupt files
2012-09-12 15:26:07 +02:00
Manuel van Rijn
cc4fd0602f
log message
2012-09-12 15:23:21 +02:00
Manuel van Rijn
e3815f480b
fixes #31 perform redirect for downloads when necessary
2012-09-12 15:20:43 +02:00
John-David Dalton
a7dca30d9d
Replace Underscore with Lo-Dash.
2012-09-11 22:45:02 -07:00
Nathan Bleigh
50f80269cd
Actually clean up local D:
2012-09-11 18:40:47 -05:00
Nathan Bleigh
8d21f60cca
Remove console.log
2012-09-11 18:02:25 -05:00
Nathan Bleigh
62328d4bf5
Removes tmp directory after copy, mimicing fs.rename
2012-09-11 17:59:01 -05:00
Nathan Bleigh
dbcea61300
Fixes renaming between disks problem in linux
...
According to https://github.com/joyent/node/issues/2703
fs.rename does not support renaming between disks, which
is causing a problem when the /tmp directory is not on the
same disk as the cwd.
This is an ugly fix involving error catching, but I would
love some input to see how to fix this problem permanently
2012-09-11 17:38:12 -05:00
William Oliveira
3bc36649cf
Exception when updating without packages
2012-09-11 01:27:23 -03:00
mattn
db5ec83abf
fix indent.
2012-09-11 11:23:34 +09:00
mattn
99e63ddf4d
support proxy.
2012-09-11 11:14:00 +09:00
addyosmani
4527f76718
Minor tweak to last README patch.
2012-09-11 00:14:48 +01:00
Wil Moore III
71fd72cffc
Merge branch 'master' of https://github.com/twitter/bower into should-emit-error-event
2012-09-10 17:09:21 -06:00
Addy Osmani
eb5961ab6f
Merge pull request #25 from jonathantneal/patch-1
...
Update README.md
2012-09-10 16:09:19 -07:00