podman/pkg/api/handlers/libpod
Valentin Rothberg b79ac0aca2 remote push: show copy progress
`podman-remote push` has shown absolutely no progress at all. Fix that
by doing essentially the same as the remote-pull code does.

The get-free-out-of-jail-card for backwards compatibility is to let the
`quiet` parameter default to true.  Since the --quioet flag wasn't
working before either, older Podman clients do not set it.

Also add regression tests to make sure we won't regress again.

Fixes: #11554
Fixes: #14971
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-07-21 17:13:36 +02:00
..
containers.go libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
containers_create.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
containers_stats.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
generate.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
healthcheck.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images.go remote push: show copy progress 2022-07-21 17:13:36 +02:00
images_pull.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
images_push.go remote push: show copy progress 2022-07-21 17:13:36 +02:00
info.go bump go module to version 4 2022-01-18 12:47:07 +01:00
kube.go Add "podman kube play" cmd 2022-07-13 15:27:03 +01:00
manifests.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
networks.go libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
play.go Add "podman kube play" cmd 2022-07-13 15:27:03 +01:00
pods.go Fix streaming for libpod/pods/stats endpoint 2022-07-05 22:02:04 +02:00
secrets.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
swagger_spec.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
system.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
volumes.go libpod/runtime: switch to golang native error wrapping 2022-07-04 15:39:00 +02:00