summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy/api.py
Commit message (Expand)AuthorAgeFilesLines
* Fetch signatures from galaxy after the dependency resolver runs (#80334) (#80...Sloane Hertel2023-04-141-2/+1
* [stable-2.13] ansible-galaxy collection install retry improvements (#80180) (...Matt Martz2023-04-121-8/+28
* [stable-2.13] Fix KeyError for ansible-galaxy when caching paginated response...Matt Martz2022-08-031-10/+13
* Type hint fixes.Matt Clay2022-03-041-2/+2
* galaxy - Clean up type hints and imports.Matt Clay2022-03-041-6/+0
* Simplify existing type hints.Matt Clay2022-03-031-3/+2
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-011-2/+3
* use same timeout for galaxy api interactions (#77088)Elijah DeLee2022-02-241-2/+4
* ansible-galaxy - add signature verification of the MANIFEST.json (#76681)Sloane Hertel2022-02-101-2/+36
* Expect upper case message 'levels' for galaxy publish results (#63530)Adrian Likins2022-01-131-2/+2
* Start of moving away from six (#75863)Martin Krizek2021-10-211-2/+3
* ansible-galaxy - increase page size and add retry decorator for throttling (#...Sloane Hertel2021-05-101-4/+28
* ansible-galaxy - set the cache file after getting all collection versions (#7...Sloane Hertel2021-02-151-2/+2
* Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko2021-01-271-2/+42
* Galaxy - make versions list consistent across versions (#72932)Jordan Borean2021-01-201-3/+16
* Added caching mechanism for Galaxy API requests (#71904)Jordan Borean2020-11-101-10/+208
* Remove ansible-galaxy login (#72288)Matt Davis2020-10-231-2/+3
* Test ansible-galaxy against pulp/pulp_ansible (#69605)Matt Martz2020-06-171-6/+21
* Add multipart/form-data functionality (#69376)Matt Martz2020-05-201-23/+16
* Separate the galaxy lib from the cli (#69473)Toshio Kuratomi2020-05-131-4/+3
* Fix galaxy publish sha256 value format. (#67942)Adrian Likins2020-05-111-0/+1
* ansible-galaxy - optimise some paths and use fake galaxy int tests (#67685)Jordan Borean2020-02-291-16/+28
* all: fix all the the duplicate words (#66784)Eitan Adler2020-01-281-1/+1
* Don't remove trailing / on galaxy api URLS (#63294)Adrian Likins2020-01-081-2/+2
* ansible-galaxy - expand User-Agent string for Galaxy endpoints (#65578)Jordan Borean2019-12-061-3/+3
* ansible-galaxy - Add User-Agent to requests (#65438)Jordan Borean2019-12-031-1/+2
* galaxy - print HTTP reason on unknown error (#65273)Jordan Borean2019-12-031-3/+3
* Fix up role version pagination for Galaxy install (#64373)Jordan Borean2019-11-051-3/+15
* AH servers include automation-hub as part of the server configuration. (#63700)Toshio Kuratomi2019-10-191-1/+1
* Galaxy publish fix (#63580)Toshio Kuratomi2019-10-161-8/+19
* Ensure we preserve the /api appended URL (#63472)Matt Martz2019-10-141-3/+3
* Fix galaxy url use everywhere when url is set in config. (#63286)Adrian Likins2019-10-091-0/+4
* Stop appending '/api' to galaxy server url (#63238)Adrian Likins2019-10-081-4/+18
* Add support for automation-hub authentication to ansible-galaxy (#63031)Adrian Likins2019-10-041-26/+6
* Don't truncate the last character from galaxy urls. Fixes #61624 (#61775)Matt Martz2019-09-051-5/+5
* Refactor galaxy collection API for v3 support (#61510)Jordan Borean2019-08-301-120/+362
* Support galaxy v3/autohub API in ansible-galaxy (#60982)Adrian Likins2019-08-281-6/+13
* ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553)Jordan Borean2019-08-211-61/+52
* Made galaxy token file location configurable (#59387)Brian Coca2019-08-141-1/+14
* Allow for no role_versions to be present (#56519)Brian Coca2019-07-171-3/+4
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-3/+4
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-2/+2
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-091-1/+1
* ansible-galaxy: fix searching with unicodeMartin Krizek2018-10-181-3/+3
* Fix galaxy client executing queries with invalid http method (#42201)Alexander Saprykin2018-07-021-2/+2
* Allow the galaxy client to fetch from a url in role version data (#39396)David Davis2018-04-301-1/+1
* ansible/galaxy: PEP8 compliancy (#24696)Dag Wieers2017-05-181-5/+5
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-3/+3
* Remove unnecessary shebangs and execute bits.Matt Clay2017-02-221-2/+0