compose/pkg/progress
Milas Bowman 80856eacaf
progress: minor correctness fixes (#10871)
* When waiting for dependencies, `select` on the context as well
  as the ticker
* Write multiple progress events "transactionally" (i.e. hold the
  lock for the duration to avoid other events being interleaved)
* Do not change "finished" steps back to "in progress" to prevent
  flickering

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-08-03 15:14:17 -04:00
..
colors.go better support NO_COLOR by disabling colors, not ANSI TUI (#10434) 2023-04-04 17:00:10 -04:00
event.go introduce ability to select service to be stopped by `compose down` 2023-05-24 17:32:32 +02:00
noop.go
plain.go TailMsgf must format with args 2023-04-27 22:12:12 +02:00
quiet.go use `--progress` to configure progress UI stylet push 2023-06-12 16:53:42 +02:00
spinner.go
tty.go progress: minor correctness fixes (#10871) 2023-08-03 15:14:17 -04:00
tty_test.go better support NO_COLOR by disabling colors, not ANSI TUI (#10434) 2023-04-04 17:00:10 -04:00
writer.go use `--progress` to configure progress UI stylet push 2023-06-12 16:53:42 +02:00
writer_test.go