Guillaume Tardif
|
91b39d0772
|
Merge pull request #1380 from docker/build_args
introduce --build-args option
|
2021-03-03 18:27:41 +01:00 |
Nicolas De Loof
|
08e4222fbb
|
introduce --build-args option
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-03-03 16:44:53 +01:00 |
Nicolas De loof
|
12ffdd1405
|
Merge pull request #1381 from gtardif/fix_up_build
Fix compose up --build not forcing rebuild of present image
|
2021-03-02 18:57:34 +01:00 |
Guillaume Tardif
|
8b6e356af4
|
Fix compose up --build not forcing rebuild of present image
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-03-02 18:12:51 +01:00 |
Ulysses Souza
|
bc234bdcdf
|
Fix --project-directory mix with --workdir
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2021-02-25 17:48:44 -03:00 |
Nicolas De loof
|
c53398a422
|
Merge pull request #1348 from gtardif/compose_ls_all
Add —all option to compose ls, listing non running projects.
|
2021-02-24 15:17:34 +01:00 |
Guillaume Tardif
|
cba4f140ae
|
Add —all option to compose ls, listing non running projects.
Added e2e tests to stop, start, pause, unpause, ls —all, ps —all
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-02-24 13:11:12 +01:00 |
Guillaume Tardif
|
bc9bd9f880
|
Moving compose e2e tests in their own files
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-02-24 10:53:06 +01:00 |
Ulysses Souza
|
83cc63c8ae
|
Add service based network_mode
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2021-02-23 10:13:31 -03:00 |
Ulysses Souza
|
6b79a6c096
|
Add cascade test cleanup with `down`
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2021-02-15 20:04:59 -03:00 |
Guillaume Tardif
|
f52bdc54d8
|
Merge pull request #1281 from gtardif/compose_unittests
More Local Compose unit tests
|
2021-02-12 12:12:57 +01:00 |
Guillaume Tardif
|
fbe1ebc054
|
Fix test name and avoid project name collision between parallel tests,
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-02-12 09:52:04 +01:00 |
Guillaume Tardif
|
bf26d056e5
|
Fix orphans warning when `docker compose run`
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-02-11 15:34:38 +01:00 |
Nicolas De Loof
|
8b90814de6
|
e2e test
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-11 13:26:58 +01:00 |
Nicolas De Loof
|
d9fe745cc0
|
avoid use of channels in API for gRPC compatibility
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-11 09:34:08 +01:00 |
Nicolas De Loof
|
a4b003ecfa
|
pull logs and events better than aggregate events from multiple channels
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-09 17:27:36 +01:00 |
Nicolas De Loof
|
27d640dd41
|
e2e test and alignment with docker-compose output
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-09 17:07:24 +01:00 |
Ulysses Souza
|
b9f34a168b
|
Add content based e2e tests for configs and secrets
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2021-02-08 02:57:02 -03:00 |
Guillaume Tardif
|
a5b148bda1
|
Merge pull request #1251 from gtardif/compose_health_display
Remove the HEALTH column in `docker compose ps`
|
2021-02-05 17:55:04 +01:00 |
Guillaume Tardif
|
24d40ba6ac
|
Merge pull request #1226 from docker/loglevel
Add support for --log-level
|
2021-02-05 12:38:13 +01:00 |
Guillaume Tardif
|
ad140697fc
|
Remove the HEALTH status in `docker compose ps` and combine values from fields “state” and “health”. Rename column STATE => STATUS.
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-02-05 12:19:45 +01:00 |
Ulysses Souza
|
8d8934e449
|
Add configs bind mount support
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2021-02-04 19:24:34 -03:00 |
Nicolas De Loof
|
9f80214dc2
|
Make -l -D -H non-persistent to avoid conflict with subcommands
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-04 17:13:44 +01:00 |
Guillaume Tardif
|
bf56815251
|
Adding e2e test for local compose healthcheck in compose ps
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-02-03 12:54:22 +01:00 |
Ulysses Souza
|
bf17797070
|
Adapt tests to use absolute paths
- This also includes IDE linter formating
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2021-01-30 17:31:56 -03:00 |
Dominik Braun
|
effc126237
|
Make `--file` and `--project-name` global compose options
Signed-off-by: Dominik Braun <mail@dominikbraun.io>
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-01-20 14:40:08 +01:00 |
Guillaume Tardif
|
6859413a5d
|
Moving last things from /tests, removing dead code
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-19 15:48:48 +01:00 |
Guillaume Tardif
|
46935b0300
|
Move tests to each backend folder
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-19 15:25:26 +01:00 |