Nicolas De Loof 5ca35c88be implement publish %!s(int64=2) %!d(string=hai) anos
..
testdata 7f18b47a9a prefer canonical `compose.yaml` file name %!s(int64=4) %!d(string=hai) anos
attach.go 6204fb1c94 logs: fix for missing output on container exit (#10925) %!s(int64=2) %!d(string=hai) anos
build.go 1fdbcb6255 build: pass BuildOptions around explicitly & fix multi-platform issues %!s(int64=2) %!d(string=hai) anos
build_buildkit.go 7c42776770 Improve buildkit node creation (#10843) %!s(int64=2) %!d(string=hai) anos
build_classic.go bfa54081d4 build: fix missing proxy build args for classic builder (#10887) %!s(int64=2) %!d(string=hai) anos
compose.go 19bbb12fac ci: tweak restricted imports in linter (#10992) %!s(int64=2) %!d(string=hai) anos
container.go 27227a8824 lint: add `nolintlint` and clean up `nolint` directives (#9738) %!s(int64=3) %!d(string=hai) anos
containers.go b0af2deb2b when --index is not set select first service container %!s(int64=2) %!d(string=hai) anos
convergence.go 8af49ff369 resolve service reference into container based on observed state %!s(int64=2) %!d(string=hai) anos
convergence_test.go bb94ea034e add support of depends_on.required attribute %!s(int64=2) %!d(string=hai) anos
convert.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies %!s(int64=4) %!d(string=hai) anos
cp.go 37850f7955 ci: upgrade to Go 1.20.5 and Moby v24.x %!s(int64=2) %!d(string=hai) anos
create.go f6e31dbc6a don't rely on depends_on to resolve volume_from, better use observed state %!s(int64=2) %!d(string=hai) anos
create_test.go f6e31dbc6a don't rely on depends_on to resolve volume_from, better use observed state %!s(int64=2) %!d(string=hai) anos
dependencies.go bb94ea034e add support of depends_on.required attribute %!s(int64=2) %!d(string=hai) anos
dependencies_test.go 06ec06472f up should not silently ignore missing depends_on service %!s(int64=2) %!d(string=hai) anos
down.go 1bd8a773a7 detect network conflict as name is not guaranteed to be unique (#10612) %!s(int64=2) %!d(string=hai) anos
down_test.go 37850f7955 ci: upgrade to Go 1.20.5 and Moby v24.x %!s(int64=2) %!d(string=hai) anos
envresolver.go bbaaa6a9de config: case-insensitive env vars on Windows (#9438) %!s(int64=3) %!d(string=hai) anos
envresolver_test.go 34e945a598 ci: remove uses of deprecated gotest.tools v2 (#9935) %!s(int64=3) %!d(string=hai) anos
errors.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies %!s(int64=4) %!d(string=hai) anos
events.go 01d91c490c detect new container from project have started when running `compose logs` with no explicit services %!s(int64=2) %!d(string=hai) anos
exec.go a964d5587b align cp command index management with exec command %!s(int64=3) %!d(string=hai) anos
filters.go 1bd8a773a7 detect network conflict as name is not guaranteed to be unique (#10612) %!s(int64=2) %!d(string=hai) anos
hash.go 6f6e1635fd compute service hash with a default DeployConfig %!s(int64=2) %!d(string=hai) anos
hash_test.go 986bc44549 service hash MUST exclude replicas %!s(int64=3) %!d(string=hai) anos
image_pruner.go f4f2e934ac migrate to github.com/distribution/reference %!s(int64=2) %!d(string=hai) anos
images.go f4f2e934ac migrate to github.com/distribution/reference %!s(int64=2) %!d(string=hai) anos
kill.go a14abb9044 cli: option to write status messages on stdout (#10549) %!s(int64=2) %!d(string=hai) anos
kill_test.go 37850f7955 ci: upgrade to Go 1.20.5 and Moby v24.x %!s(int64=2) %!d(string=hai) anos
logs.go 0d6b99e6f9 e2e test to cover logs -f managing service being added/scaled %!s(int64=2) %!d(string=hai) anos
logs_test.go 6204fb1c94 logs: fix for missing output on container exit (#10925) %!s(int64=2) %!d(string=hai) anos
ls.go 4ea44797f5 only consider containers with config_hash labels (i.e, created by compose) %!s(int64=2) %!d(string=hai) anos
ls_test.go cb45c6f2df Add unit tests for combinedConfigFiles logic ✅ %!s(int64=3) %!d(string=hai) anos
metrics.go 2e96829607 Add gocritic to linters %!s(int64=3) %!d(string=hai) anos
pause.go a14abb9044 cli: option to write status messages on stdout (#10549) %!s(int64=2) %!d(string=hai) anos
port.go b0af2deb2b when --index is not set select first service container %!s(int64=2) %!d(string=hai) anos
printer.go 407a0d5b53 up: fix various race/deadlock conditions on exit (#10934) %!s(int64=2) %!d(string=hai) anos
ps.go 41682acc77 add support for attributes exposed by `docker ps` %!s(int64=2) %!d(string=hai) anos
ps_test.go 41682acc77 add support for attributes exposed by `docker ps` %!s(int64=2) %!d(string=hai) anos
publish.go 5ca35c88be implement publish %!s(int64=2) %!d(string=hai) anos
pull.go f4f2e934ac migrate to github.com/distribution/reference %!s(int64=2) %!d(string=hai) anos
push.go f4f2e934ac migrate to github.com/distribution/reference %!s(int64=2) %!d(string=hai) anos
remove.go 77dc9b54f3 rm: remove debugging output (#10554) %!s(int64=2) %!d(string=hai) anos
restart.go 32c3d0a3ff Enable service explicitly requested to be restarted %!s(int64=2) %!d(string=hai) anos
run.go 8af49ff369 resolve service reference into container based on observed state %!s(int64=2) %!d(string=hai) anos
scale.go 1a98a70b8a add scale command %!s(int64=2) %!d(string=hai) anos
secrets.go 47778f8b77 check secret target is an absolute windows path %!s(int64=2) %!d(string=hai) anos
start.go caad72713b up: handle various attach use cases better %!s(int64=2) %!d(string=hai) anos
stop.go a14abb9044 cli: option to write status messages on stdout (#10549) %!s(int64=2) %!d(string=hai) anos
stop_test.go 37850f7955 ci: upgrade to Go 1.20.5 and Moby v24.x %!s(int64=2) %!d(string=hai) anos
top.go 9668f600d1 project name MUST be lowercase %!s(int64=3) %!d(string=hai) anos
up.go 407a0d5b53 up: fix various race/deadlock conditions on exit (#10934) %!s(int64=2) %!d(string=hai) anos
viz.go 636c13f818 build: do not attempt to push unnamed service images %!s(int64=2) %!d(string=hai) anos
viz_test.go 5eaafe4237 Fixed issue when project name contains dashes (`-`) %!s(int64=2) %!d(string=hai) anos
wait.go edd76bfd70 Add `docker compose wait` %!s(int64=2) %!d(string=hai) anos
watch.go 805541be9d watch: use official `develop` section (#11026) %!s(int64=2) %!d(string=hai) anos
watch_test.go 805541be9d watch: use official `develop` section (#11026) %!s(int64=2) %!d(string=hai) anos