automation-tests/cmd/podman/system
Paul Holzinger 7f8e99ded4
podman version: use report.Formatter over Template
Currently the podman command --format output code uses a mix of
report.Formatter and report.Template.

I patched report.Formatter to correctly handle newlines[1]. Since we
cannot fix this with report.Template we have to migrate all users to
report.Formatter. This ensures consistent behavior for all commands.

This change does not change the output.

[1] https://github.com/containers/common/pull/1146

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-09-13 10:33:15 +02:00
..
connection podman ssh work, using new c/common interface 2022-08-09 14:00:58 -04:00
connection.go Add podman machine events 2022-05-03 13:49:01 -07:00
df.go Podman system df JSON format outputs `Size` and `Reclaimable` 2022-07-05 07:38:08 -04:00
dial_stdio.go Fix stutters 2022-09-10 07:52:00 -04:00
events.go podman events --format: fix duplicated newline 2022-09-12 18:05:18 +02:00
info.go podman info: use report.Formatter over Template 2022-09-13 10:33:14 +02:00
migrate.go enable gocritic linter 2022-04-26 18:12:22 +02:00
prune.go podman system prune support prune unused networks 2022-06-14 14:04:03 +09:00
renumber.go enable gocritic linter 2022-04-26 18:12:22 +02:00
reset.go Update system reset warning message to warn against deletion of all volumes 2022-09-05 19:34:04 +02:00
reset_machine.go podman system reset removed machines incorrectly 2022-05-04 10:31:42 -04:00
reset_machine_unsupported.go podman system reset removed machines incorrectly 2022-05-04 10:31:42 -04:00
service.go fix a number of errcheck issues 2022-03-22 13:15:28 +01:00
service_abi.go service: make move to sub-cgroup non fatal 2022-08-26 18:06:42 +02:00
system.go bump go module to version 4 2022-01-18 12:47:07 +01:00
unshare.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
version.go podman version: use report.Formatter over Template 2022-09-13 10:33:15 +02:00