311 Commits

Author SHA1 Message Date
André Cruz
0440e6916b Do not try other cacheName if in the middle of the resolve process. 2013-04-27 12:54:55 +01:00
André Cruz
624886bf5a Doc weird code. 2013-04-27 11:50:06 +01:00
André Cruz
424f99cea4 Fix cacheName not being correctly set sometimes, closes #429.
This was causing issues in the list command and install/update --save flag.
2013-04-27 11:26:59 +01:00
André Cruz
b13feea790 Fix update command not updating only desired packages.
Now throws an error if passing an unknown package.
2013-04-27 11:23:18 +01:00
André Cruz
883b79f05d Show package name in the root label in the list command. 2013-04-27 10:37:54 +01:00
André Cruz
caeb5effdc Remove warn's from link & uninstall commands. 2013-04-25 23:15:30 +01:00
André Cruz
c904c81d1c Close GH-418: Fix --save not working with urls that get redirected.. Fixes #417 2013-04-25 22:29:49 +01:00
Carson McDonald
2c12c8e2b6 Close GH-422: (Temporary) Unzip fix. 2013-04-25 22:27:49 +01:00
André Cruz
09f702879e Fix bower init targeting ~commit instead of *, closes #385. 2013-04-25 18:20:05 +01:00
André Cruz
aeb5a3a261 Only report discovery if folder got packages. 2013-04-25 17:44:34 +01:00
André Cruz
d58bf2f057 Remove warning in the list command. 2013-04-25 17:31:41 +01:00
André Cruz
c035021cd6 Fix bower not installing things due to cacheName mismatch. 2013-04-25 17:11:09 +01:00
Sam Breed
a48539230c adding 'i' and 'rm' aliases for 'save' and 'uninstall', respectively 2013-04-15 15:58:52 -05:00
André Cruz
6232e10d20 Merge pull request #386 from twitter/tmp-dir-cleanup
Use unsafeCleanup to clear temporary dirs, closes #345.
2013-04-11 16:50:58 -07:00
André Cruz
68755757af Use unsafeCleanup to clear temporary dirs, closes #345. 2013-04-09 20:24:48 +01:00
André Cruz
c9068f5820 Merge pull request #371 from wibblymat/bower.json
Bower.json (closes #39)
2013-04-08 13:31:18 -07:00
André Cruz
b54fe820cb Oops. 2013-04-06 12:35:07 +01:00
André Cruz
b37c3d25a6 Make creation of git_template dir sync. 2013-04-06 13:19:40 +02:00
Mat Scales
ec6df96a85 Finished switching to bower.json 2013-04-05 16:56:20 +01:00
Mat Scales
5ba11f39d1 Fall back to component.json for old dependencies with a warning. 2013-04-05 11:30:33 +01:00
Mat Scales
fa72a54c1a A naive first pass at replacing component.json with bower.json - just a find and replace 2013-04-05 10:05:14 +01:00
André Cruz
ac20fe25e2 Merge pull request #324 from richo/features/no_git_templates
Don't use git templates
2013-04-03 15:38:25 -07:00
Joshua Peek
757ce4385b Merge branch 'master' into package-json-name-is-authoritative 2013-04-03 10:57:33 -05:00
Joshua Peek
fd3bf981dc Change __defineGetter__ to Object.defineProperty 2013-04-03 10:41:02 -05:00
Joshua Peek
c703429288 Merge branch 'master' into package-json-name-is-authoritative 2013-04-02 23:11:08 -05:00
Joshua Peek
d0ff8d6175 Merge pull request #359 from twitter/seperate-cache-dir-from-package-name
Consistent package cache path
2013-04-02 21:10:20 -07:00
richo
51ee822794 Syncronously create git_template at config read time 2013-04-02 20:24:29 +11:00
Joshua Peek
6f6e66dacf Use consistent cacheName for unit work id 2013-04-01 15:05:26 -05:00
Joshua Peek
163775df94 Always generate cache name from git url 2013-04-01 15:05:21 -05:00
André Cruz
b9304d219b Forgot to bind. 2013-03-30 20:28:31 +00:00
André Cruz
fd472403c1 Make it pass a failing test. 2013-03-30 20:17:49 +00:00
Joshua Peek
a97d941835 Only override implicit package names 2013-03-30 14:29:18 -05:00
Joshua Peek
7c56df2600 Merge branch 'master' into package-json-name-is-authoritative 2013-03-30 13:58:03 -05:00
André Cruz
c38a63033a Typo. 2013-03-30 18:55:46 +00:00
André Cruz
3f9e19a0fe Write json in an async way and caught errors, fixes #352. 2013-03-30 17:49:12 +00:00
Joshua Peek
2d61ffa1b2 Resolve package json before recording dependency name 2013-03-19 19:54:27 -05:00
Joshua Peek
dfe4b66a43 Use consistent cacheName for unit work id 2013-03-19 19:54:02 -05:00
Joshua Peek
ad657f6dda Always generate cache name from git url 2013-03-19 18:36:48 -05:00
Joshua Peek
ce0e0b6038 Always use package name declared in component.json 2013-03-19 18:36:32 -05:00
André Cruz
cd45a1976b Merge branch 'command-abbreviations' of git://github.com/alFReD-NSH/bower 2013-03-17 13:07:21 +00:00
André Cruz
0169174a87 Merge branch 'master' of github.com:twitter/bower 2013-03-16 17:08:41 +00:00
André Cruz
fac7e1692c Fix --save and --save-dev when installing via shorthands. 2013-03-16 17:08:32 +00:00
richo
c6cd0e4162 Don't use git templates
This actually throws a warning from git, but is harmless.
2013-03-16 23:28:44 +11:00
Joshua Peek
b0917fbe87 Revert "Merge pull request #268 from twitter/package-json-name-is-authoritative"
This reverts commit ee417c9ff8, reversing
changes made to bbb33e6aa0.
2013-03-14 10:10:10 -05:00
Joshua Peek
ee417c9ff8 Merge pull request #268 from twitter/package-json-name-is-authoritative
component.json package name should be authoritative
2013-03-13 14:07:50 -07:00
Nicolas Gallagher
bbb33e6aa0 Merge pull request #299 from twitter/remove-grey-color
Remove use of `grey` from templates
2013-03-12 11:40:48 -07:00
Pascal Borreli
66773e129b Fixed typos 2013-03-12 09:28:15 +00:00
Farid Neshat
b5c363ba56 Accept abbreviated commands, closes #262 2013-03-12 00:05:37 -04:00
André Cruz
b8854771d8 Merge branch 'master' of github.com:twitter/bower 2013-03-11 19:42:35 +00:00
André Cruz
56b59da0cf Add space to the read json error message. 2013-03-11 19:42:22 +00:00