compose/pkg
Nicolas De loof 6204fb1c94
logs: fix for missing output on container exit (#10925)
We can't assume we receive container logs line by line. Some framework won't buffer output and will send char by char, and we also can receive looong lines which get buffered to 32kb and then cut into multiple logs.

This assumes we will catch container streams being closed before we receive a die event for container, which could be subject to race condition, but at least the impact here is minimal and the fix works for reproduction examples provided in linked issues.

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2023-08-23 08:57:18 -04:00
..
api doc: update Config() comment in API Service interface (#10840) 2023-08-03 15:13:26 -04:00
compose logs: fix for missing output on container exit (#10925) 2023-08-23 08:57:18 -04:00
e2e build: fix missing proxy build args for classic builder (#10887) 2023-08-10 08:57:28 -04:00
mocks Add `docker compose wait` 2023-06-30 16:07:03 +02:00
progress progress: minor correctness fixes (#10871) 2023-08-03 15:14:17 -04:00
prompt use a simpler prompt implementation when we lack a terminal 2023-01-09 10:28:16 +01:00
remote include: add experimental support for Git resources (#10811) 2023-08-18 09:16:45 -04:00
utils logs: fix for missing output on container exit (#10925) 2023-08-23 08:57:18 -04:00
watch watch: add tar sync implementation (#10853) 2023-08-01 14:39:08 -04:00