Vedant Koditkar 89dfb9140e Merge branch 'v2' into 8768-avoid-pulling-same-image-multiple-times 3 vuotta sitten
..
testdata 7f18b47a9a prefer canonical `compose.yaml` file name 4 vuotta sitten
attach.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 vuotta sitten
build.go b5b8e7a116 exclude com.docker.compose.image label from service hash 3 vuotta sitten
build_buildkit.go 981aea674d bump buildx to 0.7.1 3 vuotta sitten
build_classic.go b47d8ea868 Remove intermediate containers when build succeeded 3 vuotta sitten
compose.go 9c68c76bea minor improvement and fix 3 vuotta sitten
container.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 vuotta sitten
containers.go c5b7624d10 compose cp doesn't need a full project and can copy from stopped container 3 vuotta sitten
convergence.go 64a9e4bf01 fix cyclomatic complexity of composeService.waitDependencies function 3 vuotta sitten
convergence_test.go 4be38f84df do not stop the dependencies wait process when reaching a dependency with service_started condition 3 vuotta sitten
convert.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 vuotta sitten
cp.go c5b7624d10 compose cp doesn't need a full project and can copy from stopped container 3 vuotta sitten
create.go 52eeda9aa7 report external volume name not found 3 vuotta sitten
create_test.go a4836391a5 Set NetworkMode correctly according to network priorities 3 vuotta sitten
dependencies.go 709190312c Fix to use Key instead of Service for graph updates 4 vuotta sitten
dependencies_test.go c901edd65d introduce `convergence` to hold per-service Containers and prevent race conditions 4 vuotta sitten
down.go c0465616bb check service existence in project 3 vuotta sitten
down_test.go feba34e406 only remove volumes set by compose file 3 vuotta sitten
errors.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 vuotta sitten
events.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 vuotta sitten
exec.go 37f763f009 Don't SetRawTerminal() when exec is run with -T 3 vuotta sitten
filters.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 vuotta sitten
hash.go fb9310caf2 use CustomLabels for composeV2 metadata and not impact service hash 3 vuotta sitten
images.go d7d29b25bc compose images should list created containers images 4 vuotta sitten
kill.go cf7319fc6e Only kill running containers 3 vuotta sitten
kill_test.go cf7319fc6e Only kill running containers 3 vuotta sitten
logs.go 0d7567131a compose logs to notify printer about container lifecycle events 4 vuotta sitten
ls.go fb3f9e270f Add compose file path to ls command 3 vuotta sitten
ls_test.go cb45c6f2df Add unit tests for combinedConfigFiles logic ✅ 3 vuotta sitten
metrics.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 vuotta sitten
pause.go 2eeed8481d Fix pause/unpause by only applying to running containers 3 vuotta sitten
port.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 vuotta sitten
printer.go 740276f550 handle "stop" event 3 vuotta sitten
ps.go 97a0efd7c3 group ports to render ranges as ... ranges 4 vuotta sitten
ps_test.go 97a0efd7c3 group ports to render ranges as ... ranges 4 vuotta sitten
pull.go d62c9fe842 Avoid pulling same images multiple times ⚡️ 3 vuotta sitten
push.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 vuotta sitten
remove.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 vuotta sitten
resize.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 vuotta sitten
restart.go c0465616bb check service existence in project 3 vuotta sitten
run.go fb9310caf2 use CustomLabels for composeV2 metadata and not impact service hash 3 vuotta sitten
start.go 9c68c76bea minor improvement and fix 3 vuotta sitten
stop.go c0465616bb check service existence in project 3 vuotta sitten
stop_test.go 65ed8cf4c2 Implemented #9147 3 vuotta sitten
top.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 vuotta sitten
up.go 65ed8cf4c2 Implemented #9147 3 vuotta sitten