Guillaume Tardif
|
8e84e09bdc
|
Merge pull request #508 from docker/aci_container_status
Aci container status
|
2020-08-18 14:46:55 +02:00 |
Guillaume Lours
|
42be57927a
|
Merge pull request #504 from glours/add_issue_and_pr_templates
Add issue template, contributing guide and maintainers list
|
2020-08-18 12:48:27 +02:00 |
Guillaume Tardif
|
6ad48b9212
|
Updated ACI e2e flaky test to avoid failing when https://github.com/docker/desktop-microsoft/issues/49 happens
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-08-18 12:42:01 +02:00 |
Guillaume Tardif
|
87cee4d1e5
|
Returns `Node <Group_status>` when container group status is available and not container status (instead of `Unknown`)
Impacts output for ps, inspect
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-08-18 12:42:00 +02:00 |
Guillaume Lours
|
8cfcfc8645
|
Add issue template, Contributing guide and maintainers list
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
|
2020-08-18 09:53:57 +02:00 |
Djordje Lukic
|
c1fbf996a3
|
Merge pull request #506 from docker/dependabot/go_modules/github.com/aws/aws-sdk-go-1.34.6
build(deps): bump github.com/aws/aws-sdk-go from 1.34.2 to 1.34.6
|
2020-08-18 09:46:39 +02:00 |
Djordje Lukic
|
7560a28db1
|
Merge pull request #505 from docker/dependabot/go_modules/gopkg.in/ini.v1-1.60.0
build(deps): bump gopkg.in/ini.v1 from 1.58.0 to 1.60.0
|
2020-08-18 09:46:23 +02:00 |
Guillaume Lours
|
d286a40a21
|
Merge pull request #502 from glours/chek_license_header
Chek license header
|
2020-08-18 09:43:51 +02:00 |
dependabot-preview[bot]
|
85ff0b053f
|
build(deps): bump github.com/aws/aws-sdk-go from 1.34.2 to 1.34.6
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.34.2 to 1.34.6.
- [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.34.2...v1.34.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-08-17 21:27:19 +00:00 |
dependabot-preview[bot]
|
737a905f1d
|
build(deps): bump gopkg.in/ini.v1 from 1.58.0 to 1.60.0
Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.58.0 to 1.60.0.
- [Release notes](https://github.com/go-ini/ini/releases)
- [Commits](https://github.com/go-ini/ini/compare/v1.58.0...v1.60.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-08-17 21:26:43 +00:00 |
Guillaume Lours
|
95de770e87
|
Update or add license header which are not valid
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
|
2020-08-17 16:55:25 +02:00 |
Guillaume Lours
|
97a50f8d51
|
Add CI step to check license headers
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
|
2020-08-17 16:55:25 +02:00 |
Guillaume Lours
|
e749155839
|
Merge pull request #499 from glours/add_license
Add LICENSE and NOTICE files
|
2020-08-17 16:53:04 +02:00 |
Chris Crone
|
51f1968668
|
Merge pull request #464 from docker/bump-go-1.15
Bump Go to 1.15
|
2020-08-17 11:36:47 +02:00 |
Guillaume Lours
|
d7d9bb28bb
|
Add LICENSE and NOTICE files
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
|
2020-08-17 10:20:49 +02:00 |
Guillaume Tardif
|
e2421ad9a4
|
Merge pull request #480 from docker/dependabot/go_modules/gopkg.in/ini.v1-1.58.0
build(deps): bump gopkg.in/ini.v1 from 1.57.0 to 1.58.0
|
2020-08-17 10:02:53 +02:00 |
Guillaume Tardif
|
27e7a0ced3
|
Merge pull request #475 from docker/aci_volume_keys
Get storage account key from azure login, no need to specify it in compose file or run -v option
|
2020-08-14 17:55:56 +02:00 |
Guillaume Tardif
|
4ee5aa6267
|
More renaming
|
2020-08-14 17:07:33 +02:00 |
Guillaume Tardif
|
274dc8283f
|
Use proper context in storage key retrieval
|
2020-08-14 17:01:44 +02:00 |
Guillaume Tardif
|
6552a00004
|
Use SDK storage.AccountClient.ListKeys. Needed to refactor code to avoid cyclic dependencies
|
2020-08-14 16:41:38 +02:00 |
Chris Crone
|
d902c968e7
|
Merge pull request #481 from ulyssessouza/fix-golang114-e2e-local-tests
Fix e2e-local tests when compiled with go1.14
|
2020-08-14 14:32:46 +02:00 |
Chris Crone
|
af36429cc5
|
Merge pull request #484 from docker/slow_windows_tests
Slightly update timeout, failing on windows nodes
|
2020-08-14 13:35:47 +02:00 |
Guillaume Tardif
|
a86854effd
|
Slightly update timeout, failing on windows nodes (https://github.com/docker/api/runs/984443961). Didn’t want to make it too long either, avoid waiting 2 mins to see when it’s failing. We’ll update this again if we see it’s not enough.
|
2020-08-14 12:42:19 +02:00 |
Guillaume Tardif
|
3a60c957ae
|
Get storage account key from azure login, no need to specify it in compose file or run -v option
|
2020-08-14 12:26:09 +02:00 |
Guillaume Tardif
|
c8dc0f1cf3
|
Merge pull request #479 from docker/dependabot/go_modules/github.com/Azure/go-autorest/autorest/azure/auth-0.5.1
build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.0 to 0.5.1
|
2020-08-14 12:24:20 +02:00 |
Guillaume Tardif
|
3859312c17
|
Merge pull request #482 from docker/region_aci_tests
Change ACI test region to eastus2. Improve error output when waiting for container status
|
2020-08-14 12:19:52 +02:00 |
Guillaume Tardif
|
104b3d4dc8
|
Change ACI test region to eastus2. Improve error output when waiting for container status
|
2020-08-14 12:12:06 +02:00 |
Ulysses Souza
|
2f16ca1e7a
|
Fix e2e-local tests when compiled with go1.14
Check https://github.com/golang/go/commit/64cfe9f
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-08-14 09:45:03 +02:00 |
dependabot-preview[bot]
|
080950b36c
|
build(deps): bump gopkg.in/ini.v1 from 1.57.0 to 1.58.0
Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.57.0 to 1.58.0.
- [Release notes](https://github.com/go-ini/ini/releases)
- [Commits](https://github.com/go-ini/ini/compare/v1.57.0...v1.58.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-08-13 21:32:38 +00:00 |
dependabot-preview[bot]
|
15377d83cd
|
build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth
Bumps [github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest) from 0.5.0 to 0.5.1.
- [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/tracing/v0.5.0...autorest/azure/auth/v0.5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-08-13 21:32:08 +00:00 |
Guillaume Tardif
|
ee915cec78
|
Merge pull request #473 from docker/fix_warn_forward_signal
Do not display warning if cannot forward signal to child.
|
2020-08-13 14:12:50 +02:00 |
Guillaume Tardif
|
b060d8acfc
|
Do not display warning if cannot forward signal to child. See https://github.com/docker/pinata/pull/14327
|
2020-08-13 14:06:52 +02:00 |
Djordje Lukic
|
4286458300
|
Merge pull request #471 from docker/fix-run-timeout
Put 40 seconds for timeout instead of 20
|
2020-08-13 10:44:37 +02:00 |
Djordje Lukic
|
88c405e025
|
Use buffered channels for signals
|
2020-08-13 10:34:42 +02:00 |
Djordje Lukic
|
9a29037e0f
|
Put 40 seconds for timeout instead of 20
For some reason this test fails on CI with a timeout.
|
2020-08-13 09:50:06 +02:00 |
Djordje Lukic
|
544d4811c3
|
Merge pull request #469 from docker/feat-aci-start
Feat aci start
|
2020-08-12 15:33:07 +02:00 |
Djordje Lukic
|
13327ac617
|
Make the compose message on start mean something
|
2020-08-12 15:10:54 +02:00 |
Djordje Lukic
|
33758f0764
|
Add start to gRPC
|
2020-08-12 14:50:47 +02:00 |
Djordje Lukic
|
aa8bf1daaa
|
Add test for ACI start
|
2020-08-12 14:50:47 +02:00 |
Djordje Lukic
|
1a3182fb7f
|
Implement `docker start` for ACI
|
2020-08-12 14:50:47 +02:00 |
Guillaume Tardif
|
abd363d641
|
Merge pull request #463 from docker/compose_labels_error
Explicit error message saying we don’t support labels in compose file
|
2020-08-12 13:51:32 +02:00 |
Guillaume Tardif
|
e93da5cf5e
|
Merge pull request #468 from docker/aci_ps_all
Implement `docker ps —all` filter on ACI
|
2020-08-12 12:28:16 +02:00 |
Guillaume Tardif
|
3d758b7f26
|
Implement `docker ps —all` filter on ACI
|
2020-08-12 11:59:36 +02:00 |
Chris Crone
|
52cd3d97c0
|
Merge pull request #465 from docker/login_redirect
Change docker login azure redirect to docker ACI integration documentation
|
2020-08-12 11:09:03 +02:00 |
Guillaume Tardif
|
d54fd53930
|
Merge pull request #461 from docker/aci_stop
ACI Stop implementation
|
2020-08-12 10:48:29 +02:00 |
Guillaume Tardif
|
6472ffa346
|
Change docker login azure redirect to docker ACI integration documentation
|
2020-08-12 10:40:08 +02:00 |
Chris Crone
|
9d073707b9
|
deps: Bump Go to 1.15 and Go linter to 1.30
Signed-off-by: Chris Crone <christopher.crone@docker.com>
|
2020-08-12 10:36:09 +02:00 |
Guillaume Tardif
|
ee062e8333
|
ACI Stop implementation
|
2020-08-12 10:32:35 +02:00 |
Guillaume Tardif
|
8fb16cea63
|
Explicit error message saying we don’t support labels in compose file. (See ACI limitations: https://github.com/docker/desktop-microsoft/issues/33)
|
2020-08-12 10:28:55 +02:00 |
Guillaume Tardif
|
ba6e5e9098
|
Merge pull request #462 from docker/dependabot/go_modules/github.com/aws/aws-sdk-go-1.34.2
build(deps): bump github.com/aws/aws-sdk-go from 1.33.21 to 1.34.2
|
2020-08-12 09:31:24 +02:00 |