Commit Graph

160 Commits

Author SHA1 Message Date
André Cruz
cfb3d14028 Initial take on the commands + renderers + cli. 2013-05-23 19:55:59 +01:00
André Cruz
9f6bf62efc Some other tweaks to the API. 2013-05-22 22:58:04 +01:00
André Cruz
60ecceafec Change dependants to an object. 2013-05-22 15:09:29 +01:00
André Cruz
7b0b53a96d Some real minor tweaks. 2013-05-22 15:03:15 +01:00
André Cruz
87d0e1d886 Revised and improved code for the upper resolve layer. 2013-05-22 14:36:19 +01:00
André Cruz
e84bc3754f Fix sort of versions. 2013-05-21 00:53:30 +01:00
André Cruz
b369fa2c7b Add test for registry endpoints. 2013-05-17 13:12:46 +01:00
André Cruz
7c96eb0819 Small performance improvement by accepting an optional package meta to avoid re-reading it.
Fix tests if previous run left dummy directories.
2013-05-17 11:47:51 +01:00
André Cruz
febc3b7936 README typos. 2013-05-14 22:27:27 +01:00
André Cruz
1e511dd655 Disable keep alive, fixing issues with redirects taking too long. 2013-05-14 21:55:50 +01:00
André Cruz
e479e84bde Fix minor issues when using the force flag. 2013-05-13 16:07:46 +01:00
André Cruz
19e3a2ecc4 Setup rudimentary CLI usage for the demo. 2013-05-13 15:09:16 +01:00
André Cruz
d2290d509f Copy now uses ncp to copy if there is no ignore filter, which is must faster. 2013-05-13 15:07:41 +01:00
André Cruz
e09a3b8cbf Huge commit, implement rough working version of the whole resolve process. 2013-05-13 11:09:04 +01:00
André Cruz
adf14f79e0 Fix bug when parsing content-type headers with charset. 2013-05-06 13:05:29 +01:00
André Cruz
cd31799c4c Minor fixes. 2013-05-05 03:14:07 +01:00
André Cruz
63c005a3de Remove node 0.10.x from the failures. 2013-05-05 03:23:20 +02:00
André Cruz
4e984f5532 Merge pull request #453 from bower/junk
Replace util/osJunk with junk module
2013-05-04 18:17:25 -07:00
André Cruz
5cb79a4c1a Unify named endpoints with endpoints. 2013-05-05 01:20:37 +01:00
Sindre Sorhus
083cb9cc9a Replace util/osJunk with junk module 2013-05-05 01:53:42 +02:00
André Cruz
f25903905c Resolve paths using config.cwd in the resolver factory. 2013-05-04 17:03:42 +01:00
André Cruz
16216147bc Keep var at the top. 2013-05-04 16:59:48 +01:00
André Cruz
8069e5568b Changes to new code style. 2013-05-04 16:56:31 +01:00
André Cruz
0682df3801 Merge branch 'rewrite' of github.com:bower/bower into rewrite
Also improve codebase.

Conflicts:
	lib/resolve/resolverFactory.js
	lib/util/copy.js
	test/resolve/resolverFactory.js
2013-05-04 16:54:22 +01:00
André Cruz
b0800c7e38 Merge pull request #450 from bower/rewrite-code-style
Rewrite: minor, non-functional changes to code style
2013-05-04 08:32:51 -07:00
André Cruz
e5c4391900 Fix some bugs. 2013-05-04 16:32:31 +01:00
André Cruz
e33e7446ee Add more tests/improve existent ones. 2013-05-04 16:32:00 +01:00
André Cruz
f8c3e6adf3 Add decomposed endpoint to the architecture. 2013-05-04 16:31:00 +01:00
Nicolas Gallagher
de0eca7890 Code style consistency
Some very minor changes to improve code style consistency.
2013-05-03 09:01:19 -07:00
Nicolas Gallagher
20ca17fcac Remove git ignores that aren't project specific 2013-05-03 08:42:29 -07:00
Nicolas Gallagher
6cbd1963bf Minor format change to LICENSE 2013-05-03 08:42:29 -07:00
André Cruz
2d292000a8 Oops. 2013-05-03 10:11:26 +01:00
André Cruz
6e75f94505 Apply removal of ignored files, add tests.
Minor improvements.
2013-05-03 10:07:27 +01:00
André Cruz
e748bcb291 Package repository initial implementation. 2013-05-03 00:09:02 +01:00
André Cruz
409a8c2a77 Add more tests to the resolver factory. 2013-05-02 23:45:49 +01:00
André Cruz
4cc09e49ac Tweak resolverFactory and other stuff, improve related tests. 2013-05-02 22:42:48 +01:00
André Cruz
665b5363e3 Update some links to the new bower org. 2013-05-02 14:37:26 +01:00
André Cruz
5a05f40428 Reuse promises of same source. 2013-05-02 11:38:17 +01:00
André Cruz
007b3644be Finish UrlResolver tests, fix some bugs. 2013-05-02 11:14:23 +01:00
André Cruz
93eba6ef68 Improve content disposition regexp. 2013-05-01 15:35:05 +01:00
André Cruz
0c7e593370 Fix bug in the hasNew of the GitResolver. 2013-05-01 15:34:15 +01:00
André Cruz
6b7df8fd50 Fix issues with the UrlResolver and add more tests. 2013-05-01 14:43:55 +01:00
André Cruz
4919b9cb48 Finish GitResolver tests, fix associated issues. 2013-05-01 14:05:11 +01:00
André Cruz
3f81e0ab82 Working towards finishing the UrlResolver. 2013-05-01 11:59:33 +01:00
André Cruz
96f2e150a1 Oops. 2013-05-01 11:58:47 +01:00
André Cruz
a38af3a31c Do not take OS junk files into account when counting files. 2013-05-01 11:57:06 +01:00
André Cruz
f29023f11d Some changes to the resolver API, add more tests. 2013-05-01 09:50:04 +01:00
André Cruz
3a93600195 Implement renaming to index in the FsResolver, fix minor issues. 2013-04-30 19:22:47 +01:00
André Cruz
974373dc40 Throw an error if already resolving. 2013-04-30 19:19:59 +01:00
André Cruz
36aacba237 Finish FsResolver. 2013-04-29 17:26:53 +01:00