André Cruz
|
187457df13
|
Fix interactive not being set correctly on node 0.8.x, fixes #802.
|
2013-08-22 18:52:42 +01:00 |
|
André Cruz
|
2eea214a42
|
Fix linked dependencies in windows, fixes #813.
|
2013-08-22 18:45:34 +01:00 |
|
André Cruz
|
639c2290b7
|
Do not list versions if a property was requested, #684.
|
2013-08-22 18:27:41 +01:00 |
|
André Cruz
|
3d64b16227
|
Fix extraneous being incorrectly set for saved dev dependencies in some cases.
|
2013-08-22 13:07:03 +01:00 |
|
André Cruz
|
7bd22a5103
|
Fix update notice when using --json.
|
2013-08-21 19:30:47 +01:00 |
|
André Cruz
|
b272a61eac
|
Merge branch 'master' of github.com:bower/bower
|
2013-08-20 22:58:06 +01:00 |
|
André Cruz
|
4ed5f278f8
|
Ignore remote tags.
|
2013-08-20 22:57:42 +01:00 |
|
Tim Schaub
|
0eac8bb96e
|
Try without shallow clone if fatal error
$ git --version
git version 1.7.12.4
$ git clone https://code.google.com/p/closure-library -b master --progress . --depth 1
Cloning into '.'...
fatal: expected shallow/unshallow, got Error: internal server error
|
2013-08-20 12:43:01 -04:00 |
|
André Cruz
|
46ae1e759c
|
Improve non-interactive shell error message.
|
2013-08-20 09:26:01 +01:00 |
|
André Cruz
|
430dc04b09
|
Add another missing default value for confirm prompt.
|
2013-08-20 00:53:10 +01:00 |
|
André Cruz
|
39209f3bda
|
Standardise prompting behaviour between standard/json renderers.
|
2013-08-20 00:51:01 +01:00 |
|
André Cruz
|
0eaa43c05d
|
Missing default answer for the "Looks good?" question.
|
2013-08-20 00:50:21 +01:00 |
|
André Cruz
|
c6a370309d
|
Project install now accepts decomposed endpoints instead of endpoints.
|
2013-08-19 19:38:30 +01:00 |
|
André Cruz
|
13e2514830
|
Simplify.
|
2013-08-19 19:26:44 +01:00 |
|
André Cruz
|
1b505cc0e6
|
Fix maxSatisfying throwing on invalid versions, fixes #800
|
2013-08-19 19:20:29 +01:00 |
|
André Cruz
|
dd23feb5ea
|
Simplify.
|
2013-08-19 09:01:20 +01:00 |
|
Andre Cruz
|
3ced03ca7f
|
Unnecessary var.
|
2013-08-19 01:18:37 +01:00 |
|
Andre Cruz
|
9fa08fee99
|
Close GH-797: Decoupled prompting from the inner architecture.. Fixes #645
|
2013-08-19 01:16:19 +01:00 |
|
Andre Cruz
|
12baabcc89
|
Improve error logs on the json renderer.
|
2013-08-18 19:45:55 +01:00 |
|
Andre Cruz
|
13839e9384
|
Normalize paths on windows only if --paths.
|
2013-08-18 18:37:20 +01:00 |
|
Andre Cruz
|
d42a564de8
|
Small tweaks to util/semver.
|
2013-08-18 13:16:35 +01:00 |
|
Andre Cruz
|
71d083a552
|
Use graceful-fs.
|
2013-08-18 13:15:12 +01:00 |
|
Andre Cruz
|
cf802c368d
|
Unnecessary check.
|
2013-08-18 13:14:49 +01:00 |
|
Andre Cruz
|
72e6e61970
|
Close GH-795: Ignore file symlinks when reading project, fixes #791 and #783.. Fixes #791, Fixes #783
|
2013-08-17 22:39:59 +01:00 |
|
André Cruz
|
4402b80ec9
|
Close GH-794: Fallback to standard git clone if download/untar fails .
|
2013-08-17 22:37:03 +01:00 |
|
Andre Cruz
|
3f0dbef7ea
|
Minor change to util/readJson (consistency).
|
2013-08-17 14:01:01 +01:00 |
|
Andre Cruz
|
55eb1e2290
|
Only check for difference sources if _originalSource is set.
|
2013-08-17 13:17:49 +01:00 |
|
André Cruz
|
906990d9b5
|
Close GH-789: Install dependencies that have different sources, fixes #788.. Fixes #788
|
2013-08-17 11:50:39 +01:00 |
|
Trask Stalnaker
|
518f3d2a8f
|
Close GH-773: Order tags by semver build metadata. Fixes #0, Fixes #0, Fixes #0, Fixes #0, Fixes #0, Fixes #0, Fixes #0, Fixes #0
|
2013-08-17 11:39:51 +01:00 |
|
Andre Cruz
|
6ba6ea0084
|
Prevent deferred from being resolved because of a failed request.
|
2013-08-17 11:09:58 +01:00 |
|
André Cruz
|
01c499d73f
|
Update bower-config 0.4.0 that suffixes the tmp dir with "user/bower".
|
2013-08-16 09:44:58 +01:00 |
|
André Cruz
|
17f72f0ae2
|
Merge branch 'master' of github.com:bower/bower into meaningful-proxy-error
|
2013-08-16 09:13:59 +01:00 |
|
Martin Hansen
|
6e28e79b29
|
, is a valid character in a path, just wrap in array if string
|
2013-08-16 09:33:27 +02:00 |
|
André Cruz
|
463b258409
|
Forgot to decorate flattened tree with additional keys.
|
2013-08-15 22:43:55 +01:00 |
|
André Cruz
|
49d4c96ddf
|
Fix list command when there is a missing dependency.
|
2013-08-15 22:42:41 +01:00 |
|
André Cruz
|
197d3e9d36
|
Merge pull request #786 from bower/git-semver-branch
Match against a branch even if it's a semver version/range that does not exist, fixes #771.
|
2013-08-15 01:08:42 -07:00 |
|
André Cruz
|
adcc368238
|
Close GH-784: Several main files are outputted as an array with --paths, fixes #781.. Fixes #781
|
2013-08-15 09:05:44 +01:00 |
|
André Cruz
|
eff97c4d28
|
Match against a branch even if it's a semver version/range that does not exist, fixes #771.
|
2013-08-15 01:14:54 +01:00 |
|
André Cruz
|
d2aeed7a0c
|
Enable relative by default when used with --paths, fixes #785.
|
2013-08-15 00:55:33 +01:00 |
|
André Cruz
|
098753520f
|
Use the latest tag as the version by default for the init command.
Also fix some bugs.
|
2013-08-12 21:25:34 +01:00 |
|
André Cruz
|
43ae12f63b
|
Merge pull request #754 from bower/link-meaningful-error
Try to create a junction when a regular symlink fails, fixes #472
|
2013-08-12 06:34:52 -07:00 |
|
André Cruz
|
46937bbb87
|
Remove check.
|
2013-08-12 08:44:29 +01:00 |
|
André Cruz
|
f124fd4c23
|
Parse array items correctly in bower init.
|
2013-08-12 00:33:01 +01:00 |
|
André Cruz
|
99ca255aad
|
Tweaks to PR #763.
#693.
|
2013-08-12 00:11:03 +01:00 |
|
MrDHat
|
3530a33fe7
|
Improve init. Fixes #693
|
2013-08-12 04:18:46 +05:30 |
|
André Cruz
|
337c0f2d0a
|
Refactor GitHub url matching to a static function on the GitHubResolver.
|
2013-08-11 20:53:28 +01:00 |
|
André Cruz
|
1acf4a53d3
|
Minor cache clean fix related to last PR.
|
2013-08-11 20:52:42 +01:00 |
|
André Cruz
|
a2b0fb7d82
|
Create the empty dir if not yet created.
|
2013-08-11 19:09:23 +01:00 |
|
André Cruz
|
08fc86698d
|
Use an empty folder for git templates, fixes #761.
This is to prevent user template/hooks from being run.
|
2013-08-11 18:30:33 +01:00 |
|
André Cruz
|
7bacf8c425
|
Close GH-762: Support semver targets in cache clean command, fixes #688.. Fixes #688
|
2013-08-11 18:12:18 +01:00 |
|