summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/collection_loader
Commit message (Expand)AuthorAgeFilesLines
* Add inline type hint ignores.Matt Clay2022-03-071-1/+1
* Code cleanup for type hinting issues.Matt Clay2022-03-071-2/+2
* Type hint fixes.Matt Clay2022-03-042-3/+3
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-011-1/+1
* Misc typo fixes in plugins directory (#76566)Abhijeet Kasurde2022-02-011-1/+1
* check finder type before passing path (#76448)Sloane Hertel2021-12-091-15/+29
* Update collection loader for Python 3.10 (#76225)Sloane Hertel2021-12-014-55/+111
* 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-211-2/+1
* ansible-test - Move code from _data to _util. (#75495)Matt Clay2021-08-124-4/+4
* add action_groups support to collections (#74039)Sloane Hertel2021-07-141-9/+0
* Add comments to keep collection loader in sync.Matt Clay2021-04-284-0/+32
* Abstract away libyaml details into yaml utils (#72607)Matt Martz2021-04-211-7/+3
* Fix pb subs collapse (#74301)Brian Coca2021-04-211-0/+6
* fix typo in _collection_finder.py (#74218)Ikko Ashimine2021-04-101-1/+1
* 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
* saner path dir management (#72648)Brian Coca2020-12-141-14/+23
* show keyword documentation in ansible-doc (#72476)Brian Coca2020-11-091-0/+1
* run playbook from collections (#67435)Brian Coca2020-10-282-16/+63
* fix coverage output from synthetic packages (#71727)Matt Davis2020-09-141-3/+8
* refactor Python module_utils locator (#70610)Matt Davis2020-07-161-0/+4
* misc collection metadata fixes (#70403)Matt Davis2020-07-011-5/+21
* support hard coded module_defaults.yml groups for collections (#69919)Sloane Hertel2020-06-091-0/+9
* various deprecation, display, warning, error fixes for collections redirectio...Matt Davis2020-06-051-2/+2
* fix sys.modules cleanup and blacklist behavior (#69898)Matt Davis2020-06-041-1/+4
* fix delegated loading when path is not a directory (#69713)Matt Davis2020-05-261-1/+6
* collection routing (#67684)Matt Davis2020-05-264-0/+1094