summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2023-04-14 16:07:11 -0400
committerGitHub <noreply@github.com>2023-04-14 13:07:11 -0700
commit25e77b7c98aebaacfd6ff97e2ff82c8271ca61b5 (patch)
tree6bbc6b970966b529cbb4f5f9de1c127472408a9d /changelogs
parentdab364052716530f770b2cef3588e6d03456a2b9 (diff)
downloadansible-25e77b7c98aebaacfd6ff97e2ff82c8271ca61b5.tar.gz
Fetch signatures from galaxy after the dependency resolver runs (#80334) (#80399)
Reduce the number of Galaxy API calls made during dependency resolution by fetching remote signatures afterwards, since these are not used in backtracking. Reduce the verbosity to `-vvvv` (to match other Galaxy API calls) to see this activity. Co-authored-by: Sviatoslav Sydorenko <webknjaz@redhat.com> (cherry picked from commit 460abe0ceffc5ca99b3cc2f2e3ef07aa2cb225dc)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/80334-reduce-ansible-galaxy-api-calls.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/80334-reduce-ansible-galaxy-api-calls.yml b/changelogs/fragments/80334-reduce-ansible-galaxy-api-calls.yml
new file mode 100644
index 0000000000..c780a10961
--- /dev/null
+++ b/changelogs/fragments/80334-reduce-ansible-galaxy-api-calls.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - ansible-galaxy - reduce API calls to servers by fetching signatures only for final candidates.