podman/pkg/api/handlers
Nalin Dahyabhai 21f396de6f logs: adjust handling around partial log messages
In libpod/logs.LogLine.Write(), don't write a newline to stdout/stderr
when the log message is only part of a line.

In libpod.ConmonOCIRuntime.HTTPAttach(), don't send a newline over the
HTTP connection when the log message is only part of a line.

In pkg/api/handlers/compat.LogsFromContainer(), don't send a newline
over the HTTP connection when the log message is only part of a line,
and don't make doing so conditional on whether or not the client used
the docker or podman endpoint.

In pkg/domain/infra/tunnel.ContainerEngine.ContainerLogs(), don't add
our own newline to log messages, since they already come through from
the server when they need to.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2021-08-23 18:00:18 -04:00
..
compat logs: adjust handling around partial log messages 2021-08-23 18:00:18 -04:00
libpod Merge pull request #11154 from cdoern/imagesPull 2021-08-16 15:46:33 +00:00
swagger [NO TESTS NEEDED] Clean up swagger 2021-08-19 07:57:54 -07:00
types [NO TESTS NEEDED] Shrink the size of podman-remote 2021-03-29 09:49:45 -04:00
utils Run codespell to fix spelling 2021-08-11 16:41:45 -04:00
decoder.go bump go module to v3 2021-02-22 09:03:51 +01:00
types.go [NO TESTS NEEDED] Clean up swagger 2021-08-19 07:57:54 -07:00