summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/display.py
Commit message (Expand)AuthorAgeFilesLines
...
* | tweak deprecation warnings displayBrian Coca2016-03-031-3/+3
|/
* avoid logging color codesBrian Coca2016-02-031-1/+2
* fixed issue with vars prompt warning causing errorBrian Coca2016-01-271-5/+4
* fixed permissions check for ansible.logBrian Coca2016-01-261-9/+8
* Relocate use of ERROR to display class, to avoid doubling upJames Cammarata2016-01-191-1/+1
* Fix circular importToshio Kuratomi2016-01-131-1/+2
* do_encrypt import needed to move as wellToshio Kuratomi2016-01-131-0/+1
* updated self to cls to match conventionBrian Coca2016-01-081-2/+2
* restructure vars_prompt and fix regressionBrian Coca2016-01-081-2/+45
* now show full callback stacktrace when vvv+Brian Coca2016-01-081-4/+9
* output color is now configurableBrian Coca2015-12-291-7/+7
* Cleaning up FIXMEsJames Cammarata2015-10-221-2/+0
* fix prompt, static methods don't get 'self'Brian Coca2015-10-211-2/+2
* don't let cowsay issues stop executionBrian Coca2015-10-161-3/+7
* Make random cowsay truly randomJames Cammarata2015-10-151-9/+11
* Fix display when run through a testing framework that overrides stderr/stdoutToshio Kuratomi2015-10-121-3/+8
* Correct typoToshio Kuratomi2015-10-081-1/+1
* Do not mix byte str with unicode typeToshio Kuratomi2015-10-081-2/+2
* Wait until later to convert to byte strings for outputToshio Kuratomi2015-10-081-26/+50
* simpler safe outputBrian Coca2015-10-081-4/+5
* fix logic judgment error.soarpenguin2015-09-261-1/+1
* fix no self pointer out of class.soarpenguin2015-09-261-1/+1
* keep banners at 79Brian Coca2015-08-061-1/+1
* text wrap now adapts to terminalBrian Coca2015-08-061-5/+18
* Allow wrapped text in deprecated messagesJames Cammarata2015-08-061-3/+3
* started implementing diffBrian Coca2015-07-261-1/+5
* minor improvements to displayBrian Coca2015-07-251-8/+14
* added todo for future of featureBrian Coca2015-07-241-0/+1
* reimplemented logging based on log_path varBrian Coca2015-07-241-11/+30
* Allowing `args: "{{some_var}}"` for task params againJames Cammarata2015-07-241-2/+2
* implemented --step in v2Brian Coca2015-07-231-0/+8
* adding display to plugins and start moving debug to displayBrian Coca2015-07-231-0/+11
* fixed first_available_found for template, refactored into common functionBrian Coca2015-07-151-1/+1
* Ensure that we're dealing with byte str when we print or log messagesToshio Kuratomi2015-07-071-10/+7
* Don't wrap text for AnsibleParserErrorMarc Abramowitz2015-07-071-4/+7
* cowsay is back!Brian Coca2015-05-281-0/+50
* Making the switch to v2James Cammarata2015-05-031-0/+142