summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/scripts/ansible_connection_cli_stub.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Clean up unused imports in core (#79900)Matt Clay2023-02-031-1/+0
* Add support for importlib.resources (#78915)Matt Martz2023-01-101-1/+2
* Replace get_persistent_connection_options in task_executor with get_options (...Kate Case2022-08-171-6/+6
* Fix variable use before definition. (#78500)Matt Clay2022-08-111-3/+3
* ansible-connection verboistery (#77509)Brian Coca2022-04-141-4/+7
* Start of moving away from six (#75863)Martin Krizek2021-10-211-13/+6
* Modernize install (#76021)Matt Martz2021-10-191-4/+13
* Don't show params when there is an issue with `set_option(s)` (#75805)Matt Martz2021-09-281-2/+10
* force version on deprecation (#74338)Brian Coca2021-04-261-1/+1
* Remove __requires__ attribute for pkg_resources (#74294)Matt Martz2021-04-151-1/+0
* Address additional ansible_core rename issues (#72906)Matt Martz2020-12-081-1/+1
* Revert "Fix missing persistent connection messages (#68496)" (#69147)Daniel Mellado2020-04-271-21/+3
* Fix references to old egg-info directory.Matt Clay2020-03-301-1/+1
* Fix missing persistent connection messages (#68496)Nathaniel Case2020-03-301-3/+21
* Add test for reboot & wait_for_connection on EOS & IOS (#63014)Nathaniel Case2020-01-071-2/+2
* Fix cli context check for network_cli connection (#64697)Ganesh Nalawade2019-11-261-5/+6
* Refactor CLI prompt mode check for network plugins (#63945)Ganesh Nalawade2019-11-031-1/+2
* Display leftover messages when shutting down. (#62431)Nathaniel Case2019-09-191-0/+3
* Fix network_cli exec_command connection init (#62344)Ganesh Nalawade2019-09-171-0/+4
* Fix ansible-connection persist after playbook run complete issue (#61591)Ganesh Nalawade2019-09-061-1/+1
* Add support for network_cli connection retry (#61103)Ganesh Nalawade2019-08-281-0/+1
* Delay persistent connection until needed (#59153)Nathaniel Case2019-08-141-4/+1
* move CLI entrypoints under ansible package (#60004)Matt Davis2019-08-021-0/+335