summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Port v2 to the PyYAML C extensionv2-pyyaml-cToshio Kuratomi2015-04-013-35/+61
* Update module versions for v2Toshio Kuratomi2015-04-011-5/+8
* Add __init__ to the yaml test dirToshio Kuratomi2015-04-011-0/+0
* Move AnsibleBaseBaseYAMLObject's position_info into a propertyToshio Kuratomi2015-04-0110-136/+54
* Use the node's start_mark to determine line and column.Toshio Kuratomi2015-04-012-58/+29
* Test line numbers and "fix" a bug in the scalar line countingToshio Kuratomi2015-04-012-26/+175
* Merge pull request #10579 from ansible/v2-unicode-yamlToshio Kuratomi2015-04-015-5/+199
|\
| * Add a yaml constructor for unicode strings:Toshio Kuratomi2015-04-015-5/+199
* | Merge pull request #10237 from emonty/remove-auth-tokenBrian Coca2015-04-013-20/+74
|\ \
| * | Align verify parameter with validate_certsMonty Taylor2015-04-013-3/+5
| * | Add api timeout now that shade spports it everywhereMonty Taylor2015-03-313-0/+7
| * | Update common OpenStack requests-related parametersMonty Taylor2015-03-063-10/+32
| * | Change to auth_type to match python-openstackclientMonty Taylor2015-03-061-1/+1
| * | Remove state from central argument listMonty Taylor2015-02-263-7/+0
| * | Port openstack module_utils changes to v2 branchMonty Taylor2015-02-131-0/+35
| * | Remove auth_token parameterMonty Taylor2015-02-131-5/+0
* | | Merge pull request #10590 from lowwalker/patch-1Brian Coca2015-04-011-0/+5
|\ \ \
| * | | note added to source sectionLuke2015-04-011-0/+5
| | |/ | |/|
* | | Merge pull request #10507 from renard/fix-patch-action-pluginBrian Coca2015-04-011-2/+5
|\ \ \ | |/ / |/| |
| * | [patch] Use _make_tmp_path to prevent from copying full patch file path.Sébastien Gross2015-03-201-1/+4
| * | [patch] fix "remote_src" behavior according patch module documentation.Sébastien Gross2015-03-201-1/+1
* | | Just move things around so that new_inventory doesn't interfere with testingToshio Kuratomi2015-03-312-2/+2
* | | updated versionBrian Coca2015-03-311-1/+1
* | | Merge pull request #10580 from ansible/v2-parse_kv-newlineToshio Kuratomi2015-03-311-3/+2
|\ \ \
| * | | Possible fix for the first newline and triple newline problemsv2-parse_kv-newlineToshio Kuratomi2015-03-301-3/+2
* | | | updated ref to pickup latest docfixesBrian Coca2015-03-311-5/+5
* | | | updated ref so docs can buildBrian Coca2015-03-311-8/+5
* | | | updated changelog with new cloudstack modulesBrian Coca2015-03-311-0/+3
* | | | updated submodule refsBrian Coca2015-03-312-11/+12
|/ / /
* | | Various unicode and backslash escape cleanupsToshio Kuratomi2015-03-304-44/+143
* | | Fix no closed parensToshio Kuratomi2015-03-301-5/+10
* | | Port sivel's fix for egg_info (#10563) to v2Toshio Kuratomi2015-03-301-2/+1
* | | Remove fireball connection plugin. v2 will have accelerate but not fireballToshio Kuratomi2015-03-301-151/+0
* | | Some notes on optimizing module_replacerToshio Kuratomi2015-03-301-0/+10
* | | Update core to fix cloudformation problemToshio Kuratomi2015-03-301-7/+6
* | | Merge pull request #10545 from resmo/feature/cloudstack-utilsBrian Coca2015-03-302-0/+255
|\ \ \
| * | | cloudstack: module utils are BSD licensedRene Moser2015-03-261-10/+20
| * | | cloudstack: fail_json() if library cs is not foundRene Moser2015-03-261-4/+5
| * | | cloudstack: add doc fragmentRene Moser2015-03-261-0/+62
| * | | cloudstack: add utils for common functionalityRene Moser2015-03-261-0/+182
* | | | Merge pull request #10571 from bcoca/community_docsBrian Coca2015-03-301-43/+69
|\ \ \ \
| * | | | small updates to community and contribution pageBrian Coca2015-03-291-43/+69
* | | | | added zabbix modules to changelogBrian Coca2015-03-291-0/+3
|/ / / /
* | | | Merge pull request #10566 from bcoca/role_sudoBrian Coca2015-03-291-1/+1
|\ \ \ \
| * | | | readded sudo/su vars to allow role/includes to work with passed sudo/suBrian Coca2015-03-271-1/+1
|/ / / /
* | | | Merge pull request #10563 from sivel/fix-gen-egg-infoBrian Coca2015-03-271-2/+1
|\ \ \ \
| * | | | egg_info is now written directly to libMatt Martz2015-03-271-2/+1
* | | | | Merge pull request #10558 from hagbarddenstore/develBrian Coca2015-03-271-0/+2
|\ \ \ \ \
| * | | | | Always define error before using itKim Johansson2015-03-271-0/+2
| |/ / / /
* | | | | Merge pull request #10557 from kristous/patch-2Brian Coca2015-03-271-1/+1
|\ \ \ \ \