compose/pkg/compose
Nicolas De Loof e81de103db simplification
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2025-01-10 12:21:13 +01:00
..
testdata
attach.go fix linting issues with golangci-lint 1.60.2 2024-09-11 13:56:25 +02:00
attach_service.go go ahead and wire up sig-proxy and no-stdin for consistency with underlying docker container attach 2024-01-08 17:15:11 -06:00
build.go can't render progress concurrently with buildkit 2025-01-08 16:12:54 +01:00
build_bake.go fix build with bake 2024-12-03 12:05:40 +01:00
build_buildkit.go go.mod: github.com/docker/buildx v0.18.0 2024-11-15 11:57:00 +01:00
build_classic.go fix linting issues with golangci-lint 1.60.2 2024-09-11 13:56:25 +02:00
commit.go feat: add commit command 2024-11-27 07:39:46 +01:00
compose.go format code with gofumpt 2024-12-17 16:50:14 +01:00
container.go lint: add nolintlint and clean up nolint directives (#9738) 2022-08-09 16:43:58 -04:00
containers.go exclude one-off container running convergence 2025-01-08 10:57:46 +01:00
convergence.go exclude one-off container running convergence 2025-01-08 10:57:46 +01:00
convergence_test.go format code with gofumpt 2024-12-17 16:50:14 +01:00
convert.go fix engine version require to use healthcheck.start_interval 2024-01-17 10:45:01 +01:00
cp.go format code with gofumpt 2024-12-17 16:50:14 +01:00
create.go simplification 2025-01-10 12:21:13 +01:00
create_test.go fix support for service.mac_address 2024-12-10 15:59:26 +01:00
dependencies.go format code with gofumpt 2024-12-17 16:50:14 +01:00
dependencies_test.go Set Required false to depends_on containers for compose -p stop/down 2024-04-11 10:48:09 +02:00
desktop.go fix(desktop): remove overly-aggressive feature flag check (#11748) 2024-04-19 16:06:57 -04:00
down.go introduce service hooks 2024-10-07 16:06:41 +02:00
down_test.go format code with gofumpt 2024-12-17 16:50:14 +01:00
envresolver.go format code with gofumpt 2024-12-17 16:50:14 +01:00
envresolver_test.go ci: remove uses of deprecated gotest.tools v2 (#9935) 2022-11-07 14:07:41 -05:00
errors.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00
events.go go.mod: docker/docker and docker/cli v27.0.1-rc.1 2024-06-21 14:04:40 +02:00
exec.go update to v1.25 for RunAttach 2023-12-05 17:02:37 +01:00
export.go chore: remove errors depricated pkg 2024-10-02 21:15:59 +02:00
filters.go detect network conflict as name is not guaranteed to be unique (#10612) 2023-05-31 14:46:23 -04:00
generate.go format code with gofumpt 2024-12-17 16:50:14 +01:00
hash.go Recreate container on volume configuration change 2024-12-12 19:11:00 +01:00
hash_test.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00
hook.go introduce service hooks 2024-10-07 16:06:41 +02:00
image_pruner.go Bump docker v26.0.0 2024-03-22 14:33:56 +01:00
images.go image can be set to a local ID, that isn't a valid docker ref 2025-01-09 09:55:30 +01:00
images_test.go Fix compose images that reutn a different image with the same ID 2024-11-12 09:51:33 +01:00
kill.go fix linting issues with golangci-lint 1.60.2 2024-09-11 13:56:25 +02:00
kill_test.go format code with gofumpt 2024-12-17 16:50:14 +01:00
logs.go format code with gofumpt 2024-12-17 16:50:14 +01:00
logs_test.go github.com/golang/mock is deprecated 2023-12-13 14:47:39 +01:00
ls.go [lint] don't use deprecated types 2023-12-05 17:02:37 +01:00
ls_test.go Add unit tests for combinedConfigFiles logic 2022-02-18 16:37:35 +01:00
metrics.go Fix typos 2024-09-11 11:21:24 +02:00
pause.go format code with gofumpt 2024-12-17 16:50:14 +01:00
port.go when --index is not set select first service container 2023-07-07 14:08:24 +02:00
printer.go introduce service hooks 2024-10-07 16:06:41 +02:00
ps.go Fix: change append to use slice index in ps.go 2024-05-30 16:16:01 +02:00
ps_test.go format code with gofumpt 2024-12-17 16:50:14 +01:00
publish.go allow usage of -f flag with oci Compose artifact 2024-10-25 17:36:04 +02:00
pull.go format code with gofumpt 2024-12-17 16:50:14 +01:00
push.go push: Fix error message typo 2024-10-28 10:08:44 +01:00
remove.go detect network config changes and recreate if needed 2024-11-15 15:35:49 +01:00
restart.go prevent concurrent map write relying on project immutability 2024-05-29 11:29:18 +02:00
run.go Recreate container on volume configuration change 2024-12-12 19:11:00 +01:00
scale.go format code with gofumpt 2024-12-17 16:50:14 +01:00
secrets.go go.mod: docker/docker and docker/cli v27.0.1-rc.1 2024-06-21 14:04:40 +02:00
start.go format code with gofumpt 2024-12-17 16:50:14 +01:00
stop.go introduce service hooks 2024-10-07 16:06:41 +02:00
stop_test.go go.mod: docker/docker and docker/cli v27.0.1-rc.1 2024-06-21 14:04:40 +02:00
top.go project name MUST be lowercase 2022-04-13 09:49:01 +02:00
up.go Remove feature flag integration with Docker Desktop for ComposeUI and ComposeNav 2024-10-07 20:08:12 +02:00
viz.go fix linting issues with golangci-lint 1.60.2 2024-09-11 13:56:25 +02:00
viz_test.go ci: enable testifylint linter 2024-11-12 11:12:32 +01:00
wait.go fix linting issues with golangci-lint 1.60.2 2024-09-11 13:56:25 +02:00
watch.go only check bind mount conflict if sync action is involved 2024-12-19 11:23:50 +01:00
watch_test.go format code with gofumpt 2024-12-17 16:50:14 +01:00