compose/pkg
Sebastiaan van Stijn 1d69f4a68c pkg/compose: composeService.Up: rewrite without go-multierror
- Use a errgroup.Group and add a appendErr utility to not fail-fast,
  but collect errors.
- replace doneCh for a global context to cancel goroutines
- Commented out attachCtx code, as it didn't appear to be functional
  (as it wouldn't be cancelled).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-08-27 15:25:17 +02:00
..
api Fix: use image created time when last tag time is not present 2025-08-27 09:03:58 +02:00
bridge fixed lint error 2025-07-28 10:07:03 +02:00
compose pkg/compose: composeService.Up: rewrite without go-multierror 2025-08-27 15:25:17 +02:00
e2e Add e2e test to verify docker compose down works even when env file is missing 2025-08-25 10:03:55 +02:00
mocks keep containers attached on stop to capture termination logs 2025-07-15 11:26:44 +02:00
progress improved lint error 2025-07-27 15:12:38 +02:00
prompt (refactoring) introduce monitor to manage containers events and application termination 2025-07-16 17:24:11 +02:00
remote forward git command error to user 2025-07-23 12:10:25 +02:00
utils prefer use of slices.DeleteFunc 2025-05-27 15:16:50 +02:00
watch (refactoting) Move watch logic into a dedicated Watcher type 2025-06-05 16:48:05 +02:00