summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-galaxy-collection/tasks (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated plural form of collection path (#84156)Abhijeet Kasurde2024-10-291-1/+1
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-273-3/+3
* remove old install info when installing collections (#83194)Sloane Hertel2024-05-141-0/+7
* galaxy: Skip verification for unwanted files (#82162)Abhijeet Kasurde2024-02-281-0/+11
* Galaxy trailing slash (#82732)Jordan Borean2024-02-222-0/+54
* Add macOS 14.3 to CI and `ansible-test`Sviatoslav Sydorenko (Святослав Сидоренко)2024-02-161-0/+21
* add --extra-vars for ansible-galaxy role|collection init (#82605)Sloane Hertel2024-02-141-1/+20
* Always allow "no-other-choice" pre-release dependencies when resolving collec...Sviatoslav Sydorenko2023-09-203-0/+167
* galaxy: check if the target for symlink exists (#81586)Abhijeet Kasurde2023-09-131-0/+25
* ansible-galaxy - improve ignoring multiple signature status codes (#77610)Sloane Hertel2023-08-031-0/+55
* ansible-galaxy - add pre-release hint to dependency resolution error (#81147)Sloane Hertel2023-06-302-1/+4
* Deprecate plural collections_paths option (#81063)Jordan Borean2023-06-221-5/+5
* Update galaxy_ng container for tests (#80721)Matt Martz2023-06-078-66/+92
* ansible-galaxy - fix installing dir sources with a trailing path separator (#...Sloane Hertel2023-04-171-1/+1
* Fetch signatures from galaxy after the dependency resolver runs (#80334)Sloane Hertel2023-04-041-1/+2
* Don't double loop, ensuring that machine formats don't dupe collections onto ...Matt Martz2023-03-231-12/+27
* Add support for importlib.resources (#78915)Matt Martz2023-01-101-1/+1
* ansible-galaxy collection|role init - fix preserving symlinks (#79134)Sloane Hertel2023-01-091-0/+59
* Allow pip like version syntax for installing collections (#79405)Matt Martz2022-11-171-1/+1
* Fix collection install from source respects symlinks (#78983)sbettid2022-10-061-0/+50
* Add --offline option to 'ansible-galaxy collection install' (#78678)Sloane Hertel2022-09-191-14/+100
* Limit Galaxy API calls during ansible-galaxy dependency resolution (#77468)Sloane Hertel2022-09-062-0/+58
* Add the rest of the runtime keys to the example in the default collection ske...Sloane Hertel2022-09-011-0/+2
* add required file to collection skeleton (#77418)Elijah DeLee2022-08-171-16/+18
* Fix --role-file arg detection (#78475)Matt Martz2022-08-111-0/+9
* Fix listing collections that are missing the metadata required by build (#76596)Sloane Hertel2022-08-021-2/+23
* Fix removing existing dir/files with `ansible-galaxy collection init --force`...Sloane Hertel2022-08-021-0/+45
* fix ansible-galaxy-collection test with revoked key (#77989)Sloane Hertel2022-06-071-1/+1
* ansible-galaxy - support resolvelib versions >= 0.5.3, < 0.9.0 (#77649)Sloane Hertel2022-06-076-72/+179
* ansible-galaxy-collection - use --pinentry-mode loopback for gpg key revocati...Sloane Hertel2022-06-031-1/+1
* Fix ansible-galaxy traceback when unexpected version of resolvelib is install...Sloane Hertel2022-05-242-0/+48
* Clean up integration tests (#77516)Sloane Hertel2022-04-142-47/+45
* Remove COMMAND_WARNINGS and warn (#77411)Martin Krizek2022-03-301-2/+0
* [ansible-galaxy] Fix listing collections with null namespace/name/version met...Sloane Hertel2022-03-291-2/+17
* Only require a keyring if collections with signatures will be installed (#77355)Sloane Hertel2022-03-291-0/+27
* ansible-galaxy - add configuration options for more flexible collection signa...Sloane Hertel2022-03-232-2/+254
* Fix 'ansible-galaxy collection verify' to display new files/dirs (#76690)Sloane Hertel2022-02-281-0/+12
* Ensure tests that need to validate higher verbosity messages run with vvvvMatt Martz2022-02-172-5/+11
* ansible-galaxy - add signature verification of the MANIFEST.json (#76681)Sloane Hertel2022-02-105-28/+423
* Try all galaxy servers when locating available versions for a collection (#75...Sloane Hertel2021-09-143-12/+57
* Improve ansible-galaxy error for InconsistentCandidate exception (#75235)Sloane Hertel2021-08-111-0/+75
* collection: match skip message as per role install (#74861)Abhijeet Kasurde2021-06-011-3/+3
* nonzero exit code on `ansible galaxy collection verify` failures (#74051)Matt Davis2021-03-291-7/+16
* add --offline option to galaxy collection verify (#74040)Matt Davis2021-03-291-3/+48
* galaxy - add format options for collection list (#73474)Shane McDonald2021-02-051-0/+76
* add option to upgrade collections (#73336)Sloane Hertel2021-02-034-4/+293
* Make `ansible-galaxy collection verify` error out on no `MANIFEST.json`Sloane Hertel2021-02-011-0/+30
* Match user-requested transitive pre-releases in collection dependency resolve...Sviatoslav Sydorenko2021-02-011-0/+35
* Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko2021-01-275-34/+96
* Add integration tests to ansible-galaxy-collection for 'ansible-galaxy collec...Sloane Hertel2021-01-142-0/+198