Adam Stankiewicz
bb17839bc2
Allow shallow cloning when source is a ssh protocol ( #2506 )
2018-03-28 17:37:34 +02:00
Adam Stankiewicz
8e34328466
Run tests on all node versions and fix test suite, closes #2495 ( #2505 )
2018-03-28 15:17:31 +02:00
Adam Stankiewicz
b0c3859699
Fix a test
2017-09-26 10:37:59 +02:00
Adam Stankiewicz
6500b421ce
Migrate bower.herokuapp.com to registry.bower.io
2017-09-13 18:59:52 +02:00
Eugene Kenny
b716bc4e3a
Prefer exact versions when dissecting dependencies ( #2371 )
2016-11-08 09:11:29 +01:00
Guillermo Ignacio Enriquez Gutierrez
f7c5154490
Fix ssl handling by not setting GIT_SSL_NO_VERIFY=false ( #2361 )
2016-11-07 01:50:57 +01:00
Ali MoezGholami
cba4b2a4cd
Allow for removing components with url instead of name ( #2368 )
2016-11-07 01:48:41 +01:00
Martin Page
22bbb3fcaf
Allow @ to be used as a divider with cli: install and info. ( #2322 )
2016-07-04 23:31:06 +02:00
Adam Stankiewicz
85e39cf190
Try to fix svn tests
2016-06-10 17:24:42 +02:00
Adam Stankiewicz
bcbff32716
Pass through eslint
2016-06-10 16:40:46 +02:00
Evan Bowling
eb27ae8fdc
Added integration tests for installing nested components ( #1513 ) ( #2297 )
2016-05-30 11:16:53 +02:00
Ben
353a399f75
Fix test & build for shorthand resolver
2016-05-10 10:46:07 +02:00
Ben
db1ed1c08f
Fix build errors #2
...
Related to the change from git:// to https://
2016-04-28 12:32:13 +02:00
Ben
3c2562ca0e
Fix failing tests
2016-04-28 12:23:54 +02:00
Oskar Cieślik
343e6ac8bc
Implement postuninstall hooks with tests ( #2252 )
2016-04-14 15:02:07 +02:00
Adam Stankiewicz
e729829174
Make bower version behavior consistent with spec ( #2232 )
2016-04-12 19:18:36 +02:00
Oskar Cieślik
40e3ee091b
Support single-char repo names and package names ( #2249 )
2016-04-12 19:15:24 +02:00
Oskar Cieślik
8ee2d78779
Add support for registering package with github's orgname/reponame ( #2248 )
2016-04-12 18:57:44 +02:00
Adam Stankiewicz
3251051d20
Fix tests given the new registry
2016-04-10 13:15:57 +02:00
Adam Stankiewicz
12d41aeb8c
Warn instead of erroring for invalida package names, #2233
2016-04-05 13:34:06 +02:00
Adam Stankiewicz
f4e0b3dfba
Update bower-json to 0.8.0 and update tests
2016-04-04 14:18:23 +02:00
Adam Stankiewicz
7de2e5d601
Remove moduleType from from "bower init" result, fixes #1229
2016-04-01 16:19:51 +02:00
Adam Stankiewicz
f494ae7ddd
[refactor] Fix tests for previous commit
2016-04-01 01:39:09 +02:00
Adam Stankiewicz
46655b7c4e
Final .eslintrc configuration
2016-03-31 19:27:12 +02:00
Adam Stankiewicz
16cde3118a
Revert "Merge pull request #2197 from albertinadx/albertinad/fix-scripts-hooks"
...
This reverts commit 0a81308e98 , reversing
changes made to f2884656c0 .
2016-03-31 01:36:05 +02:00
Adam Stankiewicz
53eeca97d3
Use eslint instead jscs
2016-03-31 00:27:17 +02:00
Adam Stankiewicz
9201a379d6
Update to grunt 1.0
2016-03-30 22:30:57 +02:00
Kun Yan
a3ae3b66b7
Fix message unit test error
2016-03-28 14:11:02 +08:00
Albertina Durante
8d76b87d65
Supporting shell operators in hooks scripts.
...
- Removing module "shell-quote"
- Adding tests for hooks scripts with shell operators
- This fixes issue #1594
2016-03-05 21:50:05 -03:00
Manas
6fff6fa707
Upgrades handlebars to 4.0.5 to address #2195
...
Adds test for template util methods
Upgrades handlebars
Fixes RangeError due to `length` attribute in rpad helper
2016-03-06 01:37:20 +05:30
Sivakumar Kailasam
9f4c2384ea
Replace all occurrences of % character in hook commands.
...
Fixes #2174 % character replaced once in .bowerrc scripts
2016-02-15 20:34:01 +05:30
blcook223
394dd7c8d2
add support for save and save-exact in .bowerrc
...
The install command now supports designating "save" and "save-exact"
values in .bowerrc. If the `--save` flag is not used, but the config
file sets "save" to true, the command will behave as if the `--save`
option was specified. The same is true of `--save-exact` if
"save-exact" is set to true in `.bowerrc`.
The uninstall command will also behave as if the `--save` flag had
been specified if "save" is set to true in `.bowerrc`.
2016-01-28 21:10:17 -06:00
Adam Stankiewicz
bbaaee67a1
Update publishing script to bundle all modules
2016-01-25 22:57:07 +01:00
Adam Stankiewicz
38c3cee1a7
Perform test on fake .git directory
2016-01-25 19:40:54 +01:00
Piotr Wielgolaski
f0a54d0018
set GIT_SSL_NO_VERIFY for opposite value than strictSsl
2016-01-23 20:29:28 +01:00
Piotr Wielgolaski
1d73764788
when strictSsl is false set GIT_SSL_NO_VERIFY=true for git command
...
Solves #2129
2016-01-23 14:26:48 +01:00
Adam Stankiewicz
3e3b64218d
Remove analytics from Bower, fixes #1102
...
They caused more issues than useful they were.
Instead, we'll focus on fetching statistics from
NPM registry to watch Bower's popularity, and
GitHub stars over time to watch packages' popularity.
2016-01-20 12:30:54 +01:00
Manas
64db869bd4
Adds tests for pluginResolverFactory.js
2016-01-18 01:22:07 +05:30
Adam Stankiewicz
a4ea05800d
Add prepublish script for easy and reliable bower releasing
2016-01-17 00:13:07 +01:00
Stefan Grönke
5384fa54b1
refactor, address feedback and add more unit tests
2016-01-05 05:23:19 +01:00
Stefan Grönke
2110148830
support absolute path in .bowerrc 'directory' option
...
fixes #1914
2016-01-04 01:46:53 +01:00
Alireza Bashiri
afc4bfbd42
Revert "Display login message when user login via normal and 2 factor auth mode."
...
This reverts commit ed881e3f29 .
2016-01-04 00:58:03 +03:30
Alireza Bashiri
9c42a008aa
Merge pull request #2102 from reavowed/fix-extract-name-clashes
...
Fix name clashes in package extraction
2016-01-01 12:29:55 +03:30
Raja Sekar
ed881e3f29
Display login message when user login via normal and 2 factor auth mode.
...
Displaying info message when user login via bower login
Login message added for 2 factor authentication also
Fix unreachable code
Fix code quality issues
2015-12-31 23:31:16 +03:30
Iain Monro
3cf597fccf
Fix jshint errors
...
Add missing semicolons to test file.
2015-12-15 15:32:13 +00:00
Iain Monro
b1ba9be7f6
Fix name clashes in package extraction
...
Prevent extraction failing if a package archive contains a file with
the same name as the archive, or a single directory with a subdirectory
with the same name.
2015-12-14 16:58:02 +00:00
Utsav Shah
4255d7d4a8
Add tests for decoding gzipped files
2015-12-12 18:08:19 -06:00
Adam Stankiewicz
baf8f7bf6b
Fix missing parenthesis
2015-12-11 21:37:08 +01:00
Adam Stankiewicz
88758cd98c
Revert "Add bower update --save functionality"
...
This reverts commit d2ba80e6e9 .
2015-12-11 21:33:45 +01:00
Adam Stankiewicz
3bd2d62e67
Revert "Add failing tests for single package updates, optimize older tests"
...
This reverts commit 6616d09f47 .
2015-12-11 21:32:47 +01:00