summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy/api.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix missing ignore_certs (#16018)Chris Houseknecht2016-05-271-4/+1
|
* API now connects to server lazily (#15632)Brian Coca2016-04-281-18/+38
| | | | | | | | This should fix most issues with offline operation. Fixes #14486 Fixes #13991 Alternate to #15363 and #15593
* Fix bug 14715: Galaxy CLI paging errorchouseknecht2016-02-291-6/+6
|
* Define and handle ignore_certs correctly. Preserve search term order. Tweak ↵chouseknecht2015-12-131-10/+8
| | | | to Galaxy docsite.
* Galaxy 2.0chouseknecht2015-12-091-60/+147
|
* Fix traceback because we're using display from another object that noToshio Kuratomi2015-11-111-12/+19
| | | | longer has it.
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-191-0/+4
|
* Replace categories with tags.chouseknecht2015-09-301-14/+14
| | | | | Also added --ignore-certs option for use with install and search commands. Helpful when overriding server and server has self signed cert.
* Fix urlopen usage to use open_url insteadToshio Kuratomi2015-09-161-8/+9
| | | | Add a travis test for urlopen usage
* draft galaxy cli searchBrian Coca2015-08-221-2/+33
| | | | TODO: paging results
* corrected api permissionsBrian Coca2015-07-011-0/+0
|
* Making the switch to v2James Cammarata2015-05-031-0/+141