242 Commits

Author SHA1 Message Date
André Cruz
e20e50514a Prevent duplicate package name in error summary, closes #277. 2013-02-26 20:54:15 +00:00
André Cruz
76b3a1c11f Fix small issues related with windows, #274.
- Downgraded rimraf to ~2.0.3
- Fix some issues with the tests (install and list tests)
- Fix some more errors with callbacks being fired twice
2013-02-26 20:36:45 +00:00
André Cruz
d4ada06724 Fix some async callbacks to be fired twice, closes #274. 2013-02-24 20:04:03 +00:00
André Cruz
80c12b3e5f Add --save-dev also to the uninstall command. 2013-02-24 13:46:34 +00:00
André Cruz
82ae977ba6 Only fire end event when end saving reps to the component,json, #258. 2013-02-24 12:10:05 +00:00
André Cruz
1f247704ff Fix typo, closes #270. 2013-02-24 10:50:51 +00:00
Mat Scales
59dee1c499 When detecting the existence of a proxy environment variable, check for HTTP versus HTTPS and uppercase vs lowercase 2013-02-22 23:44:26 +00:00
Andre Cruz
174b9b50d6 Fix issue with removing .git folder in windows. 2013-02-19 13:52:19 +00:00
André Cruz
674b02bda6 Fix another typo in the save command. 2013-02-19 13:39:19 +00:00
André Cruz
e8684ded7d Typo. 2013-02-19 13:36:37 +00:00
André Cruz
e32f3de9b5 Small changes to the lookup and search commands and improve its tests. 2013-02-18 01:39:05 +00:00
André Cruz
e7299b1125 Add --save-dev flag to the install command, #258. 2013-02-17 16:42:44 +00:00
André Cruz
8117b41e8a Small improvements to the init command. 2013-02-17 16:37:45 +00:00
André Cruz
d3d39141be Automatically clear bower cache when git commands fail with code 128, fixes #216. 2013-02-17 14:32:23 +00:00
David DeSandro
b7cbd36a07 Close GH-251: add --dev install option for devDependencies, cleaned up. Fixes #246, Fixes #80 2013-02-14 22:47:41 +00:00
David DeSandro
4e75896240 Close GH-235: list --sources for easier source listing. 2013-02-14 22:46:33 +00:00
André Cruz
72e5f36b67 Oops, remove console logs. 2013-02-12 19:07:03 +00:00
André Cruz
f030d98dab Fix automatic conflict resolver not resolving to the root package version. 2013-02-12 17:52:30 +00:00
Nick Heiner
0ac0f4dee7 Close GH-236: Commands emit meaningful events (fixes #233). Fixes #233 2013-02-11 22:34:33 +00:00
Mat Scales
557c453b12 Add an init command that generates a component.json 2013-02-08 23:40:19 +00:00
Marcelo Conceicao
80038f6925 Remove links pointing to nonexistent folders on cache-clean, #182. 2013-02-08 23:39:27 +00:00
Miloš Hadžić
5136cfc7ce Don't save dependency to component.json when it doesn't resolve
Fixes the case when install is called with --save and the dependecy
is saved to component.json even if it wasn't resolved.
2013-02-08 23:39:27 +00:00
André Cruz
7ab29c5516 Update unzip to resolve issue with some zip files, closes #225.
Also update change log.
2013-02-06 20:49:48 +00:00
André Cruz
b6eb6642f8 CS. 2013-02-02 11:16:58 +00:00
André Cruz
36e790d6a9 Fix protocol not being set correctly, closes #230.
Also account for errors when creating temp dirs.
2013-02-01 11:32:57 +00:00
André Cruz
2c992f1ece Fix some minor issues, closes #214. 2013-02-01 00:25:13 +00:00
André Cruz
9ac919b7af Simplify util/save. 2013-02-01 00:22:31 +00:00
André Cruz
755d87338d Add --force-latest flag to allow conflict resolution, #214. 2013-01-31 23:16:27 +00:00
André Cruz
d7b465359c Use the original tags if defined in the conflict resolution messages, #214. 2013-01-31 20:27:54 +00:00
André Cruz
63ecde0ea7 Merge branch 'master' of github.com:twitter/bower 2013-01-31 20:02:47 +00:00
André Cruz
44bfa55bee Finish up conflict resolution logic, #214.
Some refactoring.
2013-01-31 20:02:30 +00:00
André Cruz
6195281e70 Merge pull request #227 from twitter/ignore
Remove ignore paths from .json
2013-01-31 10:57:33 -08:00
David DeSandro
ad359e2659 dot option in glob for ignore 2013-01-31 13:54:54 -05:00
David DeSandro
a8a4f6fd2c push.apply to add json.ignore 2013-01-30 22:40:37 -05:00
André Cruz
02e3ed4588 Fix some more issues with reading package local configuration, closes #205.
Complete the tests regarding this issue.
2013-01-31 01:29:07 +00:00
David DeSandro
5d45b04b22 fix binding install;
add test for removing ignorables
2013-01-30 11:29:06 -05:00
David DeSandro
3b0d8b37e7 Merge branch 'master' into ignore
Conflicts:
	lib/core/package.js
2013-01-30 11:03:06 -05:00
David DeSandro
d6cb0736d6 use async.forEach in removeLocalPaths 2013-01-30 10:10:44 -05:00
David DeSandro
e2b94620ad refactor removeLocalPaths with forEachPromise helper
sorta kinda cleans it up
2013-01-29 18:14:52 -05:00
David DeSandro
254dab3da7 use glob for path matching
in promise hell
2013-01-29 17:44:40 -05:00
André Cruz
c52ad6fb7c More fixes related with previous commit, #205. 2013-01-29 17:47:11 +00:00
André Cruz
06f6c37add Fix previous commit, #205. 2013-01-29 17:31:19 +00:00
André Cruz
00aaeb9305 Obey local packages .bowerrc config and fallback to generic one, #205. 2013-01-29 17:23:26 +00:00
André Cruz
ca9cb2f61b Fix tags being added to non-repo packages in update, fixes #197. 2013-01-29 16:12:39 +00:00
André Cruz
a8c72398ba Better error messages for invalid bowerrc files, closes #220. 2013-01-29 15:07:25 +00:00
André Cruz
01bd65f8e6 Slightly better error message. 2013-01-29 14:58:07 +00:00
André Cruz
a0c7e5df57 Print a good detail message when a conflict occurs and ways to resolve it, #214. 2013-01-29 14:42:46 +00:00
André Cruz
1d3d37034f Initial sketch to solve issue #214. 2013-01-29 01:35:52 +00:00
David DeSandro
913acabdd2 add removeLocalPaths 2013-01-28 17:35:18 -05:00
André Cruz
9623f44d83 Fix mismatch issue, #214. 2013-01-27 15:27:01 +00:00