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/lib/ansible/galaxy
Matt Martz bf7d4ce260
Abstract away libyaml details into yaml utils (#72607)
* Add yaml utils file and use it

* Linting fix and missing import

* Abstract a few more details

* Parser imports

* Don't use CSafeDumper in AnsibleDumper

* Move and use convert_yaml_objects_to_native when libyaml is present

* yaml_load and yaml_dump, instead of safe_*

* re-use HAS_LIBYAML from utils.yaml

* add changelog fragment

* Address recent changes

* Use representer instead of recursive type converter

* Restore needed import

* move yaml utils to module_utils

* Properly guard imports

* Update from_yaml(_all)? to handle text wrappers with CSafeLoader

* Use yaml utils for legacy_collection_loader

* Add HAS_YAML, and ignore pylint issue

* oops

* GPL->BSD
3 years ago
..
collection Abstract away libyaml details into yaml utils (#72607) 3 years ago
data starting metadata sunset (#69454) 4 years ago
dependency_resolution Use iskeyword and str.isidentifier for "is FQCN" (#73279) 3 years ago
__init__.py Abstract away libyaml details into yaml utils (#72607) 3 years ago
api.py ansible-galaxy - set the cache file after getting all collection versions (#73557) 3 years ago
role.py Abstract away libyaml details into yaml utils (#72607) 3 years ago
token.py Abstract away libyaml details into yaml utils (#72607) 3 years ago
user_agent.py ansible-galaxy - expand User-Agent string for Galaxy endpoints (#65578) 5 years ago