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
event.go
noop.go
plain.go
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
writer.go use `--progress` to configure progress UI stylet push 2023-06-12 16:53:42 +02:00
writer_test.go