summaryrefslogtreecommitdiff
path: root/lib/ansible/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix pb subs collapse (#74301) (#74376)Brian Coca2021-05-171-0/+6
* defend against bad or missing crypt (#74304)Brian Coca2021-05-171-6/+18
* finish migrating ssh plugin to config system (#73708)Brian Coca2021-03-031-1/+2
* Reduce complexity of Templar._lookup slightly (#73277)Matt Martz2021-03-011-1/+0
* Fixed/improved regular expresssion for collection names (#73577)Alexei Znamensky2021-03-011-1/+1
* Use iskeyword and str.isidentifier for "is FQCN" (#73279)Sviatoslav Sydorenko2021-02-111-2/+25
* Allow restricting config values to enumerated list (#73162)Brian Coca2021-01-141-16/+1
* saner path dir management (#72648)Brian Coca2020-12-141-14/+23
* Rename to ansible-core (#72594)Rick Elrod2020-11-131-1/+1
* show keyword documentation in ansible-doc (#72476)Brian Coca2020-11-091-0/+1
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-0/+33
* rethink wording (#70028)Brian Coca2020-10-302-3/+3
* run playbook from collections (#67435)Brian Coca2020-10-282-16/+63
* Add deprecation collection name to plugin options (#71735)Felix Fontein2020-10-021-3/+6
* fix coverage output from synthetic packages (#71727)Matt Davis2020-09-141-3/+8
* Force template module to use non-native Jinja2 (#68560)Martin Krizek2020-09-032-0/+20
* Updates for password hashing (#71120)Matt Martz2020-08-261-9/+26
* Allow callbacks from forks (#70501)Matt Martz2020-08-171-0/+43
* Misc typo fixes (#71089)Abhijeet Kasurde2020-08-051-1/+1
* reset logging to INFO (#70878)Brian Coca2020-07-241-1/+2
* refactor Python module_utils locator (#70610)Matt Davis2020-07-161-0/+4
* misc collection metadata fixes (#70403)Matt Davis2020-07-011-5/+21
* Top-level deprecation of plugin did not get collection_name added when deprec...Felix Fontein2020-06-291-4/+4
* display: use stdout for column width (#70199)Pavel Březina2020-06-251-2/+2
* Throw AnsibleError instead of OSError, py3.9 crypt (#70246)Rick Elrod2020-06-241-3/+13
* Use libc wcwidth to calculate print width in display (#66214)Matt Martz2020-06-221-2/+102
* Plugin/module docs: parse return values, add collection names in them (versio...Felix Fontein2020-06-111-1/+9
* support hard coded module_defaults.yml groups for collections (#69919)Sloane Hertel2020-06-091-0/+9
* Deprecation revisited (#69926)Felix Fontein2020-06-093-41/+38
* avoid constant checking controlpersist (#69910)Brian Coca2020-06-091-0/+16
* various deprecation, display, warning, error fixes for collections redirectio...Matt Davis2020-06-052-48/+58
* fix sys.modules cleanup and blacklist behavior (#69898)Matt Davis2020-06-041-1/+4
* Add support to install collections from git repositories (#69154)Sloane Hertel2020-05-291-0/+94
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-283-9/+111
* Allow to deprecate options and aliases by date (#68177)Felix Fontein2020-05-261-2/+5
* fix delegated loading when path is not a directory (#69713)Matt Davis2020-05-261-1/+6
* collection routing (#67684)Matt Davis2020-05-265-603/+1094
* ansible.utils.vars.isidentifier improvements (#58278)Martin Krizek2020-05-211-15/+48
* Add resource_from_fqcr utility function. (#68474)Felix Fontein2020-05-141-0/+15
* Fix listing of colleciton plugins with symlinks (#69305)Brian Coca2020-05-141-3/+3
* Fix SemanticVersion comparison (#69395)Felix Fontein2020-05-111-8/+8
* Remove left hand side slicingToshio Kuratomi2020-05-061-2/+2
* fixed fetch traversal from slurp (#68720)Brian Coca2020-04-081-0/+23
* add collection plugin listing to ansible-doc (#68522)Brian Coca2020-03-311-2/+0
* Revert "ansilbe-doc list collections plugins (#67928)"Matt Clay2020-03-281-64/+1
* ansilbe-doc list collections plugins (#67928)Brian Coca2020-03-271-1/+64
* fallback to uid when no uname (#68466)Brian Coca2020-03-271-1/+6
* Fix colorization to not extend across newline boundary (#68517)Graham Mainwaring2020-03-271-2/+7
* Merge pull request #67093 from sivel/acd-content-dirMatt Martz2020-03-231-7/+23
* Support pre-releases via new SemanticVersion (#68258)Matt Martz2020-03-231-0/+272