summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make some of the optional requirements optional for testing -- we'll skip the...v2-optional-test-reqsToshio Kuratomi2015-04-152-4/+24
* Merge pull request #10732 from mscherer/prefer_dnf_to_yumBrian Coca2015-04-152-0/+2
|\
| * Prefer dnf to yum.Michael Scherer2015-04-152-0/+2
* | Merge pull request #10574 from joefis/patch-1Brian Coca2015-04-151-3/+3
|\ \
| * | Vagrant inventory: exit 0 on successjoefis2015-03-301-3/+3
* | | Merge pull request #10729 from mchlumsky/plugins_cache_abcToshio Kuratomi2015-04-153-9/+105
|\ \ \
| * | | Use abc for BaseCacheModuleMartin Chlumsky2015-04-153-9/+105
|/ / /
* | | Add integration test for unarchive filelist featureToshio Kuratomi2015-04-152-8/+22
* | | Merge pull request #10718 from mscherer/remove_deadcodeToshio Kuratomi2015-04-151-12/+0
|\ \ \
| * | | Remove old dead code ( variable no longer exist, not used )Michael Scherer2015-04-141-12/+0
* | | | Merge pull request #10723 from mscherer/fix_errors_playbookToshio Kuratomi2015-04-152-3/+4
|\ \ \ \
| * | | | Fix errors reporting for playbook/*Michael Scherer2015-04-152-3/+4
* | | | | Merge pull request #10722 from mscherer/fix_wrong_exceptionToshio Kuratomi2015-04-151-2/+2
|\ \ \ \ \
| * | | | | Do add a unused named argument using a variable that was removedMichael Scherer2015-04-151-2/+2
| |/ / / /
* | | | | Merge pull request #10721 from mscherer/fix_role_metadataToshio Kuratomi2015-04-151-2/+2
|\ \ \ \ \
| * | | | | Fix serialize function by using the right members nameMichael Scherer2015-04-151-2/+2
| |/ / / /
* | | | | Merge pull request #10720 from mscherer/fix_roles_requirementsToshio Kuratomi2015-04-151-1/+1
|\ \ \ \ \
| * | | | | Fix variable nameMichael Scherer2015-04-151-1/+1
| |/ / / /
* | | | | updated banners as per marketing's requestBrian Coca2015-04-151-3/+3
* | | | | Update extras module ref on v2Toshio Kuratomi2015-04-151-7/+7
* | | | | Update core and extras module refs and add tests for an unarchiveToshio Kuratomi2015-04-153-17/+103
* | | | | Filter tasks based on tags during iterator setup in v2James Cammarata2015-04-155-7/+52
* | | | | Adding more magic variables for connection info to v2James Cammarata2015-04-151-2/+6
| |_|_|/ |/| | |
* | | | Fix errors importToshio Kuratomi2015-04-141-1/+2
* | | | Use six to assign metaclass for py2 and py3 compatToshio Kuratomi2015-04-141-1/+3
* | | | Merge pull request #10719 from mscherer/fix_error_action_v2Toshio Kuratomi2015-04-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix the filename in error message (pylint)Michael Scherer2015-04-141-1/+1
| |/ /
* | | Merge pull request #10717 from mscherer/fix_connexion_infoToshio Kuratomi2015-04-141-3/+3
|\ \ \
| * | | Fix various pylint issues ( missing import and wrong variable names )Michael Scherer2015-04-141-3/+3
| |/ /
* | | Fixing minimal callback for v2 to use the new apiJames Cammarata2015-04-141-36/+24
* | | Adding a method for setting up magic variables from connection info in v2James Cammarata2015-04-142-1/+13
* | | Merge pull request #10716 from mscherer/fix_exportToshio Kuratomi2015-04-141-1/+1
|\ \ \
| * | | Fix the name of the exported class ( pylint )Michael Scherer2015-04-141-1/+1
| |/ /
* | | Merge pull request #10701 from bcoca/delegate_to_fix_indentBrian Coca2015-04-141-5/+5
|\ \ \
| * | | fixed indent when looking at delegate_to varsBrian Coca2015-04-141-5/+5
* | | | Move command for v1 back into testenv so that we have a defaultToshio Kuratomi2015-04-141-2/+4
* | | | Merge pull request #10713 from mscherer/fix_shell_plugin_import_v2Toshio Kuratomi2015-04-142-2/+2
|\ \ \ \
| * | | | Rename the import, since the directory was renamed for v2Michael Scherer2015-04-142-2/+2
| | |/ / | |/| |
* | | | Merge pull request #10712 from mscherer/fix_v2_sh_pluginToshio Kuratomi2015-04-141-0/+2
|\ \ \ \
| * | | | Add missing imports. They are used later in mkdtmp, needed by action pluginsMichael Scherer2015-04-141-0/+2
* | | | | Merge pull request #10715 from mscherer/fix_import_errors_lookup_pluginToshio Kuratomi2015-04-143-4/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add/correct missing imports for AnsibleError in v2 lookup pluginsMichael Scherer2015-04-143-4/+6
|/ / / /
* | | | Merge pull request #10711 from mscherer/fix_wrong_name_parsererrorToshio Kuratomi2015-04-142-2/+2
|\ \ \ \
| * | | | Fix the exception name ( AnsibleParserError, not AnsibleParsingError )Michael Scherer2015-04-142-2/+2
* | | | | Merge pull request #10710 from invenia/develToshio Kuratomi2015-04-141-1/+15
|\ \ \ \ \
| * | | | | Updated the tox.ini file to run multiple ansible versions.Rory Finnegan2015-04-141-1/+15
| |/ / / /
* | | | | Merge pull request #10709 from mscherer/fix_missing_builtinToshio Kuratomi2015-04-141-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add a import for 'builtins' module, used in CleansingNodeVisitor.Michael Scherer2015-04-141-1/+3
* | | | | Use six.moves to find configparser instead of our compat codeToshio Kuratomi2015-04-142-31/+1
* | | | | Revert "Rather than moving connection option setting, fix defaults"root2015-04-142-5/+5
| |/ / / |/| | |