summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New release v2.1.4.0-1v2.1.4.0-1James Cammarata2017-01-166-1/+13
|
* Updating CHANGELOGJames Cammarata2017-01-161-1/+7
|
* New release v2.1.4.0-0.3.rc3v2.1.4.0-0.3.rc3James Cammarata2017-01-133-1/+1
|
* Additional security fixes for CVE-2016-9587James Cammarata2017-01-132-9/+59
| | | | (cherry picked from commit b7cdc21aee7584bd33c3b3d7856397bc927e88b5)
* Add jinja2 version constraint.Toshio Kuratomi2017-01-121-1/+1
| | | | | | | We're not yet compatible with jinja2-2.9 so help out people using pip to install to get a working installation. (cherry picked from commit 06ed25e788a3324214ee3226ca35b5586ee83344)
* New release v2.1.4.0-0.2.rc2v2.1.4.0-0.2.rc2James Cammarata2017-01-113-1/+1
|
* Partial revert of 76f7ce55James Cammarata2017-01-111-1/+1
| | | | (cherry picked from commit a94a48f85fe4a76ab6e61ef9d1b9266b17cabc74)
* Additional fixes for security related to CVE-2016-9587James Cammarata2017-01-112-18/+19
| | | | (cherry picked from commit d316068831f9e08ef96833200ec7df2132263966)
* Fixing another corner case for security related to CVE-2016-9587Computest2017-01-112-5/+9
| | | | (cherry picked from commit bcceada5d9b78ad77069c78226f8e9b336ff8949)
* Update fedora images for testing.Matt Clay2017-01-091-2/+2
|
* Fix group_by test to work with jinja2 >= 2.9.Matt Clay2017-01-091-2/+2
| | | | (cherry picked from commit cc3d131f503b34ae972dbed94a0b5fde567aab92)
* New release v2.1.4.0-0.1.rc1v2.1.4.0-0.1.rc1James Cammarata2017-01-094-2/+2
|
* Fixing security bugs CVE-2016-9587James Cammarata2017-01-096-48/+133
| | | | (cherry picked from c8f8d0607c5c123522951835603ccb7948e663d5)
* Correctly set loader path when using list tags/tasksJames Cammarata2016-12-211-0/+6
| | | | | | Fixes #19398 (cherry picked from commit b688f1147474df7ab0c42a62f8c8258edcd9b425)
* Wrap unhandled errors from lookups in an AnsibleErrorJames Cammarata2016-12-211-1/+1
| | | | | | | | | This provides better error handling, and prevents errors like KeyError from bubbliing up to code in odd places. Fixes #17482 (cherry picked from commit 85bbce9d6b2e0cc06642ae10fa8ff7b9c8ae5454)
* cloudstack: utils: fail friendlier if no zones available (#19332)René Moser2016-12-141-0/+3
| | | | (cherry picked from commit 18b7852940a3525bc7d147f68420b360b29cd0d0)
* Updating core submodules for mysql fixJames Cammarata2016-11-291-0/+0
|
* Fix auth in collins.py inventoryMichael Schuett2016-11-232-1/+4
| | | | | | | | | This forces basic auth to be used. Using the normal HTTPPasswordMgrWithDefaultRealm password manager from urllib2 fails since collins doesn't send a 401 retry on failure. More about this can be seen here http://stackoverflow.com/questions/2407126/python-urllib2-basic-auth-problem. I added a small comment about the format of the host so others don't waste time like i did. (cherry picked from commit 21813ed83eb899a7c2c78b024abcd9db6ce01023)
* Revert "Moved the _inventory.clear_group_dict_cache() from creating a group ↵James Cammarata2016-11-181-4/+0
| | | | | | w… (#17766)" This reverts commit a36ac1ad1b01256041be5033d40c68554fb96f12.
* Moved the _inventory.clear_group_dict_cache() from creating a group w… ↵jamessewell2016-11-181-0/+4
| | | | | | | | | | | | (#17766) * Moved the _inventory.clear_group_dict_cache() from creating a group which doesn't exist, to adding members to the group. * Update __init__.py Update to use changed: block to catch all changes for cache clear as suggested (cherry picked from commit b91d4d884d14101bc526ced4457bd02c1bd78ef6)
* fix for filter fixBrian Coca2016-11-171-1/+7
| | | | (cherry picked from commit 5d043b65d355b8d7ef2696d457a916e607756ee6)
* remove rsync path from returned factsBrian Coca2016-11-171-1/+1
| | | | (cherry picked from commit 7c960d440f9d9db3d2aa01183f399e113237ed0b)
* Catch loop eval errors and only raise them again if the task is not skippedJames Cammarata2016-11-151-1/+13
| | | | | | This should help on issues like #16222. (cherry picked from commit 57cf5e431c69e7f8bb8607ff37fd51418249d03c)
* readded var incorrectly removed via mergeBrian Coca2016-11-041-0/+2
|
* resolve inventory path on initBrian Coca2016-11-042-9/+21
| | | | | | | | This allows meta refresh_inventory to work with relative paths Added option to unfrackpath to not resolv symlinks fixes #16857 (cherry picked from commit 8217c1c39c8de848550e2a6c816377f11cc60e9f)
* fixed memoryerror when coping huge file (#16392)nyasukun2016-11-042-2/+8
| | | | | | | | * fixed * support both python 2 and 3 (cherry picked from commit adea1f2b80d806d94ca1bdb2d06f2df077feb948)
* Belated updating of CHANGELOG for 2.1.3James Cammarata2016-11-041-5/+8
|
* New release v2.1.3.0-1v2.1.3.0-1James Cammarata2016-11-046-4/+15
|
* Revert "fix iteritems for python 3"Toshio Kuratomi2016-11-011-1/+0
| | | | | | This reverts commit 0bb04e132a1d144d8d608fc0e201c426e5aa21a0. This was supposed to land on stable-2.2, not stable-2.1
* fix iteritems for python 3Daniel Menet2016-11-011-0/+1
| | | | (cherry picked from commit 19fdb58948e4e854bf776559fc7948205f884503)
* New release v2.1.3.0-0.3.rc3v2.1.3.0-0.3.rc3James Cammarata2016-10-253-1/+1
|
* backport various docker_common fixes from develMatt Davis2016-10-251-15/+16
|
* fix version check to support >=rc5Matt Davis2016-10-241-12/+11
| | | | (cherry picked from commit d1e1898b0ed6c57ef32a1dda01c3309c30489cfa)
* Filter out internal magic and connection variables from facts returnsThomas Quinot2016-10-242-0/+32
| | | | | | Fixes #15925 (cherry picked from commit 236c923c25c053b0ff912f328e87da2dd26cbf69)
* New release v2.1.3.0-0.2.rc2v2.1.3.0-0.2.rc2James Cammarata2016-10-243-1/+1
|
* Update submodule refsToshio Kuratomi2016-10-242-0/+0
|
* Add changelog for apt_key changeToshio Kuratomi2016-10-241-0/+6
|
* Switch test_lookups to badssl/local testing. (#16466) (#18144)Matt Clay2016-10-214-3/+6
| | | | | | * Switch test_lookups to badssl/local testing. * Use var for checking badssl host content. (cherry picked from commit 394430a61e6caa8462805c2b6fa58a8abb06832e)
* Backport validate-modules to stable-2.1 so we can have versioned testing ↵John R Barker2016-10-207-0/+1001
| | | | | (#18120) See #18001 for more details
* New release v2.1.3.0-0.1.rc1v2.1.3.0-0.1.rc1James Cammarata2016-10-184-2/+2
|
* Add entry for using no_log with password in subversionToshio Kuratomi2016-10-171-0/+2
|
* Update core submodule to pull in fix for subversion and no_logToshio Kuratomi2016-10-171-0/+0
|
* Update extras submodule ref to pull in postgresql_lang and postgresql_ext ↵Toshio Kuratomi2016-10-172-0/+6
| | | | password hiding fix
* Change <support@ansible.com> - it's being retired.Bill Nottingham2016-10-155-28/+28
|
* Fix paramiko for non-ascii become passwordToshio Kuratomi2016-10-151-1/+1
| | | | Cherry-picked from a part of f24c10c32be86d3eb792d109fb6fdad19bbfcf4c
* Fix become password using non-ascii for local connectionToshio Kuratomi2016-10-151-1/+1
| | | | | | | | Fixes #18029 (cherry picked from commit efc5dac52cdfab25c3b163958830325f6898d3b6) In 2.1, the to_bytes function doesn't have a surrogate_or_strict error handler
* Fix unbound method call for JSONEncoder (#17970)Bruno Rocha2016-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix unbound method call for JSONEncoder The way it is currently it will lead to unbound method error ```python In [1]: import json In [2]: json.JSONEncoder.default('object_here') --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-2-872fdacfda50> in <module>() ----> 1 json.JSONEncoder.default('object_here') TypeError: unbound method default() must be called with JSONEncoder instance as first argument (got str instance instead) ``` But what is really wanted is to let the json module to raise the "is not serializable error" which demands a bounded instance of `JSONEncoder()` ```python In [3]: json.JSONEncoder().default('object_here') --------------------------------------------------------------------------- TypeError: 'object_here' is not JSON serializable ``` BTW: I think it would try to call `.to_json` of object before raising as it is a common pattern. * Calling JSONEncoder bounded `default` method using super() (cherry picked from commit b06fb2022c7534620238a7da00ad26018433156c)
* fix method signatureBrian Coca2016-10-071-1/+1
|
* Moves 'statically included' messages to -vv verbosityJames Cammarata2016-10-061-1/+1
|
* Move searching for roles in the cur basedir to lastJames Cammarata2016-10-051-2/+6
| | | | | | | | | Searching the DEFAULT_ROLES_PATH and the roles basedir should come before this, and it has been a long standing oversight. Fixes #17882 (cherry picked from commit 0a86ddc25125359c244ac7040036a5080dd5bb04)