Commit Graph

22 Commits

Author SHA1 Message Date
André Cruz
3f79247ac2 Add componentsDirectory option, fix and add tests. 2012-10-14 20:10:22 +01:00
André Cruz
6ef92b0c95 Add and fix failing test. 2012-10-14 17:36:06 +01:00
André Cruz
6823acd0ff Merge branch 'master' of git://github.com/satazor/bower
Conflicts:
	lib/core/package.js
2012-10-14 16:01:53 +01:00
André Cruz
6bd00a0e8e Tweak tests so they don't break in the future. 2012-10-13 14:22:15 +01:00
André Cruz
5dbb6d6346 Add install template, fix CS. 2012-10-13 03:19:18 +01:00
André Cruz
03e55cadbb Merge branch 'master' of git://github.com/twitter/bower
Conflicts:
	test/package.js
2012-10-12 00:22:57 +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
David DeSandro
ed13cab994 remove leftover assert in test 2012-10-08 08:52:57 -04:00
David DeSandro
b168f09419 chmod temp folder for accessible file permissions
with a test
ref #69 (awww yis)
2012-10-08 08:39:00 -04: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
Manuel van Rijn
0b8297138a added tests for redirection 2012-09-14 11:18:56 +02:00
Nathan Bleigh
c0e03516e5 Test coverage for copy on install 2012-09-13 19:10:54 -05:00
♒∆✝
4f6284cd0c Merge pull request #35 from jdalton/lodash
Replace Underscore with Lo-Dash
2012-09-13 15:55:12 -07:00
John-David Dalton
a7dca30d9d Replace Underscore with Lo-Dash. 2012-09-11 22:45:02 -07:00
Paul Irish
c0ce0dfa97 Revert "spec: rename jqueryui package to match registry."
Package was misnamed originally. Fixing in the registry instead.

This reverts commit 1a74353d2d.
2012-09-10 15:35:06 -07:00
Paul Irish
1a74353d2d spec: rename jqueryui package to match registry. 2012-09-10 10:44:54 -07:00
Wil Moore III
164d366670 Added 'info' test
- Should emit error event
2012-09-09 23:44:27 -06:00
Chris Aniszczyk
c220329337 Initial Release
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
2012-09-06 17:11:42 -07:00