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/ansible-galaxy-collection-scm/tasks
Sloane Hertel e40889e711
Add support to install collections from git repositories (#69154)
* Enable installing collections from git repositories

* Add tests for installing individual and multiple collections from git repositories

* Test to make sure recursive dependencies with different syntax are deduplicated

* Add documentation

* add a changelog

* Skip Python 2.6

* Only fail if no collections are located in a git repository

Add support for a 'type' key for collections in requirement.yml files.
Update the changelog and document the supported keys and allowed values for the type.

Add a note that the collection(s) in the repo must contain a galaxy.yml

* Add a warning about embedding credentials in SCM URLs

* Update with review suggestions

* suppress sanity compile failure for Python 2.6
4 years ago
..
empty_installed_collections.yml Add support to install collections from git repositories (#69154) 4 years ago
individual_collection_repo.yml Add support to install collections from git repositories (#69154) 4 years ago
main.yml Add support to install collections from git repositories (#69154) 4 years ago
multi_collection_repo_all.yml Add support to install collections from git repositories (#69154) 4 years ago
multi_collection_repo_individual.yml Add support to install collections from git repositories (#69154) 4 years ago
reinstalling.yml Add support to install collections from git repositories (#69154) 4 years ago
scm_dependency.yml Add support to install collections from git repositories (#69154) 4 years ago
scm_dependency_deduplication.yml Add support to install collections from git repositories (#69154) 4 years ago
setup.yml Add support to install collections from git repositories (#69154) 4 years ago
setup_multi_collection_repo.yml Add support to install collections from git repositories (#69154) 4 years ago
setup_recursive_scm_dependency.yml Add support to install collections from git repositories (#69154) 4 years ago