summaryrefslogtreecommitdiff
path: root/lib/ansible/utils
Commit message (Expand)AuthorAgeFilesLines
* Ensure that data within a tuple is marked as unsafe (#65918) (#73044)Felix Fontein2021-01-111-13/+12
* [2.9] Fix missing ansible.builtin FQCNs in hardcoded action names (#72458)Felix Fontein2020-12-071-0/+33
* reset logging to INFO (#70878) (#70882)Brian Coca2020-08-071-1/+2
* [2.9] Prevent Ansible 2.9 to choke on collections using deprecation by date o...Felix Fontein2020-06-161-1/+5
* Address compat issue for collection loading on py26 (#68219) (#69402)Felix Fontein2020-06-101-6/+1
* fix get_data on case_insensitive fs (#69955)Matt Davis2020-06-082-4/+79
* fixed fetch traversal from slurp (#68720)Brian Coca2020-04-151-0/+23
* Fix colorization to not extend across newline boundary (#68517)Graham Mainwaring2020-04-141-2/+7
* fallback to uid when no uname (#68466)Brian Coca2020-04-141-1/+6
* [stable-2.9] display - remove extra new line after warning message (#65199) (...Sam Doran2020-02-101-2/+3
* [stable-2.9] Make sorting in collection_loader match plugin loader (#65776)Sam Doran2020-01-101-0/+9
* display - Fix up tracebacks on 3rd party loggers when log path is set (#65582)Jordan Borean2020-01-101-2/+17
* [2.9] collection: Provide additional info about collection name restriction (...Abhijeet Kasurde2019-12-031-1/+1
* [stable-2.9] Explicitly use multiprocessing fork start method (#63581) (#63591)Matt Martz2019-11-121-0/+21
* [stable-2.9] unsafe wrapping should only happen for with_ loops (#64401)Matt Martz2019-11-121-1/+1
* [2.9 backport] config encode errors should not be fatal (#63311) (#63312)Matt Davis2019-10-101-3/+8
* Fix plugin names for collection plugins. (#60317)Matt Clay2019-09-181-8/+32
* Add fix for specifying current dir in collections_paths (#62478)Jordan Borean2019-09-181-1/+1
* [stable-2.9] Remove leading space in warning messages (#62002)Sam Doran2019-09-171-1/+1
* [stable-2.9] Ensure we don't erase unsafe context in TaskExecutor.run on byte...Matt Martz2019-09-161-1/+9
* allow external collections under the ansible NS (#61908)Matt Davis2019-09-091-7/+24
* Collection role relative deps (#61517)Matt Davis2019-08-291-3/+3
* default collection support (#61415)Matt Davis2019-08-281-3/+69
* ansible-galaxy - Add timeout and progress indicator for publish and install (...Jordan Borean2019-08-231-2/+2
* add subdir support to collection loading (#60682)Matt Davis2019-08-212-35/+195
* Minimize collection loader ansible importsMatt Davis2019-08-161-3/+6
* Remove UnsafeProxy (#59711)Martin Krizek2019-08-071-7/+21
* Fix issue with empty cow_whitelist (#59946)Matt Martz2019-08-021-1/+1
* prevent templating of passwords from prompt (#59246)Brian Coca2019-07-241-4/+7
* patch ansible-connection collection plugin loading (#59119)Matt Davis2019-07-161-7/+6
* Fix collection loader builtin handling. (#58897)Matt Clay2019-07-161-2/+7
* Move common build code from _build_helpers (#55986)Toshio Kuratomi2019-07-161-41/+0
* Fix collection loader and add unit tests. (#58701)Matt Clay2019-07-091-5/+10
* ansible-galaxy: add collection sub command (#57106)Jordan Borean2019-07-101-1/+1
* Get copy tests passing with split controller/target (#58516)Matt Martz2019-07-031-9/+11
* Use atexit to cleanup tmp dirs (#56532)Sam Doran2019-06-281-0/+27
* some logging fixes (#56311)Brian Coca2019-05-241-14/+28
* Fix loading namespaced doc_fragments from collections (#55249)flowerysong2019-05-021-1/+7
* caution tape on makedirs_safe (#55241)Matt Davis2019-04-241-4/+10
* preserve same order as inventory manager when using host lookup (#55331)Sloane Hertel2019-04-181-0/+8
* module_utils fixes in collections (#55118)Matt Davis2019-04-101-1/+1
* Collection content loading (#52194)Matt Davis2019-03-281-0/+304
* Fix encoding handling in unfrackpath.Matt Clay2019-03-211-1/+1
* Don't fail if ConnectionError has no code (#53455)Nathaniel Case2019-03-071-1/+4
* Allow user to control output of verbose messages (#52948)Brian Coca2019-03-051-2/+4
* restconf_config module (#51971)Nathaniel Case2019-03-041-0/+5
* interpreter discovery message tweaks (#53155)Matt Davis2019-02-281-3/+10
* Python interpreter discovery (#50163)Matt Davis2019-02-271-0/+29
* move extravars and option vars loading into VM (#51070)Brian Coca2019-01-301-0/+2
* added unsafe toggle to vars_prompt (#49219)Brian Coca2019-01-301-2/+5