summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/httpapi/eos.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to arista.eosAnsible Core Team2020-03-091-171/+0
* Fix "JSON object must be str, bytes or bytearray, not list" (#62350)Nathaniel Case2019-09-171-3/+4
* eos_config: Fix test issues (#56180)Nathaniel Case2019-05-091-5/+4
* Allow persistent connection plugins to queue messages back to ansible-connect...Nathaniel Case2018-12-191-4/+1
* Remove cliconf from httpapi connection (#46813)Nathaniel Case2018-12-111-111/+99
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* httpapi: let httpapi plugin handle HTTPErrors other than 401 (#43436)Nathaniel Case2018-08-131-4/+7
* httpapi: Split off and save response text contents (#43305)Nathaniel Case2018-07-261-7/+11
* Eos subnet overlap fix (#43023)Nathaniel Case2018-07-201-2/+13
* New base class for HttpApi plugins (#41915)Nathaniel Case2018-06-251-16/+11
* Complain if API response is not JSON (#40966)Nathaniel Case2018-05-311-1/+5
* Fix eapi tests to use become (#40838)Nathaniel Case2018-05-291-2/+5
* Fixes to httpapi for EAPI (#40675)Nathaniel Case2018-05-241-6/+17
* HTTP(S) API connection plugin (#39224)Nathaniel Case2018-05-171-0/+158