Laurent Goderre
ef237fc521
Added the missing install command to the update task
...
Fixes #1518
2014-09-16 16:23:25 -04:00
Adam Stankiewicz
dfd2c7a3d2
Add tests to analytics and fix them
2014-09-12 21:28:44 +02:00
John Schulz
6637762aec
"analytics" value in \.bowerrc\ removes need to prompt user
2014-09-12 00:26:41 +02:00
Adam Stankiewicz
7565c71eb2
Warn about unnecessary resolution, #1061
2014-09-08 01:13:55 +02:00
Adam Stankiewicz
d743352bc0
Disable removing unnecessary resolutions, #1061
2014-09-08 01:02:31 +02:00
Adam Stankiewicz
59d26c6825
Prevent error when piping bower output to head, fixes #1396
2014-09-07 23:46:20 +02:00
Adam Stankiewicz
5eed363e10
Merge pull request #1393 from Lukeas14/disable-shallow-clone-except-github
...
Disable shallow clones for all repos except those from github.com
2014-09-07 23:29:24 +02:00
Sindre Sorhus
49b2fdbde9
Merge pull request #1504 from bower/fix/hook-order
...
Run posthook after saving bower.json, fixes #1471
2014-09-07 20:06:28 +02:00
Burak Yigit Kaya
623f6e9542
Use tar-fs instead of tar for faster TAR extraction
2014-09-07 19:29:37 +02:00
Adam Stankiewicz
32356f23d3
Run posthook after saving bower.json, fixes #1471
2014-09-07 19:14:30 +02:00
Sindre Sorhus
321ddabfd5
Merge pull request #1502 from bower/fix/bowerrc-cwd
...
Read .bowerrc from specified cwd, fixes #1301
2014-09-06 18:15:55 +02:00
Sindre Sorhus
bf93a6a1ab
make bower list --paths a bit prettier
2014-09-06 17:58:47 +02:00
Adam Stankiewicz
daaf21a4fe
Merge pull request #1495 from mitogh/link-issues
...
Update the references to the issues and pulls in the CHANGELOG.md file
2014-09-06 14:40:55 +02:00
Adam Stankiewicz
06a8f2afab
Read .bowerrc from specified cwd, fixes #1301
2014-09-06 02:38:40 +02:00
Ben Schwarz
254aba0995
Back concurrency down to 5 (from 50!)
2014-08-28 20:28:22 +10:00
Manuel Wiedenmann
c4659f816f
expose bower version
2014-08-20 14:26:42 +02:00
Kornel Lesiński
7a0a86d51c
When tmp.js returns cleanup callback along with the tmp dir path, nfcall changes return type to an array
2014-08-06 14:28:04 +01:00
MadLux
794744d5a3
Added .zip MIME type (e.g. the default served by Windows/IIS)
2014-07-30 11:41:21 +02:00
Sindre Sorhus
9b5fa99d6a
bump update-notifier and simplify
2014-07-09 16:15:47 +02:00
Lucas, Justin
09ecb80625
Disable shallow clones for all repos except github.com
2014-07-08 11:39:14 -07:00
Vladimir Alaev
83f4b7b699
Fix callstack error when processing installed packages with circular dependencies
2014-07-04 12:53:50 +01:00
insanehong
9b81ddf4d5
It should shows an error when bower install failed, fixes #922
...
- reason no bower.json in current directory
2014-07-03 15:10:38 +01:00
insanehong
4af17f0e40
Fixed bower list --paths` fails with TypeError, fixes #1383
2014-07-03 15:00:53 +01:00
Adam Stankiewicz
232be333ad
Add tests for removeIgnores utility
2014-07-02 11:37:56 +01:00
Tim Monks
deb39b8f34
Publish to coveralls.io from travis
2014-07-02 11:16:10 +01:00
Adam Stankiewicz
197b41d97a
Merge pull request #1366 from sheerun/fix/local
...
[#1356 ] Disable caching for local resources
2014-07-02 10:31:30 +01:00
Adam Stankiewicz
7b11a57c6f
Merge pull request #1365 from sheerun/fix/force
...
[#931 ] Make --force always re-run installation
2014-07-02 10:26:50 +01:00
Adam Stankiewicz
442aa72ccc
[fixes 5c839724] Prevent command like "bower info" from crashing on render
2014-06-24 11:39:44 +02:00
Adam Stankiewicz
17bd60e3e9
[ #1356 ] Disable caching for local resources
2014-06-22 22:05:13 +02:00
Adam Stankiewicz
1d24e82276
[ #931 ] Make --force always re-run installation
2014-06-21 00:33:51 +02:00
Adam Stankiewicz
e42d3d5620
[ #1329 ] Check if pkgMeta is undefined
2014-06-20 21:57:41 +02:00
Thomas Scholtes
5c83972401
Use promise interface for commands
...
This commit changes the interface of the command functions exported by the
files in `lib/commands`. The functions now return a promise and accept a logger
as the first argument. This has several advantages
* The promise style is consistent with the rest of the code.
* It removes a lot of duplicate code.
* The command factory does not need to proxy the logger object.
2014-06-20 21:14:26 +02:00
Martin Hansen
b8df18481f
Ignore does now not apply to any file in main #547
2014-06-20 19:48:00 +02:00
Andrew Eisenberg
1690dd4728
Warn users when installing package with missing properties.
...
Fix for issue #694 . Test case included.
2014-06-20 19:00:19 +02:00
Adam Stankiewicz
2f02e49716
Always ignore bower.json as said in spec
2014-06-08 18:46:39 +02:00
Adam Stankiewicz
034326c984
Add some tests and documentation for #1310
2014-06-05 23:52:48 +02:00
Sergey Tatarintsev
a965b05400
Search compatible versions in fetching packages
...
Previous version of code reported endpoints that does not have pckMeta
(not downloaded) yet and does not have exactly equal targets as
incompatible. This caused some package to be downloaded multiple times
and caused conflict errors (#1147 ).
This patch adds proper code for searching compatible version in
currently fetching packages basing on targets.
It also simplifies check for case when we have resolvedVersion and
candidate's target is range.
2014-06-05 19:41:37 +02:00
Mat Scales
efe3a78499
Merge pull request #1278 from jfsiii/patch-1
...
Mirror `npm version` format for git tags
2014-05-27 19:37:53 +01:00
Mat Scales
23fbbb5191
Resolve a situation in which the install process gets into an infinite loop
2014-05-20 14:46:41 +01:00
John Schulz
eebe115b78
Mirror npm version format for git tags
...
See https://github.com/bower/bower/pull/961#issuecomment-33981712 and https://github.com/bower/bower/pull/961#issuecomment-35591108 for more context.
2014-05-04 15:11:47 -07:00
Adam Stankiewicz
ac29e24c1b
Allow for short commit SHA, closes #990
2014-04-25 02:09:10 +02:00
Adam Stankiewicz
87faa4f108
Do not cache moving targets like branches, fixes #1242
2014-04-24 20:31:36 +02:00
Sindre Sorhus
ba554d5f45
use opn instead of open
...
`open` is buggy on Linux
https://github.com/sindresorhus/opn
2014-04-22 15:07:33 +02:00
Adam Stankiewicz
3cb21d128f
Forward all events from wrapped command, fixes #1232
2014-04-18 14:41:27 +02:00
Paul Irish
1b8d5d0648
Merge pull request #1234 from ahmadnassri/svn-export
...
using 'svn export' for efficiency. Closes #1224
2014-04-14 12:47:02 -07:00
Adam Stankiewicz
ba33bb6aa4
Cache clean and cache list work again, fixes #1232
2014-04-13 01:45:56 +02:00
Sindre Sorhus
2898c0507e
Merge pull request #1237 from bower/fix/bower-list
...
Fix considering extended directory using .bowerrc
2014-04-12 23:41:32 +02:00
Adam Stankiewicz
74d568b1e7
Improve noninteractive loading performance 2x, fixes #1221
2014-04-12 21:11:17 +02:00
toshipon
0316fedd4c
Fix considering extended directory using .bowerrc
2014-04-12 14:40:45 +02:00
Chris Hiester
bda5312917
clarified uniinstall warning message
...
improved uninstall message
edits to uninstall message
revisions per conversation with core team
fixed lint errors
reverted mode changes
reverted test.js mode change
2014-04-11 12:35:28 -04:00