- 31 Mar, 2015 7 commits
-
-
* Do backslash escape parsing in parse_kv() [was being done in the copy module purely for newlines in the copy module's content param before] * Make parse_kv always return unicode * Add bandaid to transform args to unicode until we can fix things calling parse_kv to always send it unicode. * Make split_args deal with unicode internally. Warning, no bandaid for things calling split_args without giving it unicode (shouldn't matter as dealt with str internally before) * Fix copy and unarchive action plugins to not use setdefaultencoding * Remove escaping from copy (it was broken and made content into latin-1 sometimes). escaping is now in parse_kv. * Expect that content is now a unicode string so transform to bytes just before writing to the file. * Add initial unittests for split_args and parse_kv. 4 failing tests.because split_args is injecting extra newlines.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
cloudstack: common code used in cloudstack modules
Brian Coca committed
-
- 30 Mar, 2015 1 commit
-
-
small updates to community and contribution page
Brian Coca committed
-
- 29 Mar, 2015 3 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
readded sudo/su vars to allow role/includes to work with passed sudo/su
Brian Coca committed
-
- 27 Mar, 2015 10 commits
-
-
Brian Coca committed
-
egg_info is now written directly to lib
Brian Coca committed -
Matt Martz committed
-
Always define error before using it
Brian Coca committed -
Update README.md
Brian Coca committed -
Cloud Modules STS Support Redux
Brian Coca committed -
Fix a few spelling errors in the changelog
Brian Coca committed -
When the error reason is "Forbidden", the code throws a Python exception rather than simply outputting the exception reason. It's not nice to throw a Python exception when all the info to display a proper message is available.
Kim Johansson committed -
to get debuild you need to install devscripts
kristous committed -
jxn committed
-
- 26 Mar, 2015 16 commits
-
-
fix consul inventory issue (missing method param) merging as this does not seem to have worked before
Brian Coca committed -
deimosfr committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
https://github.com/ansible/ansible/pull/8564
Looks like there's currently no code for the ansible_*_interpreter but modified the note abouot adding it
Toshio Kuratomi committed -
Fixes #8564
Toshio Kuratomi committed -
Rene Moser committed
-
Rene Moser committed
-
Rene Moser committed
-
Rene Moser committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Fix some typos in CHANGELOG.md
Brian Coca committed -
Andrew Thompson committed
-
- 25 Mar, 2015 3 commits
-
-
We can't depend on the args being unicode text because we're in module land, not in the ansible controller land
Toshio Kuratomi committed -
Convert exceptions to unicode using to_unicode rather than str. that stops unicode errors if the string has non-ascii text
Toshio Kuratomi committed -
Make run_command() work when we get byte str with non-ascii characters (instead of unicode type like we were expecting) Fix and test. Fixes #10536
Toshio Kuratomi committed
-