summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use parse_kv to correctly parse parameters from password lookuppassword-lookup-fixToshio Kuratomi2015-09-041-35/+35
* 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
|\ \ \ | |/ / |/| |
| * | Make lock_host_keys a real noop, instead of half-a-noopAbhijit Menon-Sen2015-09-031-65/+9
|/ /
* | Merge pull request #12217 from thyming/hacking-remove-pycBrian Coca2015-09-022-0/+3
|\ \
| * | Use find ... -delete instead of non-portable globbingLuke Rohde2015-09-022-3/+3
| * | Delete all compiled python files when running hacking/env-setupLuke Rohde2015-09-022-0/+3
* | | added new path config setting handlingBrian Coca2015-09-021-0/+1
* | | removed printing module args as it violates no_log settingsBrian Coca2015-09-021-2/+0
* | | Fix templar unittests for change in preserve_trailing_newline parameter's def...Toshio Kuratomi2015-09-021-1/+2
* | | Keep newlines by default now.Toshio Kuratomi2015-09-021-2/+2
|/ /
* | Adding unit tests for safe_evalJames Cammarata2015-09-021-0/+26
* | Speedup for counting newlinesToshio Kuratomi2015-09-021-7/+9
* | Merge pull request #12202 from mgedmin/py3kJames Cammarata2015-09-022-9/+83
|\ \
| * | Use rich comparisons for Attribute and FieldAttributeMarius Gedminas2015-09-022-2/+76
| * | Fix indentation to be a multiple of 4Marius Gedminas2015-09-021-7/+7
* | | Make sure locals in safe_eval is a plain dict when running evalJames Cammarata2015-09-021-1/+1
| |/ |/|
* | * Mark all strings as unicode -- shouldn't matter for this dataset butToshio Kuratomi2015-09-021-24/+26
* | Unittest the _count_trailing_newlines functionToshio Kuratomi2015-09-022-18/+45
* | Fix preserve_trailing_newlines (broken by 7f5080f64ab4a82648cb746990587c1aaff...Toshio Kuratomi2015-09-021-1/+12
* | actually implemented flags correctly for all priv escalation methodsBrian Coca2015-09-023-8/+9
* | fixed become testsBrian Coca2015-09-021-2/+2