149 Commits

Author SHA1 Message Date
André Cruz
366d7f82cc Oops, fix failing test. 2012-11-23 01:31:37 +00:00
André Cruz
b63ab2be88 Cleanup temp directories even if node dies, closes #140. 2012-11-23 01:11:54 +00:00
André Cruz
66a61acd5c Fix errors not being caught when using file writter. 2012-11-23 00:50:27 +00:00
André Cruz
3b69d1a4d5 Fix uninstall when the project has no deps saved, closes #153. 2012-11-23 00:49:44 +00:00
André Cruz
951013c006 Remove unnecessary if. 2012-11-21 23:45:17 +00:00
André Cruz
49e08443b7 Fix failing test, update CHANGELOG.md. 2012-11-21 23:16:13 +00:00
André Cruz
4a81edf5da Fix removal while using link, do not proceed if a local repo is detected. 2012-11-21 22:44:37 +00:00
André Cruz
a7612a8828 Catch errors also while installing, fix mute deps. 2012-11-21 22:42:59 +00:00
André Cruz
8bfa518f15 Detect local .git repositories and abort when true.
Also fix error reporting for nested deps.
2012-11-21 22:41:54 +00:00
André Cruz
8dcc2d5979 Typo. 2012-11-21 01:22:46 +00:00
André Cruz
75b9e21e77 Oops. 2012-11-21 01:21:25 +00:00
André Cruz
bcf9b0e880 Small tweak. 2012-11-21 01:15:12 +00:00
André Cruz
648fcace0f Add link command, change cache dirs. 2012-11-21 01:10:22 +00:00
André Cruz
e80ed8d130 Use async version of chmod. 2012-11-21 00:22:09 +00:00
André Cruz
4dde213a6f Typos. 2012-11-21 00:21:09 +00:00
André Cruz
a5c65afc46 Change temporary folders names. 2012-11-20 21:08:31 +00:00
André Cruz
30d95d3751 Fix resolve event emitting data in the install/update commands. 2012-11-20 20:51:56 +00:00
André Cruz
e021276072 Extract and present errors from the shell (e.g.: git commands). 2012-11-20 20:13:17 +00:00
André Cruz
15cd35efb9 Change register prompt. 2012-11-20 20:12:00 +00:00
André Cruz
069e9b80b6 Capture errors while resolving and present a summary. 2012-11-20 19:05:54 +00:00
André Cruz
19b9261e8b Fix http errors while downloading not being interpreted. 2012-11-20 19:02:09 +00:00
André Cruz
3ac918f306 [WIP] Errors improvement. 2012-11-20 09:13:51 +00:00
André Cruz
88d674848f Fix save flag for asset packages. 2012-11-19 20:00:56 +00:00
André Cruz
3793267c52 Add confirm prompt to the register command. 2012-11-19 19:55:40 +00:00
André Cruz
41e6f0bdbc Mismatch now has its custom template. 2012-11-19 00:39:08 +00:00
André Cruz
3b1642a52f Fix warn template, add missing command types. 2012-11-19 00:15:43 +00:00
André Cruz
bc598a334b Add jshintrc and fix all CS issues related to it. 2012-11-18 20:44:41 +00:00
André Cruz
c645768267 Remove unused code. 2012-11-18 16:56:05 +00:00
André Cruz
aa30fe885a Uninstall now removes also nested deps if not shared.
The uninstall now warns and halts uninstalling shared packages.
Though it can be forced with the --force flag.
Also fix CS, and fix small bug.
2012-11-18 16:49:25 +00:00
André Cruz
2c7435a33f Oops. 2012-11-18 12:24:48 +00:00
André Cruz
c06d8b271e Move name guessing logic to the package itself. 2012-11-18 11:01:36 +00:00
André Cruz
b85a565798 Report upgradeable local packages and packages without tags. 2012-11-17 23:23:16 +00:00
André Cruz
82c20e8a6b Print warning when the tag differs from the version specified in the json. 2012-11-17 23:12:42 +00:00
André Cruz
04919746e8 Fix little issue with packages + tag scheme. 2012-11-17 22:19:36 +00:00
André Cruz
64b86ccf04 Add path verification to the fetch function.
Now a more suitable message is given in those situations.
2012-11-17 21:25:45 +00:00
André Cruz
4a83227ca8 Fix failing test. 2012-11-17 20:39:21 +00:00
André Cruz
01d2ee079c Fix some bugs related with latest changes, fix CS, add local repo tests. 2012-11-17 20:27:20 +00:00
André Cruz
e9514423ce Remove package.json support, remove console.logs. 2012-11-17 15:35:59 +00:00
André Cruz
822efbe34c Huge commit.
- Support local path repositories
- Fix various issues with the list command
- If no component.json is detected, bower now creates one if the --save option is true
- Save command now saves in the form of ~tag instead of latest
2012-11-17 15:03:42 +00:00
André Cruz
133b1c12a7 CS. 2012-11-12 01:13:35 +00:00
André Cruz
657a5e0209 Simplify code. 2012-11-12 01:07:51 +00:00
André Cruz
03bbbb22af Fix ls command when asset is zip/tar. 2012-11-11 20:03:56 +00:00
André Cruz
bd11df44ee Change template verb. 2012-11-11 17:24:33 +00:00
André Cruz
2948eae448 Add github shorthands support (with tests), closes #121. 2012-11-11 16:59:00 +00:00
André Cruz
b23cbb8c3f Fix CS. 2012-11-11 16:34:03 +00:00
André Cruz
b3d04e9083 Some cleanup, add tests for tar and zip files.
Also improve tests.
2012-11-11 16:28:10 +00:00
André Cruz
d59e1e45a8 Add suport for zip and tar url's. 2012-11-11 15:50:33 +00:00
André Cruz
8598f9493d Merge pull request #129 from jenius/master
Add config to public api
2012-11-07 12:32:37 -08:00
André Cruz
376788f385 Fix ls command, closes #126. 2012-11-07 20:28:22 +00:00
Jeff Escalante
5ce5b4c3c6 add config to public api 2012-11-06 21:47:56 -05:00