725 Commits

Author SHA1 Message Date
Chris Crone
8e893fc5eb errdefs: Move to gotest.tools
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-08-04 13:45:39 +02:00
Djordje Lukic
675af01aff
Merge pull request #412 from docker/dependabot/go_modules/github.com/aws/aws-sdk-go-1.33.18
Bump github.com/aws/aws-sdk-go from 1.33.5 to 1.33.18
2020-08-04 10:40:07 +02:00
Chris Crone
22af875171
Merge pull request #410 from docker/server-tests
Move server package to gotest.tools
2020-08-04 10:26:47 +02:00
Djordje Lukic
3302596f1a
Merge pull request #408 from docker/metrics-tests
Fix metrics test name, move to gotest.tools
2020-08-04 09:43:55 +02:00
dependabot-preview[bot]
2ff3bbdce2
Bump github.com/aws/aws-sdk-go from 1.33.5 to 1.33.18
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.33.5 to 1.33.18.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.33.5...v1.33.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-04 07:42:28 +00:00
Djordje Lukic
df29f5dcec
Merge pull request #413 from docker/dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.1.0
Bump github.com/AlecAivazis/survey/v2 from 2.0.8 to 2.1.0
2020-08-04 09:34:46 +02:00
Djordje Lukic
5a56b0adbf
Merge pull request #402 from docker/dependabot/go_modules/google.golang.org/grpc-1.31.0
Bump google.golang.org/grpc from 1.30.0 to 1.31.0
2020-08-04 09:32:58 +02:00
dependabot-preview[bot]
8212c15adf
Bump github.com/AlecAivazis/survey/v2 from 2.0.8 to 2.1.0
Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.0.8 to 2.1.0.
- [Release notes](https://github.com/AlecAivazis/survey/releases)
- [Commits](https://github.com/AlecAivazis/survey/compare/v2.0.8...v2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 21:32:17 +00:00
Chris Crone
9ef32f6c38
Merge pull request #407 from docker/bump-linter
dockerfile: Update linter
2020-08-03 10:44:28 +02:00
Christopher Crone
5ae94aceb6 server: Move to gotest.tools
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-08-03 09:54:18 +02:00
Christopher Crone
326e8116d1 metrics: Fix test name, move to gotest.tools
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-07-31 18:51:02 +02:00
Christopher Crone
5c947a2082 dockerfile: Update linter
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-07-31 16:17:19 +02:00
Chris Crone
a46ada6c47
Merge pull request #405 from docker/move-to-main
repo: Move to main branch
2020-07-31 11:27:23 +02:00
Christopher Crone
c26b5ffd97 repo: Move to main branch
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-07-31 11:11:03 +02:00
dependabot-preview[bot]
9c600a5436
Bump google.golang.org/grpc from 1.30.0 to 1.31.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.30.0...v1.31.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-30 21:31:19 +00:00
Anca Iordache
a4a94e9bef
Merge pull request #395 from docker/ecs_backend
Add AWS backend (import docker/ecs-plugin)
2020-07-30 11:46:42 +02:00
aiordache
5f7c284d58 update delegation test to check all context types
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-07-30 11:40:44 +02:00
aiordache
87245ef727 rename packages ( amazon to ecs and azure to aci )
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-07-30 11:34:34 +02:00
aiordache
2471e51b39 set build tag for the ecs context and backend
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-07-30 11:34:34 +02:00
aiordache
cfa7406d73 fix tests
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-07-30 11:34:34 +02:00
aiordache
fb63373a9b remove cluster property from aws context
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-07-30 11:34:34 +02:00
aiordache
355295696f Create aws context
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-07-30 11:34:34 +02:00
Anca Iordache
3bad2d4004
Merge pull request #401 from docker/compose_cmd
Error out  for contexts not implementing compose command
2020-07-30 11:15:33 +02:00
aiordache
648f0139df add e2e test for compose up on default context
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-07-29 17:33:23 +02:00
aiordache
5a26b25709 handle compose on all context types
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-07-29 11:58:09 +02:00
aiordache
cfd6d2f5d1 Error out for contexts not implementing compose command
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-07-28 16:30:08 +02:00
Chris Crone
df9f93cf18
Merge pull request #398 from docker/logout-test-win
Fix logout test on Windows
2020-07-17 17:08:26 +02:00
Christopher Crone
eac315c6ec tests: Fix logout test on Windows
The macOS/Linux output when logging out from a registry that you're not
logged into is different to that of Windows. As the login test doesn't
really test if the registry login works, the test now just checks that
the command is properly parsed.

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-07-17 16:55:12 +02:00
Chris Crone
45604a6350
Merge pull request #397 from docker/fix-logout
Fix logout
2020-07-17 16:36:25 +02:00
Christopher Crone
d1a929eb7f cli: Fix logout when specifying a registry
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-07-17 16:29:12 +02:00
Christopher Crone
af0417c758 cli: Refactor Azure logout
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-07-17 16:23:15 +02:00
Chris Crone
0bf09d387a
Merge pull request #394 from docker/bump-go-1.14.6
Bump Golang to 1.14.6
2020-07-17 15:57:50 +02:00
Christopher Crone
bda30502b8 dependencies: Bump Golang
* Go to 1.14.6

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-07-17 09:37:53 +02:00
Chris Crone
c13d16577e
Merge pull request #390 from chris-crone/readme-typos
Fix README typos
2020-07-16 17:12:44 +02:00
Chris Crone
6294843a06
Merge pull request #391 from docker/bump-deps
Bump Golang and linter
2020-07-16 17:12:31 +02:00
Christopher Crone
8ec9b3c77b dependencies: Bump Golang and linter
* Go 1.14.5
* golangci-lint 1.28.3

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-07-16 13:22:12 +02:00
Christopher Crone
bf9b31e6f7 readme: Fix typos
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-07-16 13:21:08 +02:00
Chris Crone
9a4e937c8b
Merge pull request #389 from docker/fix-single-container-tag
Fix adding a tag to a container group
2020-07-16 11:24:57 +02:00
Djordje Lukic
4480d27595 Don't set the container name in the test
This will help us catch errors such as
https://github.com/docker/desktop-microsoft/issues/42
2020-07-16 10:39:41 +02:00
Djordje Lukic
a2edb5b64e Fix adding a tag to a container group 2020-07-16 10:01:49 +02:00
Djordje Lukic
45a7c7a422
Merge pull request #385 from docker/aci_tags
Aci improvements on tags & single container run
2020-07-13 11:35:22 +02:00
Guillaume Tardif
042fb66ad8 Better progress display: “Group xxx” for container group creation, then separate lines for containers.
For single containers, there was a single mixed line now that the group and the container have the same name.
```
 $ ./bin/docker --context acitest run nginx
[+] Running 2/2
⠿ Group strange-bartik  Created         4.2s
⠿ strange-bartik        Done            20.6s
strange-bartik
``
2020-07-13 11:23:06 +02:00
Djordje Lukic
f7d1b8d4bf
Merge pull request #387 from docker/fix_subscriptionID_param
Fixing subscription-id parameter not passed to backend...
2020-07-13 11:14:09 +02:00
Djordje Lukic
84dbd1467d Move the struct for creating and aci context to azure package 2020-07-13 11:05:19 +02:00
Djordje Lukic
d8093d6c9c
Merge pull request #388 from docker/dependabot/go_modules/github.com/Azure/go-autorest/autorest-0.11.2
Bump github.com/Azure/go-autorest/autorest from 0.11.0 to 0.11.2
2020-07-13 10:12:14 +02:00
dependabot-preview[bot]
6002fcc6b9
Bump github.com/Azure/go-autorest/autorest from 0.11.0 to 0.11.2
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.0 to 0.11.2.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Azure/go-autorest/compare/autorest/v0.11.0...autorest/v0.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-10 21:24:57 +00:00
Guillaume Tardif
43b54ef75a Also remove map[string]string for azure login (tenantId param) 2020-07-10 16:55:44 +02:00
Guillaume Tardif
97d408d25d Replaced map[string] string by existing aciCreateOpts struct for context create 2020-07-10 16:39:09 +02:00
Guillaume Tardif
e2b0ee08ac Fixed wrong error message 2020-07-10 15:45:49 +02:00
Guillaume Tardif
23a03c59aa Change single container tag to docker-single-container ; added tag docker-compose-application. The compose tag is not used yet, can be useful for metrics, and maybe other things later on. 2020-07-10 15:45:49 +02:00