summaryrefslogtreecommitdiffstats
path: root/test/units/galaxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-092-3/+3
* Cover unit tests with mypy (#84084)Matt Clay2024-10-084-7/+5
* ansible-galaxy - fix ignoring certs when installing from git repos (#83332)Sloane Hertel2024-10-081-2/+38
* Use sentinel everywhere (#84041)Abhijeet Kasurde2024-10-031-1/+1
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-272-2/+2
* config, integrate dynamic galaxy servers (#83129)Brian Coca2024-05-292-6/+7
* Use of constant for 644 permission variable (#82762)Abhijeet Kasurde2024-03-053-11/+14
* ansible-galaxy - fix exit code for failed role import (#82193)Sloane Hertel2023-12-121-1/+18
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-023-8/+8
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-057-20/+7
* Make sure paths are treated correctly when building collection files manifest...Carlos Camacho2023-09-201-4/+19
* galaxy: Cross check the collection type (#81423)Abhijeet Kasurde2023-08-031-0/+21
* Consider all configured collection paths when installing collections (#81243)Sloane Hertel2023-07-211-3/+6
* 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-273-119/+20
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-035-5/+5
* Fix unit test asserts (#80500)Matt Clay2023-04-121-3/+3
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-032-3/+1
* Add support for importlib.resources (#78915)Matt Martz2023-01-102-102/+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
* Add --offline option to 'ansible-galaxy collection install' (#78678)Sloane Hertel2022-09-191-16/+19
* 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
* Fix KeyError for ansible-galaxy when caching paginated responses from v3 (#78...Sloane Hertel2022-07-211-0/+80
* Make unit test for missing git executable more generic (#78173)Sloane Hertel2022-06-301-3/+4
* Galaxy server config updates (#77106)Brian Coca2022-06-241-3/+6
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-234-4/+4
* ansible-galaxy collection - ensure dependencies are a dict (#77561)Jack2022-04-191-9/+34
* Make "~/.ansible" path configurable (#76114)htol2022-04-111-1/+1
* Get git executable for collections in git repos (#77493)Sloane Hertel2022-04-081-4/+25
* 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-232-1/+84
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-234-4/+4
* ansible-galaxy - add signature verification of the MANIFEST.json (#76681)Sloane Hertel2022-02-102-32/+119
* Expect upper case message 'levels' for galaxy publish results (#63530)Adrian Likins2022-01-121-8/+8
* ansible-galaxy - fix the --ignore-certs flag for the implicit galaxy server (...Sloane Hertel2022-01-111-1/+43
* Fix tests failing on pytest 7 (#76670)Jordan Borean2022-01-081-8/+9
* galaxy build - ignore existing MANIFEST and FILES (#76479)Jordan Borean2021-12-071-0/+39
* ansible-galaxy role install: download from API response location (#73114)Ross Bender2021-09-221-0/+151
* ansible-galaxy: Clone git collections using shallow clones (#75722)Sloane Hertel2021-09-211-0/+57
* Enable ansible-galaxy to specify client id override with Keycloak Token (#75601)Chris Hambridge2021-09-171-0/+43
* ansible-galaxy - add a per-server validate_certs option (#75710)Sloane Hertel2021-09-161-1/+44
* ansible-galaxy - increase page size and add retry decorator for throttling (#...Sloane Hertel2021-05-101-11/+23
* add --offline option to galaxy collection verify (#74040)Matt Davis2021-03-291-1/+1
* ansible-galaxy - set the cache file after getting all collection versions (#7...Sloane Hertel2021-02-151-2/+148
* add option to upgrade collections (#73336)Sloane Hertel2021-02-031-15/+17