summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/display.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Implement checks, and backwards compat change, to move forward with UTF-8 onl...Matt Martz2023-04-171-0/+17
* Enforce that `Display.display` requires a `str` (#80327)Matt Martz2023-03-281-0/+3
* add a worker queue to get updates from the main results thread (#79886)Sloane Hertel2023-02-281-5/+208
* Prevent stdio deadlock in forked children (#79522)Matt Davis2022-12-051-0/+29
* Preflight utf8 encodings check (#78175)Matt Martz2022-07-111-69/+6
* Forked display via queue (#77056)Matt Martz2022-06-071-9/+38
* Remove obsolete Python 2.x controller code.Matt Clay2022-03-081-12/+9
* catch the case that cowsay is broken (#76326)Brian Coca2021-12-071-1/+3
* Start of moving away from six (#75863)Martin Krizek2021-10-211-9/+3
* ansible-core - Remove support for Python 2.6. (#75853)Matt Clay2021-10-011-1/+1
* Rename to ansible-core (#72594)Rick Elrod2020-11-131-1/+1
* rethink wording (#70028)Brian Coca2020-10-301-2/+2
* reset logging to INFO (#70878)Brian Coca2020-07-241-1/+2
* display: use stdout for column width (#70199)Pavel Březina2020-06-251-2/+2
* Use libc wcwidth to calculate print width in display (#66214)Matt Martz2020-06-221-2/+102
* Deprecation revisited (#69926)Felix Fontein2020-06-091-13/+0
* various deprecation, display, warning, error fixes for collections redirectio...Matt Davis2020-06-051-46/+56
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-4/+33
* Allow to deprecate options and aliases by date (#68177)Felix Fontein2020-05-261-2/+5
* fallback to uid when no uname (#68466)Brian Coca2020-03-271-1/+6
* Fix colorization to not extend across newline boundary (#68517)Graham Mainwaring2020-03-271-2/+7
* display - remove extra new line after warning message (#65199)Sam Doran2020-01-241-2/+3
* display - Fix up tracebacks on 3rd party loggers when log path is set (#65582)Jordan Borean2019-12-071-2/+17
* Remove leading space in warning messages (#62002)Sam Doran2019-09-171-1/+1
* ansible-galaxy - Add timeout and progress indicator for publish and install (...Jordan Borean2019-08-231-2/+2
* Fix issue with empty cow_whitelist (#59946)Matt Martz2019-08-021-1/+1
* some logging fixes (#56311)Brian Coca2019-05-241-14/+28
* Allow user to control output of verbose messages (#52948)Brian Coca2019-03-051-2/+4
* added unsafe toggle to vars_prompt (#49219)Brian Coca2019-01-301-2/+5
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* Fix spelling error in Display.banner description (#49790)David Lassalle2018-12-111-1/+1
* Record host specific messages to log files (#28661)Sorin Sbarnea2018-12-071-1/+1
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-1/+3
* Fix error reporting on bad type for config settingBrian Coca2018-06-011-3/+3
* more debug logs for free, network_cli, paramiko and add hostname context to d...jctanner2018-04-261-2/+5
* Add configurable blacklist filtering for python loggerMatt Martz2018-02-051-0/+10
* Fix debug logs failing with persistent connection (#33049)Ganesh Nalawade2018-01-251-0/+2
* Change cow path selection variable from COWPATH to COW_PATH (#34063)Ryan Brown2018-01-101-2/+2
* Add option allowing the user to specify a custom cowpathMatt Bachmann2017-12-191-1/+6
* Updated Display.do_var_prompt to use to_native on prompt ( Fixes #30265 ) (#3...Andrea Tartaglia2017-09-131-1/+1
* fixes to config/setting retrievalBrian Coca2017-09-091-3/+3
* Revert "Add log_only to debug messages (#25545)"Brian Coca2017-06-131-2/+2
* Add log_only to debug messages (#25545)Ganesh Nalawade2017-06-131-2/+2
* ansible/utils/: PEP8 compliancy (#24686)Dag Wieers2017-05-301-15/+19
* fix cowsay for py3Brian Coca2017-01-301-4/+4
* allow empty whitelistBrian Coca2017-01-301-1/+3
* display fixesBrian Coca2016-11-011-11/+6
* Fix cow mode to work with unicode task and play names (#17576)Toshio Kuratomi2016-09-141-28/+24
* Fixes to the controller text model (#17527)Toshio Kuratomi2016-09-121-1/+1