- 30 Aug, 2015 1 commit
-
-
Abhijit Menon-Sen committed
-
- 29 Aug, 2015 2 commits
-
-
Abhijit Menon-Sen committed
-
Fixed Spelling Error on Line 67
Brian Coca committed
-
- 28 Aug, 2015 27 commits
-
-
Fixes #12145
James Cammarata committed -
Mention |combine and the vault improvements in the CHANGELOG
Toshio Kuratomi committed -
James Cammarata committed
-
Fixes #12099
James Cammarata committed -
FieldAttributes will now by default not be post_validated unless a flag is set on them in the class, as a large number of fields are really there simply to be inherited by Task/PlayContext and shouldn't be templated too early. The other (unrelated to the base issue) in #12084 is also fixed here, where the roles field is loaded before vars/vars_files, meaning there are no vars yet loaded in the play when the templating occurs. Fixes #12084
James Cammarata committed -
Noticed while running Ansible from Tip. Throws: NameError: global name 'tself' is not defined
Karl Brown committed -
More specific about urllib2 restrictions
Greg DeKoenigsberg committed -
Greg DeKoenigsberg committed
-
Greg DeKoenigsberg committed
-
Reflect new permissions for pushing to doc site
Greg DeKoenigsberg committed -
James Cammarata committed
-
Toshio Kuratomi committed
-
cloudstack: implement general api_region support, update docs
James Cammarata committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Fixes #12018
James Cammarata committed -
TODO: add this to VariableManager to validate vars loaded from files too Fixes #12022
James Cammarata committed -
Update "smart" transport to handle Sun_SSH_1.5 on SmartOS
James Cammarata committed -
Link to `constants.py` in the source tree from the documenation.
Brian Coca committed -
Python 3: use print() as function under contrib/
Brian Coca committed -
`constants.py` is referenced in the *Environmental configuration* section of the documentation. This change provides a link from the documentation to the source code.
Homme Zwaagstra committed -
This fixes the remaining Python 3 syntax errors, so re-enable compileall for contrib/ again.
Marius Gedminas committed -
Abhijit Menon-Sen committed
-
- Fixed line break causing part of the text to display as "Definition List" which Sphinx renders in bold.
Brian Coca committed -
which Sphinx renders in bold.
Steve McKuhr committed
-
- 27 Aug, 2015 10 commits
-
-
fixes #12111
Brian Coca committed -
Adding support for Archlinux and Slackware in fallback
James Cammarata committed -
Enable py34 test in travis so we don't regress recent fixes
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Some steps towards Python 3 support
Toshio Kuratomi committed -
`assert (condition, message)` gets parsed by Python as `assert a_two_tuple`, and a 2-element tuple is never False. Discovered by compileall on Python 3.4, which emits a SyntaxWarning for this common mistake.
Marius Gedminas committed -
(This is supposed to be temporary, until the code under contrib/ gets cleaned up from all the remaining print statements.)
Marius Gedminas committed -
Marius Gedminas committed
-
Marius Gedminas committed
-
Marius Gedminas committed
-