summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/jsonrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Type hint fixes.Matt Clay2022-03-041-1/+1
* Start of moving away from six (#75863)Martin Krizek2021-10-211-2/+2
* Revert "Allow httpapi for EOS resource modules (#66871)" (#67131)Paul Belanger2020-02-061-1/+1
* Allow httpapi for EOS resource modules (#66871)Nathaniel Case2020-02-031-1/+1
* Revert "Allow httpapi for resource modules (#62843)" (#66483)Paul Belanger2020-01-151-1/+1
* Allow httpapi for resource modules (#62843)Nathaniel Case2020-01-141-1/+1
* Pickle non-str objects to survive connection return (#63110)Nathaniel Case2019-10-141-2/+11
* Don't fail if ConnectionError has no code (#53455)Nathaniel Case2019-03-071-1/+4
* restconf_config module (#51971)Nathaniel Case2019-03-041-0/+5
* Remove cliconf from httpapi connection (#46813)Nathaniel Case2018-12-111-9/+1
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-6/+2
* Refactor junos modules to Use netconf and cliconf plugins (#32621)Ganesh Nalawade2017-11-241-1/+0
* shuts down persistent connections at end of play run (#32825)Peter Sprygada2017-11-221-9/+4
* Fix another bytes issue (#32951)Nathaniel Case2017-11-161-0/+3
* Fix idempotency issue for network modules. (#32838)Ganesh Nalawade2017-11-141-1/+1
* Connection plugins network_cli and netconf (#32521)Nathaniel Case2017-11-091-27/+25
* Add junos_system declartive module and other related change (#25859)Ganesh Nalawade2017-06-221-2/+0
* Add support for cliconf and netconf plugin (#25093)Ganesh Nalawade2017-06-061-0/+115