Sebastiaan van Stijn 1d69f4a68c pkg/compose: composeService.Up: rewrite without go-multierror 3 月之前
..
testdata 66a47169d5 Publish compose file with required siblings used by `extends` 9 月之前
transform c3a0c35681 implement extends.file replace without yqlib 9 月之前
apiSocket.go 51acc58453 mount /var/run/docker.sock for --use-api-socket 5 月之前
attach.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 4 月之前
attach_service.go 80823b77ef go ahead and wire up sig-proxy and no-stdin for consistency with underlying docker container attach 1 年之前
build.go 8f91793fb5 introduce build.provenance and sbom support 4 月之前
build_bake.go f266715dd0 add --provenance and --sbom flag to generated bake command line, 4 月之前
build_buildkit.go 0b0242d0ac add dry-run support to bake build 5 月之前
build_classic.go ad4cbee498 bump github.com/docker/docker, docker/cli v28.2.2 6 月之前
build_test.go fc8c56b407 select services implicitly declared by a service:xx build dependency 7 月之前
commit.go ad4cbee498 bump github.com/docker/docker, docker/cli v28.2.2 6 月之前
compose.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 月之前
container.go 27227a8824 lint: add `nolintlint` and clean up `nolint` directives (#9738) 3 年之前
containers.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 4 月之前
convergence.go 3bac9ffd08 Refactor to use maps.Copy 3 月之前
convergence_test.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 月之前
convert.go 0403f0d76d e2e test for start_interval 7 月之前
cp.go 1d2223fb23 pkg/compose: use local copy of pkg/system.IsAbs 4 月之前
create.go d4f6000712 remove import aliases for containerd/errdefs 4 月之前
create_test.go 955e4ed94e introduce networks.interface_name 7 月之前
dependencies.go 12b73bea73 remove utils.Contains to prefer slice.ContainsFunc 6 月之前
dependencies_test.go 5059a1d7bf Set Required false to depends_on containers for compose -p stop/down 1 年之前
desktop.go f5491328bb remove support of Synchronize File Shares integration with Docker Desktop 7 月之前
down.go d4f6000712 remove import aliases for containerd/errdefs 4 月之前
down_test.go c50d16cd78 pkg/compose: remove uses of moby/errdefs 4 月之前
envresolver.go 446e00520c format code with gofumpt 11 月之前
envresolver_test.go 34e945a598 ci: remove uses of deprecated gotest.tools v2 (#9935) 3 年之前
events.go 35efa97b7d feat: add since & until flags to events command 5 月之前
exec.go 3553aa26a6 add a default statut messsage to exec error to avoid empty line display 5 月之前
export.go 482b622282 pkg/compose: implement Export using atomicwriter 8 月之前
filters.go 1bd8a773a7 detect network conflict as name is not guaranteed to be unique (#10612) 2 年之前
generate.go 046879a4a2 replace uses of golang.org/x/exp/(maps|slices) for stdlib 6 月之前
hash.go 332311358e Recreate container on volume configuration change 1 年之前
hash_test.go cda04f288e adopt compose-go/v2 2 年之前
hook.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 4 月之前
image_pruner.go d4f6000712 remove import aliases for containerd/errdefs 4 月之前
images.go 6078b4d99d Fix: use image created time when last tag time is not present 3 月之前
images_test.go 6078b4d99d Fix: use image created time when last tag time is not present 3 月之前
kill.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 月之前
kill_test.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 月之前
logs.go 1c37f1abb6 use logs API with Since to collect the very first logs after restart 4 月之前
logs_test.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 4 月之前
ls.go 2e71440bee refactor: use slices.Contains to simplify code 6 月之前
ls_test.go 7bedb5a02c bump golangci-lint to version v2.0.2 8 月之前
model.go 9e98e6101e add missing _MODEL suffix to model variable pass to dependent services of a model 4 月之前
monitor.go f35d2cfb3b monitor must watch events even when context is cancelled 4 月之前
pause.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 月之前
plugins.go 909211dd61 use cli-plugins/metadata package 4 月之前
plugins_windows.go 053d225824 append .exe to provider name doing executable lookup on windows 7 月之前
port.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 月之前
printer.go 1c37f1abb6 use logs API with Since to collect the very first logs after restart 4 月之前
ps.go c23a7e7281 golangci-lint: enable copyloopvar linter 10 月之前
ps_test.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 月之前
publish.go c420bc44c4 check the assume yes publish flag command before the presence of bind mounts 3 月之前
publish_test.go c3a0c35681 implement extends.file replace without yqlib 9 月之前
pull.go 51499f645b pkg/compose: pull: use native multi-errors 3 月之前
push.go fc66da06db pkg/compose: simplify getting auth-config key 4 月之前
remove.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 月之前
restart.go 342a2a9e71 Fix support for depends_on.restart in up and restart commands 8 月之前
run.go a9e76943f6 introduce support for models 5 月之前
scale.go 446e00520c format code with gofumpt 11 月之前
secrets.go 6e814eac35 fix(secrets): Reverted secrets file mode 440 -> 444 8 月之前
shellout.go 909211dd61 use cli-plugins/metadata package 4 月之前
start.go 2c12ad19db use log API for containers we didn't attached to 4 月之前
stop.go 29308cb97e keep containers attached on stop to capture termination logs 5 月之前
stop_test.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 月之前
suffix_unix.go 053d225824 append .exe to provider name doing executable lookup on windows 7 月之前
top.go f70209cf15 review: move Summary/Replica collection from cmd/ to pkg/ 9 月之前
up.go 1d69f4a68c pkg/compose: composeService.Up: rewrite without go-multierror 3 月之前
viz.go c23a7e7281 golangci-lint: enable copyloopvar linter 10 月之前
viz_test.go 11e9621da5 ci: enable testifylint linter 1 年之前
volumes.go 6198ed5bd2 fix linting errors 5 月之前
volumes_test.go 00ccddbde8 add volumes command test cases 5 月之前
wait.go c23a7e7281 golangci-lint: enable copyloopvar linter 10 月之前
watch.go fd954f266c show build progress during watch rebuild 4 月之前
watch_test.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 4 月之前