summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* six-1.3.0 compatibilityfix-amazon-linux-rpm-buildToshio Kuratomi2015-09-082-7/+7
* Potential fix for amazon linux's rpm doing something strange with the python_...Toshio Kuratomi2015-09-061-0/+11
* update submodule refs for documentation formattingToshio Kuratomi2015-09-052-13/+10
* Update module refsToshio Kuratomi2015-09-052-14/+12
* Version bump for 2.0.0-0.2.alpha2v2.0.0-0.2.alpha2James Cammarata2015-09-041-1/+1
* Starting to add additional unit tests for VariableManagerJames Cammarata2015-09-0413-53/+232
* Use proxy class to mark variables unsafe for templatingJames Cammarata2015-09-043-3/+142
* Merge pull request #12256 from ansible/password-lookup-fixToshio Kuratomi2015-09-041-35/+35
|\
| * Use parse_kv to correctly parse parameters from password lookuppassword-lookup-fixToshio Kuratomi2015-09-041-35/+35
* | added 2 more modules to changelogBrian Coca2015-09-041-0/+2
* | updated submodule refsBrian Coca2015-09-042-12/+14
* | Merge pull request #12250 from bcoca/become_cleanBrian Coca2015-09-045-81/+87
|\ \
| * | simplify become testing and handling, we had drifted and were doulbe checking...Brian Coca2015-09-045-81/+87
| * | remove closing connections after every task, this goes against conneciton cac...Brian Coca2015-09-041-7/+0
* | | remove closing connections after every task, this goes against conneciton cac...Brian Coca2015-09-041-7/+0
* | | Merge pull request #12244 from mgedmin/py3kToshio Kuratomi2015-09-049-16/+22
|\ \ \ | |/ /
| * | Replace type() checks with isinstance()Marius Gedminas2015-09-041-3/+3
| * | Python 3: use six.text_type instead of unicodeMarius Gedminas2015-09-049-14/+20
|/ /
* | Merge pull request #12236 from amenonsen/ssh-cpdirJames Cammarata2015-09-031-6/+8
|\ \ | |/ |/|
| * Go back to using ~/.ansible/cp as the ControlPathAbhijit Menon-Sen2015-09-041-6/+8
* | Do not escape backslashes when processing a template file.Toshio Kuratomi2015-09-034-15/+32
* | Add more details to the changelog -- may move this to a porting guideToshio Kuratomi2015-09-031-1/+21
* | Fix unit tests for PlayIterator changes regarding fact gatheringJames Cammarata2015-09-031-0/+4
* | Set hosts fact gathering flag based on fact cache entriesJames Cammarata2015-09-032-2/+12
* | Merge pull request #12234 from ansible/travis-var-precedenceToshio Kuratomi2015-09-031-0/+1
|\ \ | |/ |/|
| * Enable the var precedence test in travistravis-var-precedenceToshio Kuratomi2015-09-021-0/+1
* | Merge pull request #12227 from arbabnazar/patch-1James Cammarata2015-09-031-1/+1
|\ \
| * | Update developing_modules.rstArbab Nazar2015-09-031-1/+1
* | | Squashed commit of the following:James Cammarata2015-09-038-22/+145
* | | Merge pull request #12232 from praveenkumar/doc_fixToshio Kuratomi2015-09-031-1/+1
|\ \ \
| * | | Fix typo to avoid traceback during testingPraveen Kumar2015-09-031-1/+1
* | | | Make sure PlayContext is copied when iterating in a with_ loopJames Cammarata2015-09-031-2/+5
* | | | Fix two PlayIterator bugsJames Cammarata2015-09-031-3/+16
|/ / /
* | | Merge pull request #12230 from mgedmin/py3kToshio Kuratomi2015-09-031-1/+1
|\ \ \
| * | | Python 3: avoid iteritems() in a templateMarius Gedminas2015-09-031-1/+1
|/ / /
* | | Simplify and speed up _split_role_params() by moving an invariant outside of ...Toshio Kuratomi2015-09-031-1/+2
* | | Refactor to replace filter and lambda with a generator expressionToshio Kuratomi2015-09-031-1/+1
* | | Add note about the trailing newlines changeToshio Kuratomi2015-09-031-0/+5
* | | Merge pull request #12228 from mgedmin/py3kToshio Kuratomi2015-09-022-2/+17
|\ \ \
| * | | Simplify FactCache.copy()Marius Gedminas2015-09-032-2/+17
|/ / /
* | | Merge pull request #12226 from mgedmin/py3kToshio Kuratomi2015-09-0228-41/+81
|\ \ \ | |/ / |/| |
| * | Replace .iteritems() with six.iteritems()Marius Gedminas2015-09-0328-41/+81
|/ /
* | Further cleanup from locking changesJames Cammarata2015-09-032-7/+4
* | Move the lockfile back to tqm to make sure it stays uniqueJames Cammarata2015-09-033-12/+14
* | Merge branch 'amenonsen-connection-locking' into develJames Cammarata2015-09-033-13/+29
|\ \
| * | Reorganizing the way the connection lockfile is createdJames Cammarata2015-09-033-18/+17
| * | Merge branch 'connection-locking' of https://github.com/amenonsen/ansible int...James Cammarata2015-09-024-13/+30
| |\ \ |/ / /
| * | Make the paramiko plugin use lockingAbhijit Menon-Sen2015-09-031-13/+9
| * | Introduce a connection locking infrastructureAbhijit Menon-Sen2015-09-033-0/+21
* | | Merge pull request #12195 from amenonsen/ssh-lessworkJames Cammarata2015-09-021-65/+9
|\ \ \ | |/ / |/| |