summaryrefslogtreecommitdiff
path: root/lib/ansible/utils
Commit message (Expand)AuthorAgeFilesLines
* ansible-test - Avoid use of deprecated utcnow (#80750)Matt Clay2023-05-101-1/+5
* junit-xml - Remove outdated type ignore hint (#80748)Matt Clay2023-05-091-1/+1
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-0313-13/+13
* Implement checks, and backwards compat change, to move forward with UTF-8 onl...Matt Martz2023-04-171-0/+17
* Enforce that `Display.display` requires a `str` (#80327)Matt Martz2023-03-281-0/+3
* password lookup, handle ident properly when saved (#80251)Brian Coca2023-03-271-6/+9
* add a worker queue to get updates from the main results thread (#79886)Sloane Hertel2023-02-281-5/+208
* ansible-test - Improve code formatting (#79983)Matt Clay2023-02-131-0/+7
* Clean up unused imports in core (#79900)Matt Clay2023-02-032-3/+1
* Add support for importlib.resources (#78915)Matt Martz2023-01-101-2/+154
* Prevent stdio deadlock in forked children (#79522)Matt Davis2022-12-051-0/+29
* slight var loading optimization (#78835)Brian Coca2022-09-281-40/+47
* plugin docs: look at all potential sidecar docs extensions before giving up (...Felix Fontein2022-09-191-10/+14
* add ansible_name/ansible_aliases attrs to plugin objects (#78700)Sloane Hertel2022-09-151-14/+5
* ansilbe-doc fixes for filters/test listing (#78696)Brian Coca2022-09-061-6/+6
* fix issue with legacy pugins and no docs (#78686)Brian Coca2022-09-011-1/+2
* refactor and fixes for doc parsing (#77719)Brian Coca2022-09-011-2/+84
* Python 3.9 min for controller (#77566)Matt Martz2022-07-202-3/+2
* Deprecate use of Python crypt (#78257)Matt Martz2022-07-141-0/+9
* listify_lookup_plugin_terms deprecate dataloader (#78244)Brian Coca2022-07-121-1/+7
* Preflight utf8 encodings check (#78175)Matt Martz2022-07-111-69/+6
* Forked display via queue (#77056)Matt Martz2022-06-071-9/+38
* expand ansible-doc coverage (#74963)Brian Coca2022-04-273-9/+27
* Remove deprecated UnsafeProxy (#77455)Martin Krizek2022-04-051-19/+0
* Support ignoring of certificates for ansible-galaxy during SCM cloning (#67616)James Milligan2022-03-241-1/+14
* Remove more Python 2.x compatibility code from controller. (#77320)Felix Fontein2022-03-221-2/+1
* Remove obsolete Python 2.x controller code.Matt Clay2022-03-081-12/+9
* Remove collections compat from controller code.Matt Clay2022-03-086-7/+10
* Add inline type hint ignores.Matt Clay2022-03-071-1/+1
* Code cleanup for type hinting issues.Matt Clay2022-03-071-2/+2
* Remove obsolete Python 2.x compat code.Matt Clay2022-03-072-11/+3
* Type hint fixes.Matt Clay2022-03-045-6/+6
* Simplify existing type hints.Matt Clay2022-03-031-30/+29
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-012-3/+3
* Misc typo fixes in plugins directory (#76566)Abhijeet Kasurde2022-02-012-2/+2
* Remove more whitelist and blacklist occurances (docs only). (#76845)Felix Fontein2022-01-261-1/+1
* check finder type before passing path (#76448)Sloane Hertel2021-12-091-15/+29
* catch the case that cowsay is broken (#76326)Brian Coca2021-12-071-1/+3
* Update collection loader for Python 3.10 (#76225)Sloane Hertel2021-12-014-55/+111
* No longer needed to fall back to sha (#76281)Martin Krizek2021-11-121-6/+1
* Revert "Revert AnsibleCollectionConfig Py3 only change (#76104)"Matt Clay2021-10-261-2/+1
* Revert AnsibleCollectionConfig Py3 only change (#76104)Martin Krizek2021-10-211-1/+2
* Start of moving away from six (#75863)Martin Krizek2021-10-215-32/+10
* ansible-core - Remove support for Python 2.6. (#75853)Matt Clay2021-10-011-1/+1
* use passlib default if `password_hash` option isn't set (#75043)Thomas Sjögren2021-09-211-3/+3
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-201-0/+268
* Fix an exception when passlib library is used with a wrapped algo (#75527)Pilou2021-08-261-2/+2
* ansible-test - Move code from _data to _util. (#75495)Matt Clay2021-08-124-4/+4
* Code cleanup to prepare for pylint update. (#75475)Matt Clay2021-08-111-1/+1
* plugin attributes: make validate-modules strict again, improve version_added ...Felix Fontein2021-08-091-0/+9