1260 Commits

Author SHA1 Message Date
André Cruz
9c4b30b65c Fix chalk usage on the info command. v1.1.1 2013-08-08 14:17:49 +01:00
André Cruz
160dc5c470 Bump version. 2013-08-08 14:07:10 +01:00
André Cruz
bbe2896de2 Update change log. 2013-08-08 14:05:44 +01:00
André Cruz
673f641283 Merge pull request #741 from bower/replace-colors
Replace `colors` with `chalk`
2013-08-07 17:12:25 -07:00
André Cruz
36d8d308f2 Merge pull request #742 from wilkinson/master
Fixed a grammar error
2013-08-07 17:10:21 -07:00
Sean Wilkinson
3482dd2a6b Fixed a grammar error 2013-08-07 18:44:59 -05:00
Keith Gibbs
9cee8b7b78 Close GH-732: Use https:// protocol instead of git:// when a proxy is set. 2013-08-08 00:36:32 +01:00
Sindre Sorhus
4ae1b5e04d Replace colors with chalk
colors.js has serious deficiencies like extending String.prototype which can cause all kinds of problems. Two modules using colors.js can conflict with each others, and it infects imported child modules. It's also better to explicit.

[chalk](https://github.com/sindresorhus/chalk)
2013-08-07 22:06:47 +02:00
Keith Gibbs
a34c8dc502 Close GH-724: Fix for GitHubResolver to use https instead of http for tarball archives. 2013-08-07 14:02:50 +01:00
André Cruz
b42c1ddbbc Merge pull request #736 from bower/symlink-no-follow
Do not follow symlinks, closes #730.
2013-08-07 01:12:02 -07:00
Keith Gibbs
9cc4860050 Close GH-739: Improve GitHub detection in resolverFactory.js. 2013-08-07 08:57:44 +01:00
André Cruz
58921f7422 Improve resolver factory tests and add some failing test cases. 2013-08-07 08:56:40 +01:00
André Cruz
f332de8ba9 Do not follow symlinks, closes #730. 2013-08-07 01:50:49 +01:00
André Cruz
8dce9a6f66 Merge pull request #735 from ifo/install-save-shorthand-fix
Fix install save shorthand
2013-08-06 16:41:35 -07:00
Steve McCarthy
1c616115b9 Fix install save shorthand 2013-08-06 19:34:36 -04:00
André Cruz
a97375552f Fix detection of org/repo on ssh URLs.
This was affecting the home command.
2013-08-07 00:08:04 +01:00
André Cruz
1cf99d757a Merge pull request #728 from dbashford/allow-cache-clean-with-no-args
allowing cache.clean to be called with no args
2013-08-06 05:27:39 -07:00
david.bashford
e84e94a8d1 allowing cache.clean to be called with no args 2013-08-06 08:12:32 -04:00
André Cruz
2b334774ce Improve extract message on non-wide terminals 2013-08-06 01:22:54 +01:00
André Cruz
b083422321 Bump reps. 2013-08-05 23:43:22 +01:00
André Cruz
b282d02a77 Fix jshint error. 2013-08-05 22:59:01 +01:00
André Cruz
e07c813320 Merge pull request #722 from wibblymat/reject-on-spawn-error
Reject the promise for a command if an error event is fired
2013-08-05 14:53:44 -07:00
André Cruz
b76a00b6fe Merge pull request #721 from wibblymat/preserve-env
Keep original environment variables intact in asset creation script
2013-08-05 14:53:31 -07:00
Sindre Sorhus
77e077d658 Merge pull request #723 from wibblymat/jshint-fixes
Fixed JSHint errors so that it can be turned on in Travis
2013-08-05 13:05:44 -07:00
Mat Scales
1cec48c065 Fixed JSHint errors so that it can be turned on in Travis 2013-08-05 22:03:12 +02:00
Mat Scales
30fa7f5a7f Keep original environment variables intact in asset creation script 2013-08-05 20:57:05 +02:00
Mat Scales
83edff6b26 Reject the promise for a command if an error event is fired 2013-08-05 20:53:26 +02:00
david.bashford
fd58a5fe06 Close GH-717: add flag to log for force latest. Fixes #715 2013-08-05 14:25:26 +01:00
André Cruz
15957bc9ac Close GH-716: Add initial packages script that allows creating of packages usable for tests. 2013-08-04 20:41:42 +01:00
André Cruz
59f87bdffe Merge branch 'master' of github.com:bower/bower 2013-08-04 01:30:12 +01:00
André Cruz
ee31e93f98 Fix link in README. 2013-08-04 01:23:27 +01:00
André Cruz
d3f3d17536 Minor typo in the changelog. 2013-08-03 17:37:29 +01:00
André Cruz
88c1045180 Bump version. v1.1.0 2013-08-03 17:30:19 +01:00
André Cruz
2c06feb6a1 Close GH-712: Changelog. 2013-08-03 17:29:13 +01:00
André Cruz
5b4fb961af Merge pull request #709 from bower/several-improv
Several improvements and fixes
2013-08-03 08:10:28 -07:00
André Cruz
3995ec0ff7 Remove tests temp dirs. 2013-08-03 15:02:38 +01:00
André Cruz
d2144905db Improve no-json warning. 2013-08-03 14:38:21 +01:00
André Cruz
b29c9c28fa Typo. 2013-08-03 14:24:24 +01:00
André Cruz
aa2e68d1ad Update reps. 2013-08-03 13:00:23 +01:00
André Cruz
85b2ec93c8 Small note. 2013-08-03 12:50:48 +01:00
André Cruz
3f8fcbf4e3 Always save endpoints specified with --save and --save-dev.
Even if the installed ones were different (user choose a different one on conflict).
2013-08-03 10:05:59 +01:00
André Cruz
24cabf19af Close GH-705: Refactor download to util and added retry logic in it.. Fixes #704, Fixes #699, Fixes #700 2013-08-02 23:09:31 +01:00
André Cruz
ae04f71e55 Uninstall now deletes uninstalled packages dependencies if they are non-shared, fixes #609. 2013-08-02 22:09:12 +01:00
André Cruz
c56f0db891 Prune now recursively prunes until no more extraneous are found, fixes #708.
This is necessary because a pruned package may contain packages that become also extraneous.
Related with #609.
2013-08-02 22:08:59 +01:00
André Cruz
ebf2765f2f Adapt list command to the new tree. 2013-08-02 22:08:41 +01:00
André Cruz
8dac95d86d Do not declared linked packages as dependencies in the init command. 2013-08-02 22:08:33 +01:00
André Cruz
6125c0423f Make installed dependencies without --save and --save-dev being recognised as root dependencies.
They continue to be labeled as extraneous but will be part of the tree.
This fixes #602 and cuts the way to implement #603.
This also fixes an issue with --save and --save-dev possibly saving more than it should.
2013-08-02 22:08:23 +01:00
André Cruz
f3d1638131 Fix bug where child dependency relationship would not be set correctly. 2013-08-02 22:08:14 +01:00
André Cruz
73c2e885e9 Fix PR #690. 2013-08-01 23:30:40 +01:00
Nick Heiner
2e615e7570 Close GH-690: Adding syntax highlighting to bower info. Fixes #571 2013-08-01 23:15:11 +01:00