Nicolas De Loof
|
485b6200ee
(refactoring) introduce monitor to manage containers events and application termination
|
6 months ago |
Sebastiaan van Stijn
|
ad4cbee498
bump github.com/docker/docker, docker/cli v28.2.2
|
6 months ago |
Nicolas De Loof
|
23fef850b9
prefer use of slices.DeleteFunc
|
6 months ago |
Nicolas De Loof
|
12b73bea73
remove utils.Contains to prefer slice.ContainsFunc
|
6 months ago |
Sebastiaan van Stijn
|
cf2fc2005c
go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1
|
9 months ago |
Sebastiaan van Stijn
|
446e00520c
format code with gofumpt
|
11 months ago |
Joana Hrotko
|
fbbd6f83d7
Avoid starting all services on rebuild
|
1 year ago |
Nicolas De Loof
|
82b41b9ebd
introduce service hooks
|
1 year ago |
Nicolas De Loof
|
ce27dba52e
wait for dependent service up to delay set by --wait-timeout
|
1 year ago |
Joana Hrotko
|
ea4ccf639d
Fix stop on file chane for sync-restart action
|
1 year ago |
Nicolas De loof
|
c9e070f0f6
fix: return correct exit code with `--exit-code-from` (#11715)
|
1 year ago |
Nicolas De Loof
|
d8ee474e09
Revert "Stop the resource timer after last expected event"
|
1 year ago |
Nicolas De Loof
|
3c4593f2ad
Stop the resource timer after last expected event
|
1 year ago |
Nicolas De Loof
|
cda04f288e
adopt compose-go/v2
|
2 years ago |
Nicolas De Loof
|
df1533a1ca
[lint] don't use deprecated types
|
2 years ago |
Guillaume Lours
|
b8773ad1c5
Merge pull request #11110 from ndeloof/wait_missing
|
2 years ago |
Nicolas De Loof
|
1ffa194e12
fail start if depependency is missing
|
2 years ago |
Matthieu MOREL
|
4f694919ff
deps: remove deprecated github.com/pkg/errors
|
2 years ago |
Milas Bowman
|
caad72713b
up: handle various attach use cases better
|
2 years ago |
Guillaume Lours
|
bb94ea034e
add support of depends_on.required attribute
|
2 years ago |
Nicolas De Loof
|
01d91c490c
detect new container from project have started when running `compose logs` with no explicit services
|
2 years ago |
Nicolas De loof
|
a14abb9044
cli: option to write status messages on stdout (#10549)
|
2 years ago |
Milas Bowman
|
9ef173a3ac
log: fix race on container kill (#10459)
|
2 years ago |
Nicolas De Loof
|
bbe1b77a67
progress writer uses dockercli.Err stream
|
2 years ago |
Nicolas De Loof
|
9ac0392baf
introduce --timeout on `up`
|
2 years ago |
Nicolas De Loof
|
52478f0c6e
wait on service containers as dependencies to be deterministic
|
2 years ago |
Nicolas De Loof
|
b5f0a4eefa
use containers we expect to start for wait condition
|
2 years ago |
Nicolas De Loof
|
0f5b5ccbd0
detect replacement container is created and inform printer so it attach and don't stop
|
2 years ago |
Nicolas De Loof
|
22d2e83896
don't fail `logs` when driver:none is set
|
3 years ago |
Nicolas De Loof
|
8f991a20db
Fix corner case when there's no container to attach to
|
3 years ago |