Greg DeKoenigsberg
d9b801a4c2
Merge pull request #965 from resmo/fix/composer
...
composer: implemented smarter arguments per command handling
9 years ago
Gerard Lynch
30b676478b
fix param description rst syntax
9 years ago
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!
9 years ago
Rene Moser
7fdfa01615
composer: rename composer_install to composer_command
9 years ago
Rene Moser
0b0cc7b049
composer: simplify has_changed()
9 years ago
Brian Coca
5e45d9dffb
added version_added to new feature
9 years ago
Brian Coca
b235b171ad
Merge pull request #722 from carljm/bower-production
...
Add 'production' option to bower module.
9 years ago
Brian Coca
5cd0a28f9f
Merge pull request #850 from andskli/cpanm-addopt-installdeps
...
cpanm: add installdeps option
9 years ago
Andreas Skarmutsos Lindh
107510385c
quoted version_added
9 years ago
Andreas Skarmutsos Lindh
6a37c1b72f
add version_added
9 years ago
Andreas Skarmutsos Lindh
2ca201feaa
cpanm: add installdeps option
9 years ago
sirkubax
df235b4d92
QuickFix of issue 813
9 years ago
Brian Coca
dcd2f441b5
Merge pull request #715 from makmanalp/devel
...
Fixes issues where keys missing from bower output
9 years ago
Michael Scherer
c089ab0dd8
Move examples to EXAMPLES variable
...
Partially fix #507
9 years ago
Toshio Kuratomi
b9b42411f1
Port maven_artifact to fetch_url
9 years ago
Carl Meyer
ef1199a038
Add 'production' option to bower module.
10 years ago
Mehmet Ali "Mali" Akmanalp
f82a363a33
Fixes issues where keys missing from bower output
...
Fixes #495
10 years ago
Toshio Kuratomi
ff2386faf4
Tabs to spaces
...
Fixes #666
10 years ago
Toshio Kuratomi
5605c4d7b5
Add author github ID
10 years ago
Toshio Kuratomi
0f9ade7fe3
Fix bundler documentation
10 years ago
Tim Hoiberg
1d48c9658a
Fixing typo
10 years ago
Tim Hoiberg
9a1918c628
Adding module to manage Ruby Gem dependencies via Bundler
10 years ago
Greg DeKoenigsberg
004dedba8a
Changes to author formatting, remove emails
10 years ago
jonathan.lestrelin
2e6a16fbc7
Fix unused import and variable and correct documentation
10 years ago
jonathan.lestrelin
653ce424e0
Add pear packaging module to manage PHP PEAR an PECL packages
10 years ago
Roman Vyakhirev
5bfe8f2a44
bower module. Non-interactive mode and allow-root moved to _exec, they should affect all commands
10 years ago
Roman Vyakhirev
4475676866
composer module. ignore_platform_reqs option added.
10 years ago
NewGyu
02258902f9
fix cannot download SNAPSHOT version
10 years ago
QuantumGhost
4ff9a68a4b
Use expanduser to deal with path in bower module
...
So bower module can correctly handle path containing `~`
10 years ago
Brian Coca
08445418aa
more string corrections
10 years ago
Brian Coca
edf519a0c2
moar quotes
10 years ago
Greg DeKoenigsberg
75574d7713
Adding author's github id
10 years ago
Greg DeKoenigsberg
66008490d4
Adding author's github id
10 years ago
Greg DeKoenigsberg
12ab9d0043
Adding author's github id
10 years ago
Greg DeKoenigsberg
fc794ef094
Adding author's github id
10 years ago
Greg DeKoenigsberg
3c4b1afea9
Adding author's github id
10 years ago
Toshio Kuratomi
e5022ba87b
Add python >= 2.6 to documented deps
10 years ago
Jeferson Daniel
eaa136cb08
Fixes #335
10 years ago
Brian Coca
2438b74ca8
remove x bit
10 years ago
Brian Coca
dd1508d572
moved to
10 years ago
Brian Coca
39cb571064
Merge pull request #94 from komuta/clean-composer-options
...
Unify composer options parsing
10 years ago
Simon JAILLET
f3c008ed5d
composer: Fix `changed` status
...
Fix `changed` status that always returns False with composer.
This [previous PR](https://github.com/ansible/ansible-modules-extras/pull/61 ) had fixed the issue but because of a [Composer recent change](cb336a5416
) stderr is now used for reporting information meant for humans while stdout is more for the output of the command.
This PR would definilty solve this issue.
10 years ago
Jeppe Toustrup
a2d440ccea
NPM: Expand the path before accessing it
10 years ago
Brian Coca
a2138c4eea
fixed missing ,
10 years ago
Marcus
c1e7abd8fd
Add support for mirror_only parameter to cpanm module
10 years ago
Brian Coca
9722203ee0
corrected version added
10 years ago
Julien Pepy
e1008059ec
Clean options building in Composer module
10 years ago
Brian Coca
a951bf63e7
Merge pull request #19 from komuta/fix-composer-dryrun
...
Fix composer module checkmode
10 years ago
Toshio Kuratomi
41d5029012
Move dnf and bower plugins to proper subdirs
10 years ago
Julien Pepy
2e1b703b3c
Fix composer module checkmode and change detection
10 years ago