Commit graph

84 commits

Author SHA1 Message Date
René Moser
e4ed1fba0e Merge pull request #1495 from nwjsmith/patch-1
Allow numeric npm package versions
2016-03-19 13:36:32 +01:00
lipanski
bc66ba103f Fix: Rename gem_install_path to gem_path - as specified in the docs 2016-01-14 18:26:39 +01:00
Nate Smith
b52af2dcb1 Allow numeric npm package versions
When passing a package version that parses as a number (e.g. `1.9`), the version should be converted to a string before being concatenated to the package name.
2016-01-13 13:31:03 -05:00
Brian Coca
3aa2d3744d Merge pull request #1482 from ansible/json-imports-fallback
Update for modules which import json.
2016-01-12 10:00:37 -05:00
Brian Coca
4d14e65df5 Merge pull request #1157 from yteraoka/cpanm-executable-param
add executable parameter to cpanm module
2016-01-11 18:55:24 -05:00
Toshio Kuratomi
620be97320 Merge branch 'pr/1043' into devel 2016-01-11 15:26:13 -08:00
Javier Palacios
e9898190cd Allow relative path for bower executable
Add default value

Rename argument

Explicit verification of relative bower path

Add example

Old keyword name used in example

BUGFIX: tilde expansion actually useless on relative paths

Modify relative_execpath default value as suggested

Added version_added for relative_execpath

Update for last few comments on the bug report

* version to 2.1 since this feature enhancement will now go into 2.1
* set path and relative_execpath type to path
* Set default value of path to None
2016-01-11 15:25:23 -08:00
Toshio Kuratomi
d6af6f8477 Update for modules which import json.
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed

Fixes #1298
2016-01-11 13:06:22 -08:00
Charles Paul
2a937d20cf make dest use path type
path type
2016-01-05 15:49:37 -06:00
Yoshinori Teraoka
f6296fec6f add executable parameter to cpanm module
like other packaging modules (pip, gem)
2015-12-16 12:21:14 +09:00
Brian Coca
1623fba07c Merge pull request #1315 from yuppie-flu/latest_as_version_default_value
maven_artifact: Set latest as version argument default value
2015-12-14 21:55:05 -05:00
Brian Coca
0f5faf976a updated version version_added to 2.1 2015-12-14 21:56:50 -05:00
Brian Coca
feb25f0eda Merge pull request #1306 from pileofrogs/cpanm
added option to specify module version
2015-12-14 21:52:53 -05:00
Brian Coca
0415ac5cc3 Merge pull request #526 from msvab/devel
maven_artifact: ensure latest snapshot of certain version is getting downloaded
2015-12-14 21:41:24 -05:00
Kirill Kozlov
201be81aad Set latest as version argument default value 2015-12-01 23:55:26 +03:00
Dylan Martin
b0298ba4f1 added version option 2015-11-12 14:38:15 -06:00
Brian Coca
7d8dd6e210 Merge pull request #446 from xiaclo/patch-1
Allow NPM to update packages
2015-11-10 09:42:14 -08:00
Kirill Kozlov
b1e0e7eae0 Fix broken examples in docs 2015-11-02 23:15:44 +03:00
Toshio Kuratomi
378bde8729 Merge pull request #1134 from ramunasd/composer_arguments
composer arguments
2015-11-02 08:19:28 -08:00
Brian Coca
ed1cf0ecc2 corrected extension in module spec
fixes #1190
2015-11-01 19:42:29 -05:00
Ramunas Dronga
a0965ff934 fixed composer usage example 2015-10-30 12:24:42 +02:00
Ramunas Dronga
83c0bfbe3f added constraint for space in composer command 2015-10-29 23:21:46 +02:00
Ramunas
d5673f6eb4 removed check for empty composer response 2015-10-27 22:14:12 +02:00
Brian Coca
08d89bca9c fixed missed passing use-sudo 2015-10-25 17:02:25 -04:00
Ramunas Dronga
1b7496f8dc added version info for params 'arguments' 2015-10-23 11:00:52 +03:00
Ramunas Dronga
92dc7cd65c allow specify arguments for composer 2015-10-21 16:20:53 +03:00
Brian Coca
5eff47c6f1 changed use_sudo to system_lib (kept alias) and expanded description to explain how it works 2015-10-01 19:59:51 -04:00
Brian Coca
e768a98bf3 Merge pull request #1017 from milad-soufastai/devel
Adding the --sudo flag for CPANM use since the sudo: yes on the task …
2015-10-01 19:52:54 -04:00
Greg DeKoenigsberg
d9b801a4c2 Merge pull request #965 from resmo/fix/composer
composer: implemented smarter arguments per command handling
2015-09-30 16:25:04 -04:00
Milad Soufastai
b5207d0fc6 Updating Description to provide better explanation of what the use_sudo flag does 2015-09-23 09:40:36 -04:00
Milad Soufastai
8989212fd2 Adding the --sudo flag for CPANM use since the sudo: yes on the task doesn't work 2015-09-22 18:53:58 -04:00
Gerard Lynch
30b676478b fix param description rst syntax 2015-09-15 09:42:01 +01:00
Rene Moser
384eaba766 composer: smarter arguments handling
To get all available options in json for each command, `composer help <command> --format=json` can be used. This allows us to simply parse the output and dynamically find out if an option is available. Neat!
2015-09-11 21:26:23 +02:00
Rene Moser
7fdfa01615 composer: rename composer_install to composer_command 2015-09-11 21:22:09 +02:00
Rene Moser
0b0cc7b049 composer: simplify has_changed() 2015-09-11 21:20:20 +02:00
Brian Coca
5e45d9dffb added version_added to new feature 2015-09-04 14:50:27 -04:00
Brian Coca
b235b171ad Merge pull request #722 from carljm/bower-production
Add 'production' option to bower module.
2015-09-04 14:47:44 -04:00
Brian Coca
5cd0a28f9f Merge pull request #850 from andskli/cpanm-addopt-installdeps
cpanm: add installdeps option
2015-08-25 20:46:22 -04:00
Andreas Skarmutsos Lindh
107510385c quoted version_added 2015-08-25 22:18:52 +02:00
Andreas Skarmutsos Lindh
6a37c1b72f add version_added 2015-08-25 22:00:03 +02:00
Andreas Skarmutsos Lindh
2ca201feaa cpanm: add installdeps option 2015-08-20 09:57:46 +02:00
sirkubax
df235b4d92 QuickFix of issue 813 2015-08-17 19:08:18 +02:00
Brian Coca
dcd2f441b5 Merge pull request #715 from makmanalp/devel
Fixes issues where keys missing from bower output
2015-08-11 15:56:49 -04:00
Michael Scherer
c089ab0dd8 Move examples to EXAMPLES variable
Partially fix #507
2015-07-25 13:58:45 +02:00
Toshio Kuratomi
b9b42411f1 Port maven_artifact to fetch_url 2015-07-22 12:06:54 -07:00
Carl Meyer
ef1199a038 Add 'production' option to bower module. 2015-07-17 16:38:19 -06:00
Mehmet Ali "Mali" Akmanalp
f82a363a33 Fixes issues where keys missing from bower output
Fixes #495
2015-07-14 14:22:15 -04:00
Toshio Kuratomi
ff2386faf4 Tabs to spaces
Fixes #666
2015-07-14 07:31:05 -07:00
Toshio Kuratomi
5605c4d7b5 Add author github ID 2015-07-01 07:25:20 -07:00
Toshio Kuratomi
0f9ade7fe3 Fix bundler documentation 2015-06-30 10:37:09 -07:00