index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hacking
/
test-module
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test-module _ansible_selinux_special_fs arg added
Adrian Likins
2016-10-24
1
-0
/
+4
*
Find places where ziploader is used and change them to ansiballz so that peop...
Toshio Kuratomi
2016-07-21
1
-11
/
+11
*
Remove the duplicate modstyle parameter
Toshio Kuratomi
2016-04-27
1
-1
/
+1
*
Have test-module clean up the local temp dir when it exits
Toshio Kuratomi
2016-04-25
1
-12
/
+44
*
Cleanup. Since we no longer pass a lock, we no longer need to create it
Toshio Kuratomi
2016-04-14
1
-2
/
+0
*
We switched away from passing the lock via the arguments to modify_module
Toshio Kuratomi
2016-04-13
1
-1
/
+0
*
Controller-side module caching.
Toshio Kuratomi
2016-04-12
1
-2
/
+6
*
Python2.6 fix for test-module
Toshio Kuratomi
2016-04-11
1
-1
/
+1
*
Ziploader
Toshio Kuratomi
2016-04-05
1
-0
/
+3
*
Update check mode argument
Alberto Gireud
2015-11-09
1
-1
/
+1
*
Break apart a looped dependency to show a warning when parsing playbooks
Toshio Kuratomi
2015-10-27
1
-1
/
+1
*
Change to python3 syntax
Kevin Houdebert
2015-08-31
1
-16
/
+16
*
Port some things in test-module to v2.
Toshio Kuratomi
2015-08-01
1
-5
/
+8
*
Fix existing typo, remove trailing space added by PR commit
Abhijit Menon-Sen
2015-07-22
1
-3
/
+3
*
Add options to control output and execution of test-module
Will Thames
2015-07-22
1
-7
/
+14
*
updated to use new loader
Gerard Lynch
2015-07-17
1
-3
/
+5
*
Merge pull request #11618 from halberom/test-module
Brian Coca
2015-07-17
1
-3
/
+3
|
\
|
*
updated to new location and non-classness of module_common
Gerard Lynch
2015-07-17
1
-3
/
+3
*
|
Merge pull request #10928 from gimoh/test-module-default-python
Brian Coca
2015-07-17
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use same interpreter for test-module and module it runs
gimoh
2015-05-06
1
-1
/
+2
*
|
hacking/test-module: Style nit
Marc Abramowitz
2015-07-02
1
-1
/
+1
*
|
hacking/test-module: Deal with move of parse_kv
Marc Abramowitz
2015-07-02
1
-1
/
+2
*
|
Make test-module work in v2
Marc Abramowitz
2015-07-02
1
-3
/
+4
|
/
*
typofixes - https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-12-04
1
-2
/
+2
*
Add checkmode support for test-module script
Hector Acosta
2014-07-20
1
-5
/
+12
*
Make test-module interpret --args='{...' as yaml
Felix Kaiser
2014-04-10
1
-0
/
+4
*
Support for -a to accept a file with test-module
Matt Martz
2014-02-07
1
-0
/
+5
*
Add -I/--interpreter argument to test-module
Matt Martz
2013-12-30
1
-2
/
+15
*
Undo an inadvertant revert from template changes so we still allow pythonic i...
Michael DeHaan
2013-10-31
1
-37
/
+31
*
Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 45875...
James Tanner
2013-10-30
1
-30
/
+35
*
Enable imports to work on a snippet based system, allowing for instance a lib...
Michael DeHaan
2013-10-26
1
-35
/
+30
*
Escape args injected in new style modules
Nicolas Grilly
2013-05-24
1
-3
/
+3
*
Changes to allow WANT_JSON to allow JSON to non-Python modules
Michael DeHaan
2013-04-25
1
-5
/
+18
*
update hacking/test_module script to be aware of complex arguments, though it...
Michael DeHaan
2013-02-17
1
-0
/
+2
*
fixed shebang in hacking test-module
Les Aker
2013-02-01
1
-1
/
+1
*
Set LANG in module_common.py
Stephen Fromm
2012-11-27
1
-0
/
+2
*
Add ability to specify syslog facility for modules
Stephen Fromm
2012-11-11
1
-0
/
+2
*
Allow unicode transfer by not base64 encoding. Also: faster
Michael DeHaan
2012-08-03
1
-1
/
+2
*
small tweaks to --help for hacking/test-module
Michael DeHaan
2012-07-24
1
-3
/
+3
*
Teach the test-module script about the new way MODULE_ARGS works in new-style...
Michael DeHaan
2012-07-24
1
-22
/
+33
*
test-module uses optparse with --debugger
bradobro
2012-07-23
1
-11
/
+19
*
Refactoring test-module to be more like ansible.
bradobro
2012-07-23
1
-58
/
+85
*
Port the copy module over to the new "common module" logic.
Michael DeHaan
2012-07-21
1
-2
/
+2
*
Common module code upgrades
Michael DeHaan
2012-07-18
1
-6
/
+1
*
Added code to allow insertion of boilerplate into modules to make them able t...
Michael DeHaan
2012-07-18
1
-0
/
+18
*
consolidate output code in callbacks.py, from utils, remove extra functions
Michael DeHaan
2012-07-15
1
-1
/
+1
*
Adding a missing '~' to use the user's home directory instead of the root fil...
Peter Sankauskas
2012-05-02
1
-1
/
+1
*
Clarify that stderr WILL crash your module. Can't redirect because if we do ...
Michael DeHaan
2012-04-27
1
-3
/
+2
*
Because paramiko using a pty can't distinguish stderr and stdout, remove hand...
Michael DeHaan
2012-04-27
1
-1
/
+4
*
Make it possible to use facts from hosts in templates for other hosts.
Michael DeHaan
2012-04-21
1
-3
/
+3
[next]