forked from ansible-community/antsibull-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Galaxy v3 API (ansible-community#45)
* Add support for Galaxy v3 API. * Add integration tests for the Galaxy API. The Galaxy v3 API versions list test is disabled since it is so incredibly slow. Just listing the first page takes 30 seconds (!). The total listing takes > 100 seconds. * Reorganize imports. * Improve docstrings; validate context.server == galaxy_server. * Fix check, update docstring. * According to ansible-galaxy CLI code, the result value can sometimes be called 'results' also for v3.
- Loading branch information
1 parent
d910be2
commit af8f28d
Showing
3 changed files
with
270 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- "Allow Galaxy client to communicate with the Galaxy v3 API (https://github.com/ansible-community/antsibull-core/pull/45)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.