..
alpha.go
Setup Compose service using functional parameters
2025-10-24 18:24:21 +02:00
attach.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
backend.go
refactor: fix lint issues from cleanup changes
2026-05-12 11:31:40 +02:00
bridge.go
go.mod: bump github.com/moby/moby/api v1.53.0, moby/client v0.2.2
2026-02-11 12:32:37 +01:00
build.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
commit.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
completion.go
fix: tolerate missing env file on scale, watch and shell completion
2026-07-30 11:38:47 +02:00
compose.go
Tolerate missing env file on runtime commands
2026-07-27 09:20:14 +02:00
compose_oci_test.go
Fix invalid path error when using OCI artifacts on Windows
2026-02-09 09:15:37 +01:00
compose_progress_test.go
fix(progress): probe stderr (not stdout) for TTY auto-detection
2026-06-15 14:17:07 +02:00
compose_test.go
update compose-go to version using immutable Project functions
2024-01-11 10:44:42 +01:00
config.go
fix(config): apply config flags to --services/--volumes/--networks/--models/--hash
2026-07-30 11:38:20 +02:00
config_test.go
fix(config): pin type:image volume sources and pre_start hook images
2026-07-24 15:33:21 +02:00
cp.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
create.go
replace some uses of strings.Split(N) for strings.Cut
2026-01-22 11:26:16 +01:00
down.go
add service name completion to down command
2026-01-05 09:32:39 +01:00
events.go
refactor: replace interface{} with any for clarity and modernization
2025-12-02 08:41:49 +01:00
exec.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
export.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
generate.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
hooks.go
feat: pre-filter Desktop Logs view by Compose project
2026-05-18 17:28:03 +02:00
hooks_test.go
feat: pre-filter Desktop Logs view by Compose project
2026-05-18 17:28:03 +02:00
images.go
go.mod: bump github.com/moby/moby/api v1.53.0, moby/client v0.2.2
2026-02-11 12:32:37 +01:00
kill.go
refactor: fix lint issues from cleanup changes
2026-05-12 11:31:40 +02:00
list.go
go.mod: bump github.com/moby/moby/api v1.53.0, moby/client v0.2.2
2026-02-11 12:32:37 +01:00
logs.go
docs: compose logs: add more links for flag descriptions
2026-06-10 09:36:31 +02:00
options.go
Skip validation when extracting config variables
2026-06-12 15:34:20 +02:00
options_test.go
Skip validation when extracting config variables
2026-06-12 15:34:20 +02:00
pause.go
refactor: fix lint issues from cleanup changes
2026-05-12 11:31:40 +02:00
port.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
ps.go
modernize some code
2026-02-12 15:31:35 +01:00
publish.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
pull.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
pullOptions_test.go
update compose-go to version using immutable Project functions
2024-01-11 10:44:42 +01:00
push.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
remove.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
restart.go
refactor: fix lint issues from cleanup changes
2026-05-12 11:31:40 +02:00
run.go
Normalize --no-TTY flag to --no-tty
2026-06-29 20:56:31 +02:00
scale.go
fix: tolerate missing env file on scale, watch and shell completion
2026-07-30 11:38:47 +02:00
start.go
refactor: fix lint issues from cleanup changes
2026-05-12 11:31:40 +02:00
stats.go
go.mod: bump github.com/moby/moby/api v1.53.0, moby/client v0.2.2
2026-02-11 12:32:37 +01:00
stop.go
refactor: fix lint issues from cleanup changes
2026-05-12 11:31:40 +02:00
top.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
top_test.go
fix mixed assertion libraries in tests
2026-03-31 17:32:51 +02:00
up.go
fix: avoid setting timeout when waitTimeout is not positive
2026-01-05 09:31:14 +01:00
up_test.go
test: cover up remote-stack variable prompt
2026-06-12 15:34:20 +02:00
version.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
version_test.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
viz.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
viz_test.go
fix mixed assertion libraries in tests
2026-03-31 17:32:51 +02:00
volumes.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
wait.go
golangci-lint: use gci formatter instead of goimports
2025-12-01 12:21:50 +01:00
watch.go
fix: tolerate missing env file on scale, watch and shell completion
2026-07-30 11:38:47 +02:00