]> git.proxmox.com Git - pve-common.git/history - src/PVE/CLIFormatter.pm
bump version to 8.1.2
[pve-common.git] / src / PVE / CLIFormatter.pm
2023-05-17 Thomas Lamprechtcli handler/formatter: small indendation clean-up
2023-03-16 Thomas Lamprechtcli formatter: check data ref when printing array
2021-10-22 Thomas Lamprechtcli format: refactoring and code bloat reduction
2021-02-08 Stefan Reiterextract PVE::Format from PVE::CLIFormatter for reuse
2020-09-18 Fabian Grünbichlerproperly encode YAML via YAML::XS
2020-05-04 Fabian Ebnerprint_text_table: handle undefined values in comparision
2019-09-04 Wolfgang Bumillercli: prettify tables even more
2019-05-13 Thomas Lamprechtprint api res: always allow result to be undef if optional
2018-09-20 Thomas Lamprechtfix some erro mesage and comment typos
2018-09-17 Dominik Csapakfix #1914: CLIFormatter: check also for existence of...
2018-08-06 Dietmar Maurerrender_bytes: avoid untaint by simply change the sprint...
2018-08-06 Dietmar Maurerrender_bytes: check format, untaint before calling...
2018-07-31 Dietmar Maurerprint_api_result: fix test for undefined $result_schema
2018-07-30 Dietmar Maurerprint_api_result: allow to pass undefined schema
2018-07-30 Dietmar Maurerprint_api_result_plain: new helper
2018-07-30 Dietmar Maurerprint_text_table: align numbers to the right side
2018-07-30 Dietmar Maurerprint_text_table: untaint $width
2018-07-26 Dietmar Maurerintrocude new output format 'yaml'
2018-07-26 Dietmar MaurerPVE::CLIFormatter - pass terminal option as separate...
2018-07-26 Dietmar MaurerPVE::CLIFormatter - new 'yaml' renderer
2018-07-26 Dietmar Maurercli: print_text_table: correctly handle sort_key 0
2018-07-26 Dietmar Maurercli: remove all output formatter magic from CLIHandler
2018-07-10 Dietmar Maurerprint_api_result: skip undefined object values
2018-07-10 Dietmar Maureroutput format options: remove 'plain', add 'json-pretty'
2018-07-10 Dietmar MaurerPVE::CLIFormatter::print_api_result - remove parameter...
2018-07-10 Dietmar MaurerPVE::CLIFormatter - implement new output options
2018-07-05 Dietmar MaurerPVE::CLIFormatter::print_api_result - use print_api_lis...
2018-07-05 Dietmar MaurerCLIFormatter - implement renderer for timestamps using GMT
2018-07-04 Dietmar MaurerPVE::CLIFormatter::data_to_text - add parameter $options
2018-07-04 Dietmar MaurerCLIFormatter - implement renderer for timestamps
2018-07-03 Dietmar MaurerPVE::CLIFormatter::extract_properties_to_print - new...
2018-07-03 Dietmar MaurerCLIFormatter: define some commonly useful rendering...
2018-06-29 Thomas Lamprechtcli: print_text_table: restore autoformat behavior
2018-06-29 Dietmar Maurercli: print_text_table: support multiline data
2018-06-29 Dietmar Maurercli: data_to_text: never render undefined values
2018-06-29 Dietmar MaurerPVE::CLIFormatter::query_terminal_options - new helper
2018-06-29 Dietmar Maurercli: print_api_result: add/use new encoding option
2018-06-29 Dietmar MaurerCLIFormatter: implement tables with utf8 borders
2018-06-29 Dietmar MaurerCLIFormatter: pass options as hash
2018-06-29 Dietmar Maurercli: print_text_table: allow to limit output width
2018-06-29 Dietmar Maurercli: data_to_text: pass property info
2018-06-29 Dietmar Maurercli: print_api_result: use print_api_list to print...
2018-06-29 Dietmar Maurercli: print_text_table: allow to draw ascii art borders
2018-06-28 Dietmar MaurerPVE/CLIFormatter.pm - new class to generate/format...