summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections/collection_root_user (follow)
Commit message (Expand)AuthorAgeFilesLines
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-0546-92/+46
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Clean up unused imports in integration tests (#79895)Matt Clay2023-02-033-12/+3
* Error for context-dependent redirects (#78755)Sloane Hertel2022-09-131-3/+5
* Fix vars plugin code and documentation mismatch (#78562)Sloane Hertel2022-08-311-0/+4
* Fix collection redirects for filter and test plugins (#77210)Sloane Hertel2022-03-071-0/+17
* fix block var inheritance (#75287)Brian Coca2022-01-312-3/+3
* ansible-test pssa update and new rules (#76256)Jordan Borean2021-11-111-3/+3
* PowerShell - Support optional module util imports (#75187)Jordan Borean2021-09-243-0/+68
* Fix pb subs collapse (#74301)Brian Coca2021-04-213-0/+12
* Fix a bug adding unrelated candidates to the plugin loader redirect_list (#73...Sloane Hertel2021-03-182-5/+16
* Fix task get_name to always prepend the role name (#72511)Sloane Hertel2020-11-062-1/+31
* rethink wording (#70028)Brian Coca2020-10-301-1/+0
* Ensure we call action_loader.get with collection_list (#72206)Matt Martz2020-10-191-0/+17
* refactor Python module_utils locator (#70610)Matt Davis2020-07-1713-5/+82
* try to load unqualified plugins from whitelist (#70086)Matt Davis2020-06-171-0/+4
* enable collections module_utils subpkg tests (#69957)Matt Davis2020-06-151-6/+6
* various deprecation, display, warning, error fixes for collections redirectio...Matt Davis2020-06-051-1/+1
* collection routing (#67684)Matt Davis2020-05-2610-0/+176
* Filter BLACKLIST_EXTS in PluginLoader (#69029)Rick Elrod2020-04-232-0/+6
* Allow a collection role to call a standalone role by default (#69102)Matt Martz2020-04-221-0/+6
* Allow tasks to notify a fqcn handler name (#68213)Matt Martz2020-04-083-0/+15
* Address fixme and handle filter/test errors for collections better (#68047)Matt Martz2020-03-231-0/+13
* Make sorting in collection_loader match plugin loader (#65776)Sam Doran2019-12-161-0/+6
* Support vars plugins in collections (#61078)Sloane Hertel2019-11-041-0/+44
* allow external collections under the ansible NS (#61908)Matt Davis2019-09-062-0/+26
* Collection role relative deps (#61517)Matt Davis2019-08-295-0/+18
* default collection support (#61415)Matt Davis2019-08-294-0/+98
* Change collection PS util import pattern (#61307)Jordan Borean2019-08-287-15/+46
* add subdir support to collection loading (#60682)Matt Davis2019-08-2114-2/+178
* Add missing boilerplate to collections test. (#60507)Matt Clay2019-08-1318-0/+55
* Fix collection loader builtin handling. (#58897)Matt Clay2019-07-161-2/+4
* Properly enforce shebang on collections.Matt Clay2019-06-266-6/+6
* Fix loading namespaced doc_fragments from collections (#55249)flowerysong2019-05-032-0/+22
* module_utils fixes in collections (#55118)Matt Davis2019-04-1114-13/+128
* Collection content loading (#52194)Matt Davis2019-03-2817-0/+263