You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/collections
Sam Doran 56c6ebe258 [stable-2.9] Make sorting in collection_loader match plugin loader (#65776)
* Simply sorting of Windows files below other plugin types
    Using the sort method with a custom key function uses less memory than creating multiple lists then joining them.

    This seemed to be an acceptable use of a lamdba, even though I geneally try to avoid them.

* Fix sorting of plugins inside of collections
    Explicitly sort Windows files below others, mimicking what we do in plugin/loader.py

* Add documentation about ansible.builtin and ansible.legacy
    Also document to the two different methods used for searching based on the candidate type.

* Add changelog
* Add integration test
* Update comment with expected sort order
(cherry picked from commit 6f76a48f59)

Co-authored-by: Sam Doran <sdoran@redhat.com>
5 years ago
..
collection_root_sys/ansible_collections/testns Add missing boilerplate to collections test. (#60507) 5 years ago
collection_root_user/ansible_collections [stable-2.9] Make sorting in collection_loader match plugin loader (#65776) 5 years ago
collections/ansible_collections/testns/content_adj/plugins Add missing boilerplate to collections test. (#60507) 5 years ago
library Add missing boilerplate to collections test. (#60507) 5 years ago
roles/testrole/tasks Collection role relative deps (#61517) 5 years ago
a.statichost.yml
aliases module_utils fixes in collections (#55118) 6 years ago
includeme.yml module_utils fixes in collections (#55118) 6 years ago
posix.yml allow external collections under the ansible NS (#61908) 5 years ago
runme.sh fix default collection resolution in adhoc (#63298) 5 years ago
windows.yml Change collection PS util import pattern (#61307) 5 years ago