Adam Stankiewicz
182d92f9bd
test: Fix SvnResolver tests on all platforms
2015-02-28 23:56:17 -08:00
Alexander Gugel
2f6d680b6c
Add --save-exact flag
2015-01-11 17:12:19 +01:00
Sindre Sorhus
29eaff9edc
Merge pull request #1614 from joneshf/answer-colon
...
Remove erroneous colon.
2015-01-04 23:56:01 +07:00
joneshf
a464f5a88e
Remove erroneous colon.
2014-11-29 12:22:58 -08:00
Veres Lajos
962a565d30
typo fixes
2014-11-02 22:40:58 +00:00
Laurent Goderre
ef237fc521
Added the missing install command to the update task
...
Fixes #1518
2014-09-16 16:23:25 -04: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
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
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
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
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
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
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
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
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
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
23fbbb5191
Resolve a situation in which the install process gets into an infinite loop
2014-05-20 14:46:41 +01: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
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
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
Ahmad Nassri
e8c071304c
using 'svn export' for efficiency. Closes #1224
2014-04-11 09:00:41 -04:00
Adam Stankiewicz
5a5cf31aba
Make bower concurrent friendly, fixes #933
2014-04-04 19:09:18 +02:00
André Cruz
7120ad5014
Merge branch 'master' of github.com:bower/bower into link-install-deps
2014-03-25 11:51:40 +00:00
André Cruz
6286cfac28
Merge branch 'master' into link-install-deps
2014-03-25 11:49:05 +00:00
Christian Schmidt
9749a398c0
Add --production switch to "prune" command
2014-03-12 18:38:17 +01:00
jevakallio
b049bdb33f
Fix problem with dashes and underscores in branch/tag names
2014-02-27 17:31:01 +02:00
Mat Scales
cb8b25da53
Merge pull request #1104 from SevInf/fix/circular
...
Allow circular dependencies to be installed
2014-02-11 10:44:58 +00:00
Mat Scales
c517b98bae
Merge pull request #1055 from ahmadnassri/master
...
Subversion Support
2014-02-10 13:22:39 +00:00
Sergey Tatarintsev
ad31df09fb
Allow circular dependencies to be installed
2014-02-08 12:28:14 +02:00
Chris Gross
1831e507fe
scripts/hooks functionality added
2014-02-06 15:40:38 -05:00
André Cruz
05ba2ee2f2
Merge pull request #1062 from patrickkettner/dumb-http-fallback
...
add fallback support to dumb http servers
2014-02-04 01:25:58 -08:00
Patrick Kettner
08af876e01
add fallback support to dumb http servers
2014-02-03 22:32:07 -05:00
Mat Scales
a33fb05946
Merge pull request #1076 from neoziro/fix-cache-directory-reading
...
Fix reading versions from cache directory.
2014-02-03 13:32:31 -08:00
Andrew Hutchings
fde7965bc9
Cache output of GitFsResolver.refs and GitRemoteResolver.refs, fixes #1083
2014-02-01 21:43:50 -05:00
Greg Bergé
3dbddfba41
Fix reading versions from cache directory.
...
When we write into directory we use encodeURIComponent, but when we read, we did nothing. Now we use decodeURIComponent to read the correct version and match the correct cache directory.
2014-01-27 22:55:07 +01:00
Ahmad Nassri
3b98e4962a
final working version, with unit tests update README with examples
2014-01-19 13:09:49 -05:00
Ahmad Nassri
c498e9437e
merging SvnResolver with SvnRemoteResolver
2014-01-17 13:59:10 -05:00
Kenneth Lee
53f563ec08
added svn+file for local file system checkouts
2014-01-16 20:07:04 +00:00
Kenneth Lee
820834111b
fixed svn+xxxxx protocol
2014-01-16 19:35:52 +00:00
Ahmad Nassri
6eb8bb6241
fully functional
...
now to prove it with some proper tests
2014-01-15 22:37:47 -05:00