| .. |
|
attach-restart
|
fb73dd58d9
Move compose e2e tests into pkg
|
há 4 anos atrás |
|
bridge
|
6b9667401a
fix the helm bridge e2e tests after the latest update of the templates
|
há 5 meses atrás |
|
build-dependencies
|
f4fc010d6b
build dependent service images when required
|
há 6 meses atrás |
|
build-infinite
|
fb73dd58d9
Move compose e2e tests into pkg
|
há 4 anos atrás |
|
build-test
|
a03f2562df
bake only interpolates ${*}
|
há 2 meses atrás |
|
cascade
|
36bf0c458b
chore(e2e): fix flaky cascade failure test
|
há 1 ano atrás |
|
commit
|
9eaba55973
feat: add commit command
|
há 1 ano atrás |
|
compose-pull
|
c1ce53c972
fix regression running pull --ignore-pull-failures
|
há 3 anos atrás |
|
config
|
bc5fc6ba7e
fix `compose config --format json`
|
há 1 ano atrás |
|
configs
|
59f11ecbeb
Fix configs are mounted under /<id>
|
há 2 anos atrás |
|
container_name
|
d239f0f318
check container_name is not in use by another service we will create
|
há 1 ano atrás |
|
cp-test
|
fb73dd58d9
Move compose e2e tests into pkg
|
há 4 anos atrás |
|
dependencies
|
a32dc3da72
test: Set stop_signal to SIGTERM
|
há 3 meses atrás |
|
dotenv
|
15bd0b0c5f
add support for raw env_file format
|
há 1 ano atrás |
|
env-secret
|
585c4db4f9
Compose can't create a tar with adequate uid:gid ownership
|
há 2 meses atrás |
|
env_file
|
6a8c0988cf
run only loads required service env_file and ignores others
|
há 9 meses atrás |
|
environment
|
163cdfd31d
empty env variable with no value must be unset in container
|
há 1 ano atrás |
|
exec
|
02ffe2ac6c
prefer application container vs one-off running `exec` without index
|
há 3 meses atrás |
|
export
|
b9d0c77cde
feat: add export command
|
há 1 ano atrás |
|
external
|
25f85938bb
exclude unnecessary resources after services have been selected
|
há 1 ano atrás |
|
hooks
|
f613379373
make sure the post_start hooks fails
|
há 5 meses atrás |
|
init-container
|
fb73dd58d9
Move compose e2e tests into pkg
|
há 4 anos atrás |
|
ipam
|
3bc871e64b
test: speed up the e2e test suite
|
há 2 anos atrás |
|
ipc-test
|
fb73dd58d9
Move compose e2e tests into pkg
|
há 4 anos atrás |
|
links
|
28c0fbfdc0
e2e: reproduce bug with links
|
há 3 anos atrás |
|
logging-driver
|
1076f1d9a5
stop dependent containers before recreating diverged service
|
há 1 ano atrás |
|
logs-test
|
07bda5960e
fix deadlock collecting large logs
|
há 1 ano atrás |
|
model
|
a9e76943f6
introduce support for models
|
há 5 meses atrás |
|
nested
|
9e8c8caa2b
allow a local .env file to override compose.yaml sibling .env
|
há 1 ano atrás |
|
network-alias
|
fb73dd58d9
Move compose e2e tests into pkg
|
há 4 anos atrás |
|
network-interface-name
|
955e4ed94e
introduce networks.interface_name
|
há 8 meses atrás |
|
network-links
|
81182fca53
Add links to container create request.
|
há 3 anos atrás |
|
network-recreate
|
27e90a3fdf
end-to-end test
|
há 6 meses atrás |
|
network-test
|
fc566509d5
fix support for service.mac_address
|
há 1 ano atrás |
|
no-deps
|
8af49ff369
resolve service reference into container based on observed state
|
há 2 anos atrás |
|
orphans
|
d3d378b92a
restore setEnvWithDotEnv
|
há 1 ano atrás |
|
pause
|
e31b95c16d
test: tweak pause test to try and prevent failures in Windows CI
|
há 2 anos atrás |
|
port-range
|
4f6cc2a330
run ContainerStart sequentially
|
há 7 meses atrás |
|
profiles
|
eececb9add
Add profile e2e test case to document in compose
|
há 1 ano atrás |
|
project-volume-bind-test
|
150fd4b8cf
use '-' as separator by default for image name
|
há 3 anos atrás |
|
providers
|
5a063b7510
fix provider concurrent environment map accesses
|
há 5 meses atrás |
|
ps-test
|
c83133f73b
e2e: add test for ps
|
há 3 anos atrás |
|
publish
|
e59150baa8
fix OCI compose override support
|
há 2 meses atrás |
|
recreate-volumes
|
c01c9c29f4
e2e test to prevent future regression
|
há 1 ano atrás |
|
resources
|
b4280fb561
e2e test for --all-resources
|
há 1 ano atrás |
|
restart-test
|
a32dc3da72
test: Set stop_signal to SIGTERM
|
há 3 meses atrás |
|
run-test
|
67e39a41f2
fixes
|
há 1 mês atrás |
|
scale
|
2f65ace2aa
remove obsolete containers first on scale down
|
há 1 ano atrás |
|
sentences
|
3bc871e64b
test: speed up the e2e test suite
|
há 2 anos atrás |
|
simple-build-test
|
7a8d157871
convert: do not escape $ into $$ when using the --no-interpolate option (#9703)
|
há 3 anos atrás |
|
simple-composefile
|
fa39503469
image can be set to a local ID, that isn't a valid docker ref
|
há 11 meses atrás |
|
start-fail
|
3bc871e64b
test: speed up the e2e test suite
|
há 2 anos atrás |
|
start-stop
|
cc4f194295
Add E2E tests for starting/stopping single services
|
há 3 anos atrás |
|
start_interval
|
0403f0d76d
e2e test for start_interval
|
há 8 meses atrás |
|
stdout-stderr
|
3bc871e64b
test: speed up the e2e test suite
|
há 2 anos atrás |
|
stop
|
29308cb97e
keep containers attached on stop to capture termination logs
|
há 5 meses atrás |
|
switch-volumes
|
a20b69ac5b
e2e test for recreate volume
|
há 1 ano atrás |
|
ups-deps-stop
|
765c071c89
up: do not stop dependency containers (#9701)
|
há 3 anos atrás |
|
volume-test
|
fb73dd58d9
Move compose e2e tests into pkg
|
há 4 anos atrás |
|
volumes
|
01e83defc2
introduce volume.type=image
|
há 8 meses atrás |
|
wait
|
edd76bfd70
Add `docker compose wait`
|
há 2 anos atrás |
|
watch
|
df3c27c864
add deprecation warning for x-initialSync + e2e test
|
há 3 meses atrás |
|
wrong-composefile
|
fb73dd58d9
Move compose e2e tests into pkg
|
há 4 anos atrás |