index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
integration
/
targets
/
ansible-galaxy-collection
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
update ansible-galaxy resolvelib requirement to >= 0.5.3, < 2.0.0 (#84218)
Sloane Hertel
2024-11-06
1
-6
/
+8
*
Remove deprecated plural form of collection path (#84156)
Abhijeet Kasurde
2024-10-29
1
-1
/
+1
*
Update triple single quotes to triple double quotes (#84099)
Matt Clay
2024-10-09
3
-18
/
+18
*
Typo fixes and other bits and bobs (#83672)
Lee Garrett
2024-07-27
3
-3
/
+3
*
remove old install info when installing collections (#83194)
Sloane Hertel
2024-05-14
1
-0
/
+7
*
Use of constant for 644 permission variable (#82762)
Abhijeet Kasurde
2024-03-05
1
-1
/
+2
*
galaxy: Skip verification for unwanted files (#82162)
Abhijeet Kasurde
2024-02-28
1
-0
/
+11
*
Galaxy trailing slash (#82732)
Jordan Borean
2024-02-22
2
-0
/
+54
*
Add macOS 14.3 to CI and `ansible-test`
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-02-16
2
-0
/
+28
*
add --extra-vars for ansible-galaxy role|collection init (#82605)
Sloane Hertel
2024-02-14
1
-1
/
+20
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
4
-8
/
+4
*
Always allow "no-other-choice" pre-release dependencies when resolving collec...
Sviatoslav Sydorenko
2023-09-20
4
-0
/
+205
*
galaxy: check if the target for symlink exists (#81586)
Abhijeet Kasurde
2023-09-13
1
-0
/
+25
*
tarfile: Handle deprecation warning for extract and extractall (#81545)
Abhijeet Kasurde
2023-08-31
1
-1
/
+6
*
ansible-galaxy - improve ignoring multiple signature status codes (#77610)
Sloane Hertel
2023-08-03
1
-0
/
+55
*
Extend setup_collections timeout to 3 minutes (#81408)
Matt Martz
2023-08-02
1
-1
/
+1
*
ansible-galaxy - add pre-release hint to dependency resolution error (#81147)
Sloane Hertel
2023-06-30
2
-1
/
+4
*
Deprecate plural collections_paths option (#81063)
Jordan Borean
2023-06-22
1
-5
/
+5
*
Update galaxy_ng container for tests (#80721)
Matt Martz
2023-06-07
12
-97
/
+148
*
Use ansible.module_utils.common.text.converters (#80704)
Matt Clay
2023-05-03
1
-1
/
+1
*
ansible-galaxy - fix installing dir sources with a trailing path separator (#...
Sloane Hertel
2023-04-17
1
-1
/
+1
*
Fetch signatures from galaxy after the dependency resolver runs (#80334)
Sloane Hertel
2023-04-04
1
-1
/
+2
*
ansible-galaxy - support `resolvelib >= 0.5.3, < 1.1.0` (#80196)
Wong Hoi Sing Edison
2023-03-27
1
-0
/
+2
*
Don't double loop, ensuring that machine formats don't dupe collections onto ...
Matt Martz
2023-03-23
1
-12
/
+27
*
Add support for importlib.resources (#78915)
Matt Martz
2023-01-10
1
-1
/
+1
*
ansible-galaxy collection|role init - fix preserving symlinks (#79134)
Sloane Hertel
2023-01-09
1
-0
/
+59
*
Allow pip like version syntax for installing collections (#79405)
Matt Martz
2022-11-17
1
-1
/
+1
*
Fix collection install from source respects symlinks (#78983)
sbettid
2022-10-06
1
-0
/
+50
*
Add --offline option to 'ansible-galaxy collection install' (#78678)
Sloane Hertel
2022-09-19
3
-15
/
+103
*
Limit Galaxy API calls during ansible-galaxy dependency resolution (#77468)
Sloane Hertel
2022-09-06
2
-0
/
+58
*
Add the rest of the runtime keys to the example in the default collection ske...
Sloane Hertel
2022-09-01
1
-0
/
+2
*
Fail fast in stuck `ansible-galaxy-collection`
Sviatoslav Sydorenko
2022-08-23
1
-1
/
+12
*
add required file to collection skeleton (#77418)
Elijah DeLee
2022-08-17
1
-16
/
+18
*
Fix --role-file arg detection (#78475)
Matt Martz
2022-08-11
1
-0
/
+9
*
Fix listing collections that are missing the metadata required by build (#76596)
Sloane Hertel
2022-08-02
1
-2
/
+23
*
Fix removing existing dir/files with `ansible-galaxy collection init --force`...
Sloane Hertel
2022-08-02
1
-0
/
+45
*
fix ansible-galaxy-collection test with revoked key (#77989)
Sloane Hertel
2022-06-07
2
-3
/
+1
*
ansible-galaxy - support resolvelib versions >= 0.5.3, < 0.9.0 (#77649)
Sloane Hertel
2022-06-07
7
-73
/
+185
*
ansible-galaxy-collection - use --pinentry-mode loopback for gpg key revocati...
Sloane Hertel
2022-06-03
1
-1
/
+1
*
Fix ansible-galaxy traceback when unexpected version of resolvelib is install...
Sloane Hertel
2022-05-24
3
-0
/
+53
*
Clean up integration tests (#77516)
Sloane Hertel
2022-04-14
2
-47
/
+45
*
Remove COMMAND_WARNINGS and warn (#77411)
Martin Krizek
2022-03-30
1
-2
/
+0
*
[ansible-galaxy] Fix listing collections with null namespace/name/version met...
Sloane Hertel
2022-03-29
1
-2
/
+17
*
Only require a keyring if collections with signatures will be installed (#77355)
Sloane Hertel
2022-03-29
1
-0
/
+27
*
ansible-galaxy - add configuration options for more flexible collection signa...
Sloane Hertel
2022-03-23
2
-2
/
+254
*
Fix 'ansible-galaxy collection verify' to display new files/dirs (#76690)
Sloane Hertel
2022-02-28
1
-0
/
+12
*
Add missing integration test dependency.
Matt Clay
2022-02-22
1
-0
/
+1
*
Ensure tests that need to validate higher verbosity messages run with vvvv
Matt Martz
2022-02-17
2
-5
/
+11
*
ansible-galaxy - add signature verification of the MANIFEST.json (#76681)
Sloane Hertel
2022-02-10
7
-28
/
+486
*
ansible-test - split controller/target testing (#75605)
Matt Clay
2021-09-21
1
-0
/
+1
[next]