compose/pkg
Milas Bowman 7161778ccf watch: use WalkDir to speed up file listing (#4684)
`WalkDir` is new in Go 1.16 and avoids calling `os.Lstat` on
every visited file and directory. In most cases, we don't need
that info, so this will help reduce I/O when listing files,
which can be helpful for particularly big monorepos.
2023-02-02 14:59:30 +01:00
..
api Merge pull request #10217 from glours/dry-run-pause-support 2023-01-31 14:56:27 +01:00
compose rename `convert` to `config` to align with compose v1 UX 2023-01-30 22:23:53 +01:00
e2e add support of privileged attribut in service.build section 2022-12-23 09:32:48 +01:00
mocks rename `convert` to `config` to align with compose v1 UX 2023-01-30 22:23:53 +01:00
progress update tty and plain text writers to support dry run mode 2023-01-30 09:27:17 +01:00
prompt use a simpler prompt implementation when we lack a terminal 2023-01-09 10:28:16 +01:00
utils debounce refresh requests with quietperiod 2023-01-18 22:12:54 +01:00
watch watch: use WalkDir to speed up file listing (#4684) 2023-02-02 14:59:30 +01:00