summaryrefslogtreecommitdiffstats
path: root/test/units/galaxy/test_collection.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-091-2/+2
* Cover unit tests with mypy (#84084)Matt Clay2024-10-081-1/+1
* Use sentinel everywhere (#84041)Abhijeet Kasurde2024-10-031-1/+1
* config, integrate dynamic galaxy servers (#83129)Brian Coca2024-05-291-3/+3
* Use of constant for 644 permission variable (#82762)Abhijeet Kasurde2024-03-051-4/+5
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-021-1/+1
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-3/+1
* Make sure paths are treated correctly when building collection files manifest...Carlos Camacho2023-09-201-4/+19
* Add pymarkdown sanity test for core (#81220)Matt Clay2023-07-111-1/+1
* ansible-galaxy - add config option for the default ansible-galaxy timeout (#8...Sloane Hertel2023-06-261-0/+50
* Update galaxy_ng container for tests (#80721)Matt Martz2023-06-071-6/+0
* Improve code coverage of unit tests (#80904)Matt Clay2023-05-271-27/+5
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Fix unit test asserts (#80500)Matt Clay2023-04-121-3/+3
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-031-2/+1
* Add support for importlib.resources (#78915)Matt Martz2023-01-101-51/+1
* ansible-galaxy - fix turning off the ConcreteArtifactManager's validate certs...Sloane Hertel2023-01-091-38/+60
* galaxy: Add license_file to manifest directives (#79420)Maxwell G2022-11-291-5/+5
* Relax minimal config to enable manifest functionality (#78574)Matt Martz2022-08-181-5/+6
* Use MANIFEST.in style directives to build collections (#78422)Matt Martz2022-08-171-5/+6
* Fix listing collections that are missing the metadata required by build (#76596)Sloane Hertel2022-08-021-0/+17
* Galaxy server config updates (#77106)Brian Coca2022-06-241-3/+6
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-231-1/+1
* Fix type for ansible-galaxy server config definitions (#77424)Sloane Hertel2022-03-311-1/+67
* ansible-galaxy - add configuration options for more flexible collection signa...Sloane Hertel2022-03-231-0/+36
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-231-1/+1
* ansible-galaxy - fix the --ignore-certs flag for the implicit galaxy server (...Sloane Hertel2022-01-111-1/+43
* galaxy build - ignore existing MANIFEST and FILES (#76479)Jordan Borean2021-12-071-0/+39
* ansible-galaxy - add a per-server validate_certs option (#75710)Sloane Hertel2021-09-161-1/+44
* Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko2021-01-271-432/+53
* galaxy - preserve symlinks on build/install (#69959)Jordan Borean2020-06-101-24/+10
* Add support to install collections from git repositories (#69154)Sloane Hertel2020-05-291-4/+4
* Unify ansible-galaxy install -r (#67843)Jordan Borean2020-05-181-2/+2
* better error for "ansible-galaxy collection verify" if there's no MANIFEST.js...Sloane Hertel2020-05-141-5/+29
* ansible-galaxy - Fix tar path traversal issue during install - CVE-2020-10691...Jordan Borean2020-03-311-0/+22
* Add verify subcommand to 'ansible-galaxy collection' (#65618)Sloane Hertel2020-02-141-2/+664
* Rename private function (#66577)Sam Doran2020-01-171-1/+1
* Add the ability to ignore files and collection build (#64688)Jordan Borean2019-11-131-8/+75
* Galaxy publish fix (#63580)Toshio Kuratomi2019-10-171-1/+1
* Refactor galaxy collection API for v3 support (#61510)Jordan Borean2019-08-301-512/+25
* Support galaxy v3/autohub API in ansible-galaxy (#60982)Adrian Likins2019-08-281-13/+216
* ansible-galaxy - Add timeout and progress indicator for publish and install (...Jordan Borean2019-08-221-89/+59
* ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553)Jordan Borean2019-08-201-142/+72
* Ignore collection build release files in the root collection directory (#59121)Jordan Borean2019-07-221-3/+35
* Generate galaxy.yml based on single source of truth (#59170)Jordan Borean2019-07-221-5/+0
* ansible-galaxy: add collection sub command (#57106)Jordan Borean2019-07-091-0/+922