summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add meeting info to Ansible community pagegregdek-community-patch-1Greg DeKoenigsberg2016-03-231-0/+6
* updated man pages with imssing become optionBrian Coca2016-03-233-6/+21
* avoid bad path entriesBrian Coca2016-03-231-0/+2
* Exclude .tox from paths scanned for urlopenToshio Kuratomi2016-03-231-1/+1
* Update submodule refsToshio Kuratomi2016-03-232-14/+14
* Merge pull request #15120 from dagwieers/patch-17Brian Coca2016-03-231-14/+16
|\
| * Update CONTRIBUTING.md with more recent developmentsDag Wieers2016-03-231-14/+16
* | Merge pull request #15122 from Shrews/changelogBrian Coca2016-03-231-0/+5
|\ \
| * | Update CHANGELOG for new OpenStack modulesDavid Shrewsbury2016-03-231-0/+5
| |/
* | Fix log_invocation test on python2 with hash randomizationToshio Kuratomi2016-03-231-13/+29
* | Get rid of extra trailing space in log messagesToshio Kuratomi2016-03-231-2/+2
|/
* Merge pull request #15114 from djmattyg007/document_squash_actions_config_set...Brian Coca2016-03-233-1/+24
|\
| * Add documentation for squash_actions configuration settingMatthew Gamble2016-03-233-1/+24
* | Merge pull request #15118 from dagwieers/github-dirBrian Coca2016-03-232-35/+25
|\ \ | |/ |/|
| * One more improvementDag Wieers2016-03-231-3/+3
| * Various improvements to issue/pull-request templatesDag Wieers2016-03-232-32/+22
|/
* Merge pull request #15112 from djmattyg007/comment_improvementAbhijit Menon-Sen2016-03-231-1/+1
|\
| * Small comment improvement in AnsibleModule classMatthew Gamble2016-03-231-1/+1
|/
* Merge pull request #15111 from xiaket/develAbhijit Menon-Sen2016-03-231-1/+3
|\
| * complete the docstring. Fixed #14794夏恺(Xia Kai)2016-03-231-1/+3
* | fixes issue with getting value with . (dot) in key in netcfgPeter Sprygada2016-03-231-8/+14
* | Merge pull request #15105 from sivel/ovirt-and-run-testsMatt Martz2016-03-223-4/+6
|\ \
| * | Skip test_module_utils_basic__log_invocation until we can figure out the caus...Matt Martz2016-03-221-0/+1
| * | Ensure that any command in run_tests.sh that fails results in immediate failureMatt Martz2016-03-221-1/+2
| * | Fix indentation in ovirt.py inventoryMatt Martz2016-03-221-3/+3
|/ /
* | Merge pull request #15086 from robinro/patch-2Brian Coca2016-03-221-1/+1
|\ \
| * | remove double read of "path"Robin Roth2016-03-221-1/+1
* | | 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
|\ \ \ \