Nicolas De Loof 6e55832b1c add (restore) support for detach keys 1 месяц назад
..
testdata 6007d4c7e7 publish env_file references as opaque hash to prevent paths conflicts 2 месяцев назад
transform 6a90742ef2 Test to check writeComposeFile detects invalid OCI artifact 2 месяцев назад
apiSocket.go e1678c5c43 Introduce abstractions to support SDK usage without requiring Docker CLI 2 месяцев назад
attach.go 6e55832b1c add (restore) support for detach keys 1 месяц назад
attach_service.go 6e55832b1c add (restore) support for detach keys 1 месяц назад
build.go aff5c115d6 move progress UI components into cmd 1 месяц назад
build_bake.go aff5c115d6 move progress UI components into cmd 1 месяц назад
build_classic.go aff5c115d6 move progress UI components into cmd 1 месяц назад
build_test.go fc8c56b407 select services implicitly declared by a service:xx build dependency 7 месяцев назад
commit.go aff5c115d6 move progress UI components into cmd 1 месяц назад
compose.go 45def51117 make DRYRUN_PREFIX a display attribute, move DryRunClient out of pkg/api 1 месяц назад
container.go beb81a73f9 pkg/compose: remove aliases for container-state consts 3 месяцев назад
containers.go f217207876 pkg/compose: use state consts from moby API 3 месяцев назад
convergence.go aff5c115d6 move progress UI components into cmd 1 месяц назад
convergence_test.go fd4f2f99cf register TTYWritter as an Event Processor 1 месяц назад
convert.go 0403f0d76d e2e test for start_interval 8 месяцев назад
cp.go aff5c115d6 move progress UI components into cmd 1 месяц назад
create.go aff5c115d6 move progress UI components into cmd 1 месяц назад
create_test.go 955e4ed94e introduce networks.interface_name 8 месяцев назад
dependencies.go 12b73bea73 remove utils.Contains to prefer slice.ContainsFunc 7 месяцев назад
dependencies_test.go 5059a1d7bf Set Required false to depends_on containers for compose -p stop/down 1 год назад
desktop.go e25265dd55 remove unused code to only rely on api.Service 2 месяцев назад
docker_cli_providers.go e1678c5c43 Introduce abstractions to support SDK usage without requiring Docker CLI 2 месяцев назад
down.go aff5c115d6 move progress UI components into cmd 1 месяц назад
down_test.go fd4f2f99cf register TTYWritter as an Event Processor 1 месяц назад
envresolver.go 446e00520c format code with gofumpt 1 год назад
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 6 месяцев назад
export.go aff5c115d6 move progress UI components into cmd 1 месяц назад
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 5 месяцев назад
image_pruner.go d4f6000712 remove import aliases for containerd/errdefs 5 месяцев назад
images.go 6078b4d99d Fix: use image created time when last tag time is not present 4 месяцев назад
images_test.go fd4f2f99cf register TTYWritter as an Event Processor 1 месяц назад
kill.go aff5c115d6 move progress UI components into cmd 1 месяц назад
kill_test.go fd4f2f99cf register TTYWritter as an Event Processor 1 месяц назад
loader.go 7eb5adeef6 introduce --insecure-registry, reserved for testing purpose 1 месяц назад
loader_test.go d74274bc04 Add LoadProject method to Compose SDK API 1 месяц назад
logs.go 4dd369bdcb fix sigint/sigterm support in logs --follow 3 месяцев назад
logs_test.go fd4f2f99cf register TTYWritter as an Event Processor 1 месяц назад
ls.go 2e71440bee refactor: use slices.Contains to simplify code 7 месяцев назад
ls_test.go 7bedb5a02c bump golangci-lint to version v2.0.2 9 месяцев назад
model.go aff5c115d6 move progress UI components into cmd 1 месяц назад
monitor.go 74a4ccdd85 fix various linting issues 1 месяц назад
pause.go aff5c115d6 move progress UI components into cmd 1 месяц назад
plugins.go aff5c115d6 move progress UI components into cmd 1 месяц назад
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 10 месяцев назад
printer.go cb3691154b detect container is restarted 3 месяцев назад
progress.go aff5c115d6 move progress UI components into cmd 1 месяц назад
ps.go f1efbb8322 use enum-consts for State and Health 4 месяцев назад
ps_test.go fd4f2f99cf register TTYWritter as an Event Processor 1 месяц назад
publish.go aff5c115d6 move progress UI components into cmd 1 месяц назад
publish_test.go 6a90742ef2 Test to check writeComposeFile detects invalid OCI artifact 2 месяцев назад
pull.go aff5c115d6 move progress UI components into cmd 1 месяц назад
push.go aff5c115d6 move progress UI components into cmd 1 месяц назад
remove.go aff5c115d6 move progress UI components into cmd 1 месяц назад
restart.go aff5c115d6 move progress UI components into cmd 1 месяц назад
run.go 6e55832b1c add (restore) support for detach keys 1 месяц назад
scale.go aff5c115d6 move progress UI components into cmd 1 месяц назад
secrets.go 585c4db4f9 Compose can't create a tar with adequate uid:gid ownership 2 месяцев назад
shellout.go e1678c5c43 Introduce abstractions to support SDK usage without requiring Docker CLI 2 месяцев назад
start.go aff5c115d6 move progress UI components into cmd 1 месяц назад
stop.go aff5c115d6 move progress UI components into cmd 1 месяц назад
stop_test.go fd4f2f99cf register TTYWritter as an Event Processor 1 месяц назад
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 6e55832b1c add (restore) support for detach keys 1 месяц назад
viz.go c23a7e7281 golangci-lint: enable copyloopvar linter 10 месяцев назад
viz_test.go fd4f2f99cf register TTYWritter as an Event Processor 1 месяц назад
volumes.go a473341058 volume ls command can run without a project 3 месяцев назад
volumes_test.go a473341058 volume ls command can run without a project 3 месяцев назад
wait.go e1678c5c43 Introduce abstractions to support SDK usage without requiring Docker CLI 2 месяцев назад
watch.go 6e55832b1c add (restore) support for detach keys 1 месяц назад
watch_test.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 5 месяцев назад