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
Matt Martz 9e622ddb67
[stable-2.17] Unsafe persistence (#82779)
* Ensure that unsafe is more difficult to lose [stable-2.16] (#82293)

* Ensure that unsafe is more difficult to lose

* Add Task.untemplated_args, and switch assert over to use it
* Don't use re in first_found, switch to using native string methods
* If nested templating results in unsafe, just error, don't continue

* ci_complete

(cherry picked from commit 270b39f6ff)

* Fix various issues in unsafe_proxy (#82326)

- Use str/bytes directly instead of text_type/binary_type
- Fix AnsibleUnsafeBytes.__str__ implementation
- Fix AnsibleUnsafeBytes.__format__ return type
- Remove invalid methods from AnsibleUnsafeBytes (casefold, format, format_map)
- Use `chars` instead of `bytes` to match stdlib naming
- Remove commented out code

(cherry picked from commit 59aa0145d2)

* Additional Unsafe fixes (#82376)

* Allow older pickle protocols to pickle unsafe classes. Fixes #82356

* Address issues when iterating or getting single index from AnsibleUnsafeBytes. Fixes #82375

* clog frag

(cherry picked from commit afe3fc184f)

* [stable-2.16] Enable directly using `AnsibleUnsafeText` with Python `pathlib` (#82510)

* Enable directly using `AnsibleUnsafeText` with Python `pathlib`. Fixes #82414

(cherry picked from commit c6a652c081)

* Prevent failures due to unsafe plugin name (#82759)

(cherry picked from commit 56f31126ad)

* Address issues from merge conflicts

---------

Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
2 years ago
..
download.yml Use --no-deps when installing amazon.aws and not testing dependencies (#77091) 4 years ago
empty_installed_collections.yml Fix build_ignore when installing a collection from source (#75547) 4 years ago
individual_collection_repo.yml Use --no-deps when installing amazon.aws and not testing dependencies (#77091) 4 years ago
main.yml Deprecate plural collections_paths option (#81063) 3 years ago
multi_collection_repo_all.yml Consider all configured collection paths when installing collections (#81243) 2 years ago
multi_collection_repo_individual.yml Fix build_ignore when installing a collection from source (#75547) 4 years ago
reinstalling.yml Fix build_ignore when installing a collection from source (#75547) 4 years ago
requirements.yml Remove double spaces in errormessage (#77839) 4 years ago
scm_dependency.yml Fix build_ignore when installing a collection from source (#75547) 4 years ago
scm_dependency_deduplication.yml [stable-2.17] Unsafe persistence (#82779) 2 years ago
setup.yml Fix build_ignore when installing a collection from source (#75547) 4 years ago
setup_collection_bad_version.yml ansible-galaxy - validate version for directories and collections in git repos (#76579) 4 years ago
setup_multi_collection_repo.yml Fix build_ignore when installing a collection from source (#75547) 4 years ago
setup_recursive_scm_dependency.yml 🐛 Make integration tests compatible w/ modern Git (#80122) 3 years ago
test_invalid_version.yml ansible-galaxy - validate version for directories and collections in git repos (#76579) 4 years ago
test_manifest_metadata.yml fix installing collections from git repos that contain MANIFEST.json (#79808) 3 years ago
test_supported_resolvelib_versions.yml ansible-galaxy - support resolvelib versions >= 0.5.3, < 0.9.0 (#77649) 4 years ago