Commit Graph

1325 Commits

Author SHA1 Message Date
Guillaume Tardif b9153961ab
Merge pull request #564 from docker/aci_compose_ps
Implement compose ps on ACI
2020-08-31 16:43:07 +02:00
Nicolas De Loof fed50d79f2
introduce ecs-local context
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-08-31 15:30:05 +02:00
Nicolas De Loof c1ecb2b7be
Check we have compose 1.27 or later
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-08-31 10:01:53 +02:00
Nicolas De Loof 7f8bb030e6
Introduce ECS emulation mode
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-08-31 10:01:52 +02:00
Nicolas De loof ed1776fec0
Merge pull request #562 from docker/dns
Check VPC has DNS resolution enabled
2020-08-28 19:57:20 +02:00
Guillaume Tardif b0c50ed6dd Implement compose ps on ACI
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-28 17:43:18 +02:00
Nicolas De Loof cd27fcb9c8
Check VPC has DNS resolution enabled
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-08-28 10:59:48 +02:00
Guillaume Tardif f80e90caca
Merge pull request #529 from docker/api
Revisit compose API so it uses compose-go Project as parameter
2020-08-27 11:52:27 +02:00
Guillaume Tardif 92a0c60095
Merge pull request #558 from docker/warning_msg_typo
Removed space before :
2020-08-27 11:34:16 +02:00
Guillaume Tardif 2ea000b280 Removed space before :
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-27 11:30:48 +02:00
Guillaume Tardif 7f278fa2c3
Merge pull request #553 from docker/debug_acr_login_error
In case of error while auto-login to ACR registry, print error info in addition to warning.
2020-08-27 11:27:59 +02:00
Guillaume Tardif 7c891ff3ee
Merge pull request #554 from docker/context_create_output
Display nice message on context creation (message taken from Moby cli)
2020-08-27 11:27:02 +02:00
Nicolas De Loof edb30e7e82
Revisit compose API so it uses compose-go Project as parameter
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-08-27 10:59:20 +02:00
Guillaume Tardif 8dbb6c58b9 Print ACR login debug info
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-27 10:50:21 +02:00
Guillaume Tardif ed395a1e64 Display nice message on context creation (message taken from Moby cli)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-26 18:09:01 +02:00
Guillaume Tardif 970ac218d3
Merge pull request #552 from docker/maintainers
Fix Maintainers
2020-08-26 12:07:40 +02:00
Guillaume Tardif d7afb45ead
Merge pull request #535 from chris-crone/readme-open-source
readme: Prep for open source
2020-08-26 12:03:57 +02:00
Guillaume Tardif 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-26 10:59:16 +02:00
Chris Crone 59eaa8e93b readme: Prep for open source
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-08-26 10:59:16 +02:00
Nicolas De loof e4d4da3968
Merge pull request #551 from docker/remove_dependabot
Remove dependabot and add a check-dependencies command in make file
2020-08-26 10:50:23 +02:00
Guillaume Tardif a9a6d3bf1d Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com> 2020-08-26 10:50:12 +02:00
Guillaume Lours ae45e08d43 Remove dependabot and add a check-dependencies command in make file
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-08-26 09:54:01 +02:00
Guillaume Tardif 50b2a2fa17
Merge pull request #546 from docker/fix_last_docker_api
Fix last references to /docker/api
2020-08-25 16:56:47 +02:00
Guillaume Tardif 4879e88b04 Fix last references to /docker/api
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-25 16:26:36 +02:00
Guillaume Tardif ad5c465bd1
Merge pull request #485 from docker/repo-rename
Rename docker/api -> docker/compose-cli
2020-08-25 15:58:51 +02:00
Guillaume Tardif c284d23096
Merge pull request #483 from ulyssessouza/fail-on-ecs-as-plugin
Redirect user from plugin usage to integrated ECS
2020-08-25 15:38:00 +02:00
Guillaume Lours b6a7b985f5
Merge pull request #543 from docker/dependabot/go_modules/gopkg.in/ini.v1-1.60.1
build(deps): bump gopkg.in/ini.v1 from 1.60.0 to 1.60.1
2020-08-24 23:53:56 +02:00
CI GitHub Action a15679fb94 Update go.sum after dependabot PR
Signed-off-by: CI GitHub Action <compose-cli-ci@docker.com>
2020-08-24 21:28:34 +00:00
dependabot-preview[bot] 2fafa23736
build(deps): bump gopkg.in/ini.v1 from 1.60.0 to 1.60.1
Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.60.0 to 1.60.1.
- [Release notes](https://github.com/go-ini/ini/releases)
- [Commits](https://github.com/go-ini/ini/compare/v1.60.0...v1.60.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-24 21:28:02 +00:00
Ulysses Souza 59f7d7cd00 Redirect user from plugin usage to integrated ECS
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-08-24 19:29:10 +02:00
Guillaume Tardif a61c2d16de
Merge pull request #537 from docker/e2e_better_logs
E2e improvements
2020-08-24 17:12:15 +02:00
Guillaume Tardif 981665b02c Better renaming
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-24 16:09:20 +02:00
Nicolas De loof 4b56131cb3
Merge pull request #540 from docker/check_versionless_compose_go
Remove version in test compose files
2020-08-24 13:04:24 +02:00
Guillaume Lours 10b7197e4a Remove version in test compose files
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-08-24 10:15:42 +02:00
Guillaume Tardif 2bac8cf94e Fix linter
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-21 21:28:15 +02:00
Guillaume Tardif 7204692e3a Use test name instead of arbitrary string that needs to be different for each test
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-21 18:46:31 +02:00
Guillaume Tardif 30884ad91a Display executed commands (prefixed with test name for readable logs in // runs)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-21 18:46:17 +02:00
Guillaume Tardif da6334f415 Renaming, expect commands to succeed by default (removed a bunch of res.Assert(success) )
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-21 18:45:38 +02:00
Chris Crone 4c6280b0e9 Rename docker/api -> docker/compose-cli
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-08-21 17:28:39 +02:00
Guillaume Tardif d6c8039562
Merge pull request #533 from docker/more_ecs_e2e
More ECS E2E tests (secrets), in // of compose
2020-08-21 16:38:19 +02:00
Guillaume Tardif d85d963705
Merge pull request #534 from docker/interupt
Poll ECS logs until context is canceled
2020-08-21 16:20:36 +02:00
Nicolas De Loof 1b43e0c1d6
Poll ECS logs until context is canceled
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-08-21 16:03:49 +02:00
Guillaume Tardif e05603a5ca More ECS E2E tests (secrets), in // of compose
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-21 15:56:00 +02:00
Guillaume Tardif 69ce33321f
Merge pull request #528 from docker/secrets
Secrets
2020-08-21 14:52:36 +02:00
Guillaume Tardif 4c3b563182 ECS context type is not for delegation to Moby !
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-21 14:32:46 +02:00
Nicolas De Loof 32adf3e4e6
Introduce `secret` management command and ECS implementation
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-08-21 13:56:52 +02:00
Guillaume Tardif 92025607c7
Merge pull request #517 from docker/acr_fix
Acr : do not require refresh token, and work fine with Service Principal Login
2020-08-21 12:52:25 +02:00
Guillaume Tardif 0f4d766f19 Revert "Add E2E test on deploying ACR images"
This reverts commit 5cab129c10.

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-21 12:45:01 +02:00
Guillaume Tardif dc1e313858 Revert "Debug for CI failing tests (green locally)"
This reverts commit 1d875674357c7c5a5c26349f62c6f2ef71f74e38.

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-21 12:45:01 +02:00
Guillaume Tardif a8548de5dd Debug for CI failing tests (green locally)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-21 12:44:41 +02:00