Commit Graph

  • 29ba42bbc4 Fix volume create cli bug Ulysses Souza 2020-10-20 19:23:54 +0200
  • ed69f38b44
    Merge pull request #813 from docker/ecsVolumeService Nicolas De loof 2020-10-20 16:58:13 +0200
  • d5ed2bdecf
    Merge pull request #818 from docker/ecs_event_status Nicolas De loof 2020-10-20 16:57:53 +0200
  • de96a0c1d0
    CLI command to manage ECS volumes Nicolas De Loof 2020-10-19 17:35:40 +0200
  • 75a5a0f205
    Merge pull request #812 from docker/barbarian Nicolas De loof 2020-10-20 16:23:50 +0200
  • 4add3a1662 Remove status truncate from wait and calculate max length in the progress writer based on the terminal width aiordache 2020-10-20 16:18:08 +0200
  • 1c211550fc
    Merge pull request #696 from docker/ec2_machine Nicolas De loof 2020-10-20 11:19:29 +0200
  • a3221341da
    Configure autoscaling parameters Nicolas De Loof 2020-10-20 10:27:36 +0200
  • 6fa30284d9
    Introduce use of EFS Access Point to mount filesystems as volumes Nicolas De Loof 2020-10-19 09:48:23 +0200
  • dfd660d401
    Merge pull request #735 from docker/ecs_secret_stdin Nicolas De loof 2020-10-20 10:31:54 +0200
  • dee876bb7e
    Merge pull request #808 from flaviostutz/architecture-typo Nicolas De loof 2020-10-20 10:30:33 +0200
  • 8f31ad59be Refactor secrets aiordache 2020-10-08 10:29:45 +0200
  • a85f0042d6 fix "autoscaling" typo flaviostutz 2020-10-18 20:57:00 -0300
  • f5f87e342a
    Merge pull request #805 from docker/run--env-file Guillaume Tardif 2020-10-16 21:26:35 +0200
  • 85c94a2f7f Replace `docker run —envFile` with `docker run —env-file` Guillaume Tardif 2020-10-16 18:03:47 +0200
  • 38a58855b5 Move more specific code out of convert.go: restart policy Guillaume Tardif 2020-10-16 17:54:06 +0200
  • 406eb681d2 Moving code from global convert.go to volumes.go, ports.go Guillaume Tardif 2020-10-16 17:40:45 +0200
  • 7d04038690 Separate secret convert code into its own file Guillaume Tardif 2020-10-16 17:27:06 +0200
  • 7289f408ca
    Merge pull request #791 from gtardif/aci_doc_run Guillaume Tardif 2020-10-16 17:19:25 +0200
  • 487a4e485c Fix Flaky test due to array random order Guillaume Tardif 2020-10-16 17:13:20 +0200
  • 869a0b8dd8 Apply suggestions from code review Guillaume Tardif 2020-10-16 16:47:13 +0200
  • 6a4d14e03d Apply suggestions from code review Guillaume Tardif 2020-10-16 16:33:02 +0200
  • e705d4915c Adding documentation for single container run and `docker run flags` support in ACI Guillaume Tardif 2020-10-15 17:41:51 +0200
  • a1a99786b0 Add log section for compose application, Add log limitation. Fix sections links Guillaume Tardif 2020-10-15 17:04:36 +0200
  • 5dd4f9d2a8
    Merge pull request #796 from gtardif/fix_aci_e2e_cleanup Guillaume Tardif 2020-10-16 16:30:05 +0200
  • 31a0cf08d7
    Merge pull request #779 from docker/ulimits Nicolas De loof 2020-10-16 16:12:02 +0200
  • 77f8718f03
    Merge pull request #800 from docker/fix_windows_tests Guillaume Tardif 2020-10-16 15:32:31 +0200
  • 18966eb3a1 for secret target path, use path.Join etc. instead of filepath.Join, as these paths are container side, not cli side. (do not use windows paths). guillaume.tardif 2020-10-16 14:51:26 +0200
  • 10b8fabaae
    Allow user to set ami/machine by Deploy.Placement.Constraint Nicolas De Loof 2020-09-29 15:11:31 +0200
  • d55f8e4ee1
    Merge pull request #795 from docker/kirikou Nicolas De loof 2020-10-16 13:59:53 +0200
  • 4760ae334d
    Store external cluster as metadata Nicolas De Loof 2020-10-16 10:48:19 +0200
  • 333e4e5675
    Merge pull request #787 from docker/add-abs-path-secret-target Guillaume Tardif 2020-10-16 11:59:27 +0200
  • 0f417e9997 Fix Makefile command to cleanup ACI E2E resource groups Guillaume Tardif 2020-10-16 11:43:03 +0200
  • 05295b5e8a
    Merge pull request #765 from docker/ecs_default_profile Anca Iordache 2020-10-16 11:33:03 +0200
  • 6d7348c9b4
    Merge pull request #792 from docker/examples Nicolas De loof 2020-10-16 11:10:48 +0200
  • 9e69386d75 Add examples for several features aiordache 2020-10-15 14:50:26 +0200
  • c2af0a136a Populate ~/.aws/config(credentials) on ecs context create aiordache 2020-10-09 19:24:37 +0200
  • 06e44a813c Support absolute paths for secrets Ulysses Souza 2020-10-15 08:55:20 +0200
  • 50a2ae1100 Display summary of reclaimed ACI resources (CPU/mem) in `docker prune` Guillaume Tardif 2020-10-15 12:49:43 +0200
  • 7f4bfd16dc
    Merge pull request #782 from gtardif/doc_cross_build_ci Guillaume Tardif 2020-10-15 10:26:16 +0200
  • e02176004b Document cross build step reason & timing in CI Guillaume Tardif 2020-10-14 10:59:21 +0200
  • bb9b059288
    Merge pull request #785 from docker/disable_more_aci_tests Chris Crone 2020-10-15 09:45:57 +0200
  • 2f64376f84
    Merge pull request #786 from docker/feat_prune Nicolas De loof 2020-10-14 18:19:21 +0200
  • a5e34323e2 Add `docker prune` command and ACI implementation Guillaume Tardif 2020-10-14 16:06:45 +0200
  • 7cf7b00584 Add ResourceService definition and ACI NOOP implementation Guillaume Tardif 2020-10-12 10:18:45 +0200
  • 82db90646f
    Merge pull request #783 from docker/efs_opts Nicolas De loof 2020-10-14 15:20:18 +0200
  • 1bd5ed56bc Make one ACI test less strict, we still encounter issues related to deployments on Atlas platform (errors on `docker exec`: failed to read input from container: ws closed: 1000, cf https://github.com/docker/compose-cli/runs/1247798295) Guillaume Tardif 2020-10-14 14:35:00 +0200
  • 47344608b8
    add support for ulimits.nofile Nicolas De Loof 2020-10-14 08:47:03 +0200
  • 8379bf467e
    Let user pass EFS create option by driver_opts Nicolas De Loof 2020-10-14 11:04:50 +0200
  • 660c7bbdcf Add command "volume inspect" Ulysses Souza 2020-10-13 14:10:48 +0200
  • 18ac5d7e66
    Merge pull request #774 from gtardif/fix_go_dep_darwin Guillaume Tardif 2020-10-13 17:29:35 +0200
  • 699f9a3dfb Cross compile in CI Guillaume Tardif 2020-10-13 17:12:16 +0200
  • c6ac64d66a Remove indirect dependency causing error on Darwin build. Adding cross compile in CI build (all PRs) Guillaume Tardif 2020-10-13 17:06:04 +0200
  • 243b0d1b6a
    Merge pull request #771 from docker/fix_panic_inspect_empty Guillaume Tardif 2020-10-13 15:44:33 +0200
  • d8cd4038c2 Fix panic when invoking inspect with empty container id (ACI SDK returns status 200 but nil container group properties) Guillaume Tardif 2020-10-13 14:48:05 +0200
  • 9e06f42190
    Merge pull request #747 from docker/efs_volumes Nicolas De loof 2020-10-13 15:26:33 +0200
  • b25c7696bf
    Merge pull request #770 from gtardif/fix_gRPC_regression Guillaume Tardif 2020-10-13 15:11:17 +0200
  • a87300d1df
    set filesystem name to make it more visible on AWS web console Nicolas De Loof 2020-10-13 15:04:01 +0200
  • 7d8a1398c9 Put back gRPC fields to avoid API breaking change with existing versions of node-sdk, introduced by cfc490fd92 (Even though these fields are unused in VSCode Docker extension, removing them and re-using the fields number totally breaks APIs returning containers : ls, inspect) Guillaume Tardif 2020-10-13 14:12:14 +0200
  • 5d5765173e
    Create volume for compose app Nicolas De Loof 2020-10-09 08:18:39 +0200
  • f7cce91b80
    Merge pull request #768 from gtardif/disable_msql_aci_test_again Guillaume Tardif 2020-10-13 12:34:52 +0200
  • 1a4d45dd06 Too flaky, see https://github.com/docker/compose-cli/runs/1246970427 Guillaume Tardif 2020-10-13 12:28:22 +0200
  • b1382c9dc3
    Merge pull request #766 from docker/debug_aci_db_error Guillaume Tardif 2020-10-13 12:09:00 +0200
  • e903326e1a
    Check external filesystems exist on compose up Nicolas De Loof 2020-10-08 17:55:11 +0200
  • 9f5f1cc4c3 Add debug information when mysql cannot start on ACI E2E test Guillaume Tardif 2020-10-13 09:24:45 +0200
  • be4b9a6812
    Merge pull request #760 from docker/add-quiet-flags Guillaume Tardif 2020-10-13 09:00:58 +0200
  • a6e06342d1
    Merge pull request #763 from docker/fiw_windows_tests_secrets Guillaume Tardif 2020-10-13 08:45:32 +0200
  • 45bb05ee19
    Merge pull request #764 from docker/test_with_mock Nicolas De loof 2020-10-12 21:21:38 +0200
  • 7b8255c953 Replaces windows carriage return for windows tests Guillaume Tardif 2020-10-12 15:51:48 +0200
  • 432ce79e2c
    More unig tests with aws-sdk behind an interface + mocks Nicolas De Loof 2020-10-12 16:21:48 +0200
  • a4f10c171e Test DB Startup timeout 60s => 90s Guillaume Tardif 2020-10-12 16:25:49 +0200
  • 5b54816a1a
    Merge pull request #757 from docker/secrets-refactor Guillaume Tardif 2020-10-12 14:40:59 +0200
  • 45212c6e21 Squash all secrets in a single one Ulysses Souza 2020-10-12 08:40:46 +0200
  • 8e9c2e5092
    Merge pull request #762 from docker/revert_atlas_disabled_tests Guillaume Tardif 2020-10-12 14:16:06 +0200
  • 0dfea32250 Revert "Temporarily disable some red ACI tests, to be put reverted once the platform is back to green (hopefully in a day or 2)" Guillaume Tardif 2020-10-12 13:46:41 +0200
  • 6c1ea32dae Add --quiet for some commands Ulysses Souza 2020-10-12 11:03:43 +0200
  • a067882b6d
    Merge pull request #734 from docker/add-version-in-user-agent Nicolas De loof 2020-10-12 11:11:55 +0200
  • 10632b008b Add version to UserAgent on ACI Ulysses Souza 2020-10-07 15:33:27 +0200
  • a6ef06f131
    Merge pull request #753 from docker/secrets-remove-inline Guillaume Tardif 2020-10-09 16:03:38 +0200
  • 4d6a0bb00d Remove inline secrets option Ulysses Souza 2020-10-09 06:12:35 +0200
  • 5efebd43c1
    Merge pull request #736 from docker/check-volume-usage-on-delete Guillaume Tardif 2020-10-09 14:46:25 +0200
  • 99186b1d04 Look for all mounts before removing a volume Ulysses Souza 2020-10-08 10:47:27 +0200
  • 4380adeed5
    Merge pull request #751 from docker/fix-string-len-e2e Guillaume Tardif 2020-10-09 14:36:05 +0200
  • 289c83efe2 HttpRetry : do not get stuck on first call, timeout http requests and retry in case of failures Guillaume Tardif 2020-10-09 14:26:26 +0200
  • 4f87422a79 more debug info when ports available but hostIP is empty ; Seems to be a race where container has status running but not yet an IP allocated Guillaume Tardif 2020-10-09 12:28:48 +0200
  • 019268dded Fix e2e tests on comparing with empty string Ulysses Souza 2020-10-09 09:39:00 +0200
  • 7fb976732f
    Merge pull request #748 from docker/aci_resource_req Guillaume Tardif 2020-10-09 12:13:35 +0200
  • a2af3c4367
    Merge pull request #752 from gtardif/aci_e2E_cleanup Guillaume Tardif 2020-10-09 11:56:16 +0200
  • 68d0413e36 Minor cleanup Guillaume Tardif 2020-10-09 11:48:06 +0200
  • 8325768a72 Add ACI E2E resource cleanup command Guillaume Tardif 2020-10-09 10:07:13 +0200
  • cfc490fd92 Update gRPC inspect result with HostConfig struct. Breaking changes in inspect API, but this is not used yet in VSCode Docker extension, and still in beta. (Cf https://github.com/microsoft/vscode-docker/blob/master/src/docker/DockerServeClient/DockerServeUtils.ts) Guillaume Tardif 2020-10-08 18:02:40 +0200
  • 6516632ecf Add resource reservations to container inspect Guillaume Tardif 2020-10-08 17:03:26 +0200
  • b1edfb6507 Change inspect json output to group things a bit more nicely, and more like Moby json output Guillaume Tardif 2020-10-07 18:25:01 +0200
  • 343d54dac5 Allow to set memory / CPU limits higher than requests, ACI will request that limits are not higher than the total request for the container group. Also set requests = limits when only limits are set Guillaume Tardif 2020-10-05 17:23:08 +0200
  • c09f771359 Use compose resource request to set ACI retrouve request, and single container resource requests. Limits should be used to allow one container in a container group to use more than the container requested resources, up to the total resources requested for the container group. Guillaume Tardif 2020-10-05 15:50:28 +0200
  • cda66b5e90
    Merge pull request #741 from gtardif/fix_cli_metrics Guillaume Tardif 2020-10-08 15:34:09 +0200
  • 0d161f5ccd
    Merge pull request #723 from gtardif/doc_aci_compose Guillaume Tardif 2020-10-08 15:04:17 +0200
  • 808715d740 Adding secrets details Guillaume Tardif 2020-10-07 15:50:04 +0200
  • 7ff9162dc7 Remove enterprise specific commands Guillaume Tardif 2020-10-08 14:50:27 +0200
  • a09983b474 Do not send metrics for help commands Guillaume Tardif 2020-10-08 14:36:40 +0200