summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't create world-readable module and tempfiles without explicit user permis...module-permissions-fixToshio Kuratomi2016-03-2313-70/+209
* Add TEST_FLAGS to test_hashToshio Kuratomi2016-03-221-2/+2
* Revert "Use docker cp instead of docker volumes to allow for testing with rem...James Cammarata2016-03-221-2/+1
* Merge pull request #15088 from robinro/patch-3Brian Coca2016-03-221-0/+1
|\
| * break after parsing SuSE-release in facts.pyRobin Roth2016-03-221-0/+1
* | Merge pull request #15094 from dblencowe/patch-1Brian Coca2016-03-221-1/+1
|\ \
| * | Update the Mac warning in intro_installation.rstDavid Blencowe2016-03-221-1/+1
* | | Merge pull request #15097 from wenottingham/patch-10Brian Coca2016-03-221-1/+1
|\ \ \
| * | | be brand-approvedBill Nottingham2016-03-221-1/+1
|/ / /
* | | Also remove volumes when removing containersJames Cammarata2016-03-221-1/+1
* | | Add changelog entry for sorting of pluginsToshio Kuratomi2016-03-221-0/+3
* | | Merge pull request #15095 from jjshoe/sort_pluginsToshio Kuratomi2016-03-221-29/+31
|\ \ \ | |/ / |/| |
| * | Sort plugins by basename to support ordering callbacksJoel2016-03-221-29/+31
|/ /
* | Update submodule refsToshio Kuratomi2016-03-222-13/+14
* | Force removal of docker container after test endsJames Cammarata2016-03-221-1/+1
* | Use docker cp instead of docker volumes to allow for testing with remote dock...Matt Martz2016-03-221-1/+2
* | Update committer_guidelines.rstJason McKerr2016-03-221-7/+17
* | Adding a docker pull to the run_tests.sh scriptJames Cammarata2016-03-221-0/+1
* | Adding acl package to all docker imagesJames Cammarata2016-03-226-0/+6
|/
* Merge pull request #15068 from OwenTuz/issue-15067Abhijit Menon-Sen2016-03-221-2/+8
|\
| * Avoid cache conflicts when using multiple AWS accountsOwen Tuz2016-03-211-2/+8
* | Merge pull request #15055 from ansible/ansible_sudo_pass-should-override-cliToshio Kuratomi2016-03-212-6/+157
|\ \
| * | Fix ansible_sudo_pass inventory variable so that it overrides setting of sudo...ansible_sudo_pass-should-override-cliToshio Kuratomi2016-03-212-6/+157
* | | Merge pull request #15074 from ansible/pluginloader-cleanupsToshio Kuratomi2016-03-211-17/+31
|\ \ \
| * | | Cleanup some minor issues in PluginLoader:pluginloader-cleanupsToshio Kuratomi2016-03-211-17/+31
* | | | Merge pull request #15037 from vladpanainte/gce_fixBrian Coca2016-03-211-0/+3
|\ \ \ \
| * | | | fix loggingVlad Panainte2016-03-181-0/+3
* | | | | Merge pull request #15004 from agx/zypper-repository-integration-testsBrian Coca2016-03-214-0/+68
|\ \ \ \ \
| * | | | | Integration tests for zypper repositoryGuido Günther2016-03-164-0/+68
* | | | | | Merge pull request #14977 from towolf/hide_ok_items_in_actionableBrian Coca2016-03-211-4/+3
|\ \ \ \ \ \
| * | | | | | For `actionable` cb plugin also hide ok for itemized resultsTobias Wolf2016-03-211-4/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Properly use check_raw when using parse_kv in cli/ codeJames Cammarata2016-03-212-3/+4
| |_|_|/ / |/| | | |
* | | | | Merge pull request #14976 from xiaket/develToshio Kuratomi2016-03-211-2/+7
|\ \ \ \ \
| * | | | | import the base class and check whether this obj has the required base class.夏恺(Xia Kai)2016-03-211-2/+7
| * | | | | use __mro__ for plugin loading when we search for its base class.夏恺(Xia Kai)2016-03-151-1/+1
* | | | | | Merge pull request #13377 from bruceharbin/patch-1Brian Coca2016-03-211-0/+2
|\ \ \ \ \ \
| * | | | | | Update intro_windows.rstMing Qian2015-12-011-0/+2
* | | | | | | Merge pull request #14730 from chouseknecht/docker_image_proposalBrian Coca2016-03-211-0/+207
|\ \ \ \ \ \ \
| * | | | | | | Upated docker_image_module proposalchouseknecht2016-03-021-0/+207
* | | | | | | | Merge pull request #14733 from chouseknecht/docker_files_proposalBrian Coca2016-03-211-0/+159
|\ \ \ \ \ \ \ \
| * | | | | | | | Adding docker_files module proposalchouseknecht2016-03-021-0/+159
* | | | | | | | | Merge pull request #14471 from willdurand/contrib-do-inventoryBrian Coca2016-03-212-9/+23
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | [contrib] Add option to define group vars in DigitalOcean dynamic inventory s...William Durand2016-02-142-9/+23
* | | | | | | | | Merge pull request #15065 from hyperized/develBrian Coca2016-03-212-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Proposed change to documentation to elaborate on new notation style for with_...Gerben Geijteman2016-03-212-3/+3
|/ / / / / / / / /
* | | | | | | | | Merge pull request #15006 from ansible/local-pipeliningToshio Kuratomi2016-03-201-4/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add changes necessary for enabling pipelining for local connectionslocal-pipeliningToshio Kuratomi2016-03-161-4/+3
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #15052 from mattclay/travis-docker-sshJames Cammarata2016-03-206-0/+40
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Combine new RUN commands into one RUN command.Matt Clay2016-03-206-28/+28
| * | | | | | | | Add ssh client and server to docker containers.Matt Clay2016-03-196-0/+40