mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
a2c93f5e99
* If repo option points to .repo file, download for later parsing
* Parse downloaded .repo file content (ini format)
* Validate downloaded file, map values to repodata, workaround to ignore old .repo related code
* Integration Test adjusted to install python package 'requests' first
* Revert "Integration Test adjusted to install python package 'requests' first"
This reverts commit 0d18352c2238d098831ba6d59b66e731fa8f0cd9.
Not allowed to introduce new dependencies at this point, module_utils usage required
* Remove python 'requests' dependency, using 'fetch_url' and 'to_text' from 'ansible.module_utils' instead
* Prefer alias (name) if given instead repo (url)
* If gpgkey was given in .repo file ensure key get automatically imported
* ConfigParser Import made Python2 compatible
* New .repo code moved below existing run-time parameters checks to keep previous logic
* Obsolete workaround removed
* two pylint/pep8 errors fixed
* name added to autorefresh assert
* Missing assert for 'Delete test repo' added
* name added to priority option assert
* name added to check repo is updated by url assert
* name added to check repo is updated by name assert
* name added to check add a repo by releasever assert
* name added to check remove added repo assert
* name added to check add a repo by basearch assert
* name added to check remove added repo #2 assert
* Bugfix to avoid 'KeyError' Exception in if statements
* Refactoring of configparser related code, usage of module_utils, py2 compatibility
* Removal of some leftover from earlier testing
* Integration tests for add/remove repositories by url to .repo file added
* Additional name added to list of test repos that has to be removed
* Test added to verify cleanup of local .repo file after removal via zypper
* Changelog fragment related to PR #3474 added
* yamllint error resolved
* Refactoring to reduce indentation and removal of else statements
* Integration tests added for loading .repo file from local path
* Test .repo file added
* Dependency to setup_remote_tmp_dir added
* New entry added to 'remove repositories added during test'
* Support for .repo file from local path
* Changelog: Ref to https://github.com/ansible-collections/community.general/issues/3466 added
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit
|
||
---|---|---|
.. | ||
.keep | ||
3330-bugfix-keycloak-authentication-flow-requirements-not-set-correctly.yml.yml | ||
3400-fix-gitLab-api-searches-always-return-first-found-match-3386.yml | ||
3401-nmcli-needs-type.yml | ||
3422-open-iscsi-mutual-authentication-support.yaml | ||
3425-mail_add_configurable_ehlo_hostname.yml | ||
3426-copy-permissions-along-with-file-for-jboss-module.yml | ||
3450-callback_opentelemetry-exception_handling.yml | ||
3453-fix-gitlab_group-require_two_factor_authentication-cant_be_null.yml | ||
3473-gitlab_deploy_key-fix_idempotency.yml | ||
3474-zypper_repository_improve_repo_file_idempotency.yml | ||
3478-yaml-callback.yml | ||
3496-callback_opentelemetry-enrich_stacktraces.yml | ||
3498-callback_opentelemetry-only_in_ci.yml | ||
3514-ufw_insert_or_delete_biased_when_deletion_enabled.yml |