David Gageot 04b4a832dc chore(lint): add forbidigo rules to enforce t.Context() in tests 2 hari lalu
..
testdata 6007d4c7e7 publish env_file references as opaque hash to prevent paths conflicts 3 bulan lalu
transform 72f4d655ef Bump compose go to v2.10.0 1 bulan lalu
apiSocket.go e1678c5c43 Introduce abstractions to support SDK usage without requiring Docker CLI 2 bulan lalu
api_versions.go b760afaf9f refactor: extract API version constants to dedicated file 1 Minggu lalu
attach.go d7bdb34ff5 refactor(attach): remove unused stdin from getContainerStream 3 hari lalu
attach_service.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
build.go ec88588cd8 Removed build warning when no explicit build has been requested. 2 minggu lalu
build_bake.go b760afaf9f refactor: extract API version constants to dedicated file 1 Minggu lalu
build_classic.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
build_test.go fc8c56b407 select services implicitly declared by a service:xx build dependency 8 bulan lalu
commit.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
compose.go d7a65f53f8 fix: correct typo in isSwarmEnabled method name 2 minggu lalu
container.go beb81a73f9 pkg/compose: remove aliases for container-state consts 4 bulan lalu
containers.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
convergence.go 2f108ffaa8 handle healthcheck.disable true in isServiceHealthy 3 hari lalu
convergence_test.go 093205121c test: replace context.Background()/context.TODO() with t.Context() 2 hari lalu
convert.go b760afaf9f refactor: extract API version constants to dedicated file 1 Minggu lalu
cp.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
create.go b760afaf9f refactor: extract API version constants to dedicated file 1 Minggu lalu
create_test.go 093205121c test: replace context.Background()/context.TODO() with t.Context() 2 hari lalu
dependencies.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
dependencies_test.go 093205121c test: replace context.Background()/context.TODO() with t.Context() 2 hari lalu
desktop.go e25265dd55 remove unused code to only rely on api.Service 3 bulan lalu
docker_cli_providers.go e1678c5c43 Introduce abstractions to support SDK usage without requiring Docker CLI 2 bulan lalu
down.go ee4c01b66b fix: correctly use errgroup.WithContext 2 minggu lalu
down_test.go 093205121c test: replace context.Background()/context.TODO() with t.Context() 2 hari lalu
envresolver.go 446e00520c format code with gofumpt 1 tahun lalu
envresolver_test.go 34e945a598 ci: remove uses of deprecated gotest.tools v2 (#9935) 3 tahun lalu
events.go 2b4543935c next release will be major version v5.x 2 bulan lalu
exec.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
export.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
filters.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
generate.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
hash.go 332311358e Recreate container on volume configuration change 1 tahun lalu
hash_test.go cda04f288e adopt compose-go/v2 2 tahun lalu
hook.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
image_pruner.go 2b4543935c next release will be major version v5.x 2 bulan lalu
images.go b760afaf9f refactor: extract API version constants to dedicated file 1 Minggu lalu
images_test.go 093205121c test: replace context.Background()/context.TODO() with t.Context() 2 hari lalu
kill.go 2b4543935c next release will be major version v5.x 2 bulan lalu
kill_test.go 04b4a832dc chore(lint): add forbidigo rules to enforce t.Context() in tests 2 hari lalu
loader.go c0345e4f45 restore support for COMPOSE_COMPATIBILITY 1 bulan lalu
loader_test.go bcc0401e0e test: replace os.Setenv with t.Setenv() 2 hari lalu
logs.go 2b4543935c next release will be major version v5.x 2 bulan lalu
logs_test.go 093205121c test: replace context.Background()/context.TODO() with t.Context() 2 hari lalu
ls.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
ls_test.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
model.go 59f04b85af remove duplicated version field 1 bulan lalu
monitor.go 2b4543935c next release will be major version v5.x 2 bulan lalu
pause.go 2b4543935c next release will be major version v5.x 2 bulan lalu
plugins.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
plugins_windows.go 053d225824 append .exe to provider name doing executable lookup on windows 8 bulan lalu
port.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
printer.go 2b4543935c next release will be major version v5.x 2 bulan lalu
progress.go 2b4543935c next release will be major version v5.x 2 bulan lalu
ps.go 2b4543935c next release will be major version v5.x 2 bulan lalu
ps_test.go 093205121c test: replace context.Background()/context.TODO() with t.Context() 2 hari lalu
publish.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
publish_test.go 093205121c test: replace context.Background()/context.TODO() with t.Context() 2 hari lalu
pull.go d4c1987638 Prevented incorrect progress metrics to break compose display. 1 bulan lalu
push.go d4c1987638 Prevented incorrect progress metrics to break compose display. 1 bulan lalu
remove.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
restart.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
run.go 0878c59a74 chore: fix grammatical errors and improve clarity in code 1 bulan lalu
scale.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
secrets.go 585c4db4f9 Compose can't create a tar with adequate uid:gid ownership 3 bulan lalu
shellout.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
start.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
stop.go 2b4543935c next release will be major version v5.x 2 bulan lalu
stop_test.go 093205121c test: replace context.Background()/context.TODO() with t.Context() 2 hari lalu
suffix_unix.go 053d225824 append .exe to provider name doing executable lookup on windows 8 bulan lalu
top.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
up.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
viz.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
viz_test.go 093205121c test: replace context.Background()/context.TODO() with t.Context() 2 hari lalu
volumes.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
volumes_test.go 093205121c test: replace context.Background()/context.TODO() with t.Context() 2 hari lalu
wait.go dc66e6bad1 golangci-lint: use gci formatter instead of goimports 1 bulan lalu
watch.go b92b87dd9c fix: robustly handle large file change batches in watch mode 3 hari lalu
watch_test.go 093205121c test: replace context.Background()/context.TODO() with t.Context() 2 hari lalu