Guillaume Lours 955784c406 Merge pull request #10662 from milas/bump-deps 2 年之前
..
testdata 7f18b47a9a prefer canonical `compose.yaml` file name 4 年之前
attach.go 0f5b5ccbd0 detect replacement container is created and inform printer so it attach and don't stop 3 年之前
build.go d2aa15c06e bump buildx and use confutil.ConfigDir 2 年之前
build_buildkit.go d2aa15c06e bump buildx and use confutil.ConfigDir 2 年之前
build_classic.go 37850f7955 ci: upgrade to Go 1.20.5 and Moby v24.x 2 年之前
build_test.go 88b0d17ff8 use `build` as common API for build scenarios 3 年之前
compose.go 37850f7955 ci: upgrade to Go 1.20.5 and Moby v24.x 2 年之前
container.go 27227a8824 lint: add `nolintlint` and clean up `nolint` directives (#9738) 3 年之前
containers.go 0f5b5ccbd0 detect replacement container is created and inform printer so it attach and don't stop 3 年之前
convergence.go 1bd8a773a7 detect network conflict as name is not guaranteed to be unique (#10612) 2 年之前
convergence_test.go b5f0a4eefa use containers we expect to start for wait condition 3 年之前
convert.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 年之前
cp.go 37850f7955 ci: upgrade to Go 1.20.5 and Moby v24.x 2 年之前
create.go 629c9f62e9 better diagnostic message on network label mismatch 2 年之前
create_test.go cfdec21a7f Fix linting issues 3 年之前
dependencies.go 06ec06472f up should not silently ignore missing depends_on service 2 年之前
dependencies_test.go 06ec06472f up should not silently ignore missing depends_on service 2 年之前
down.go 1bd8a773a7 detect network conflict as name is not guaranteed to be unique (#10612) 2 年之前
down_test.go 37850f7955 ci: upgrade to Go 1.20.5 and Moby v24.x 2 年之前
envresolver.go bbaaa6a9de config: case-insensitive env vars on Windows (#9438) 3 年之前
envresolver_test.go 34e945a598 ci: remove uses of deprecated gotest.tools v2 (#9935) 3 年之前
errors.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 年之前
events.go 01d91c490c detect new container from project have started when running `compose logs` with no explicit services 2 年之前
exec.go a964d5587b align cp command index management with exec command 3 年之前
filters.go 1bd8a773a7 detect network conflict as name is not guaranteed to be unique (#10612) 2 年之前
hash.go 6f6e1635fd compute service hash with a default DeployConfig 2 年之前
hash_test.go 986bc44549 service hash MUST exclude replicas 3 年之前
image_pruner.go 0363d9260a fix local image removal when `compose down` is ran with `--project-name` (#10558) 2 年之前
images.go 05e987dd0a fix parsing of repository:tag 3 年之前
kill.go a14abb9044 cli: option to write status messages on stdout (#10549) 2 年之前
kill_test.go 37850f7955 ci: upgrade to Go 1.20.5 and Moby v24.x 2 年之前
logs.go 0d6b99e6f9 e2e test to cover logs -f managing service being added/scaled 2 年之前
logs_test.go 4bf2fe9fed assume we receive logs by lines and don't ignore those without EOL 2 年之前
ls.go 4ea44797f5 only consider containers with config_hash labels (i.e, created by compose) 3 年之前
ls_test.go cb45c6f2df Add unit tests for combinedConfigFiles logic ✅ 4 年之前
metrics.go 2e96829607 Add gocritic to linters 3 年之前
pause.go a14abb9044 cli: option to write status messages on stdout (#10549) 2 年之前
port.go 053f20edab port: improve error-handling if port not found (#10039) 3 年之前
printer.go 0f5b5ccbd0 detect replacement container is created and inform printer so it attach and don't stop 3 年之前
ps.go b326a9da1d don't filter by services if no filter was set 3 年之前
ps_test.go bbe1b77a67 progress writer uses dockercli.Err stream 3 年之前
pull.go a14abb9044 cli: option to write status messages on stdout (#10549) 2 年之前
push.go a14abb9044 cli: option to write status messages on stdout (#10549) 2 年之前
remove.go 77dc9b54f3 rm: remove debugging output (#10554) 2 年之前
restart.go a14abb9044 cli: option to write status messages on stdout (#10549) 2 年之前
run.go fed8ef6b79 forward signal to container 2 年之前
secrets.go eafcd1b35e secrets: only set CopyUIDGID when required (#10598) 2 年之前
start.go 01d91c490c detect new container from project have started when running `compose logs` with no explicit services 2 年之前
stop.go a14abb9044 cli: option to write status messages on stdout (#10549) 2 年之前
stop_test.go 37850f7955 ci: upgrade to Go 1.20.5 and Moby v24.x 2 年之前
top.go 9668f600d1 project name MUST be lowercase 3 年之前
up.go a14abb9044 cli: option to write status messages on stdout (#10549) 2 年之前
viz.go 5eaafe4237 Fixed issue when project name contains dashes (`-`) 2 年之前
viz_test.go 5eaafe4237 Fixed issue when project name contains dashes (`-`) 2 年之前
watch.go 852c9e80b4 create directory in container using `mkdir -p` 2 年之前
watch_test.go a11515e038 introduce `ignore` attribute for watch triggers 3 年之前