Commit Graph

  • 0b1c86726e Add tests for filtering containers not created by Compose Laura Brehm 2023-01-17 15:48:58 +0100
  • 82ef998511 Ignore containers created outside compose Laura Brehm 2023-01-17 12:31:27 +0100
  • fb36f7fffd directly embed the orignal APIClient in the DryRunClient Guillaume Lours 2023-01-13 18:19:33 +0100
  • 3fac506a30 identify functions which need to be ovorridden for dry run feature Guillaume Lours 2023-01-13 15:21:57 +0100
  • eb59b0e265 add alpha command to test dry-run Guillaume Lours 2023-01-13 14:26:28 +0100
  • 5081ab0507 create custom CLI when dry-run mode active update documentation Guillaume Lours 2023-01-12 23:31:14 +0100
  • 13ef440d6a add DryRun API Client with delagation pattern Guillaume Lours 2023-01-12 21:44:27 +0100
  • fbf845c5f8 add dry-run flag Guillaume Lours 2023-01-11 16:38:57 +0100
  • 5a2b7b83cd use compose service methods when exist instead of directly service.dockerCli Guillaume Lours 2023-01-13 19:07:44 +0100
  • 8c07fa4d25 mark alpha command as experimental Nicolas De Loof 2023-01-12 14:03:20 +0100
  • db267d86c1
    Merge pull request #10169 from laurazard/fix-terminal-height Laura Brehm 2023-01-12 11:21:34 +0100
  • 9daf41892f
    Adjust terminal height calc Laura Brehm 2023-01-12 11:20:05 +0100
  • 2aa88b5c9e
    Merge pull request #10149 from TColl/typo-fix Laura Brehm 2023-01-12 10:56:28 +0100
  • bb9cf32245 introduce experimental watch command (skeletton) Nicolas De Loof 2023-01-11 11:52:19 +0100
  • 7212aaff2e
    Merge pull request #10166 from matthewarmand/run-remove-orphans Laura Brehm 2023-01-12 10:18:47 +0100
  • 69a09624c9 Skip child events when printer events > terminal height Laura Brehm 2023-01-12 01:22:58 +0100
  • f2088bb917 fix typo Tom Collingwood 2023-01-06 17:12:36 +0000
  • dadad01e63 Update docs programatically like you're supposed to Matt Armand 2023-01-11 13:20:30 -0500
  • 1adc9f54d5 fix docs yaml Matt Armand 2023-01-11 12:24:15 -0500
  • 4cebce3a5c This option lives in the create options, not the run options Matt Armand 2023-01-11 12:07:51 -0500
  • bd8e57447a Add remove-orphans functionality to run, because it recommends that in error messages Matt Armand 2023-01-11 10:19:02 -0500
  • 4ad87463c5 Add 🥒 GHA workflow Laura Brehm 2022-12-27 12:24:19 +0000
  • 62b3e7409e
    Merge pull request #10124 from laurazard/fix-cucumber-tests Laura Brehm 2023-01-11 13:00:04 +0100
  • cc912c625d introduce --remove-orphans in compose create command Nicolas De Loof 2023-01-10 15:34:36 +0100
  • cc7e69c02d
    Merge pull request #10142 from docker/dependabot/go_modules/github.com/containerd/containerd-1.6.15 Laura Brehm 2023-01-10 12:44:46 +0000
  • 3e12a7cb23 pass proxy config as build args - same as docker/buildx#959 Nicolas De Loof 2023-01-10 10:18:09 +0100
  • 0c1979979f Remove unused kube tag Ulysses Souza 2023-01-09 12:37:55 +0100
  • 00c60da331
    Merge pull request #10151 from freeformz/ffz/NoShareMap Guillaume Lours 2023-01-09 12:13:48 +0100
  • 73ebbffb08 Don't share the options map Edward Muller 2023-01-06 16:26:42 -0800
  • fbbc0dedcf
    Merge pull request #10145 from ndeloof/ps_filter Guillaume Lours 2023-01-09 12:01:28 +0100
  • b326a9da1d
    don't filter by services if no filter was set Nicolas De Loof 2023-01-06 16:30:16 +0100
  • f1313f3a09 use a simpler prompt implementation when we lack a terminal Nicolas De Loof 2023-01-06 13:49:36 +0100
  • a226d014b8 fix CVE-2022-27664 and CVE-2022-32149 high-risk vulnerability fsl 2023-01-06 23:51:17 +0800
  • 7e2af3aa81
    build(deps): bump github.com/containerd/containerd from 1.6.14 to 1.6.15 dependabot[bot] 2023-01-06 09:06:22 +0000
  • 96bbda98f8 add support for uts namespace Nicolas De Loof 2023-01-05 17:01:23 +0100
  • f6f29a4438
    Merge pull request #10133 from ndeloof/build_concurrency Guillaume Lours 2023-01-05 09:57:13 +0100
  • aa5cdf2bf9 add support for COMPOSE_PARALLEL_LIMIT (parity with Compose v1) Nicolas De Loof 2023-01-04 12:41:36 +0100
  • d5e4f00644 introduce --no-attach to ignore some service output Nicolas De Loof 2023-01-03 15:35:24 +0100
  • 8b4ac37f9c introduce `--ignore-buildable` to ignore buildable images on pull Nicolas De Loof 2023-01-03 10:54:03 +0100
  • b96e27e0e7 limit build concurrency according to --parallel Nicolas De Loof 2023-01-03 10:09:05 +0100
  • dcbd68a102
    Merge pull request #10136 from gtardif/fix_race_delete_orphan_containers Guillaume Lours 2023-01-03 11:30:04 +0100
  • 37d15d7e6b Ignore not only auto-removed containers but also "removal in progress" for orphan containers Guillaume Tardif 2023-01-03 11:09:41 +0100
  • dde7eea212
    Update expected Cucumber `compose ps` output to match changes Laura Brehm 2022-12-27 02:20:09 +0000
  • a224780795 Set `pullChanged` when setting `--pull` on `compose up` Laura Brehm 2022-12-29 13:20:17 +0000
  • ffce33ec11 Fix empty file when using compose config in case of smaller source files Ákos Takács 2022-12-29 22:29:59 +0100
  • 1d9657aee2
    Merge pull request #10127 from docker/dependabot/go_modules/github.com/docker/cli-docs-tool-0.5.1 Laura Brehm 2022-12-29 13:42:43 +0000
  • 8a3248d0cd
    Update documentation Laura Brehm 2022-12-29 13:32:16 +0000
  • 52e7f0fb3e
    build(deps): bump github.com/docker/cli-docs-tool from 0.5.0 to 0.5.1 dependabot[bot] 2022-12-29 09:06:01 +0000
  • fd353ffa94 add support of privileged attribut in service.build section Guillaume Lours 2022-12-21 10:20:46 +0100
  • 0307c16daf
    Merge pull request #10116 from glours/add-buildx-plugin-e2e Guillaume Lours 2022-12-21 21:39:23 +0100
  • adf8e75317 cleanup framework.go from uncessary debug logs Guillaume Lours 2022-12-21 21:24:14 +0100
  • 6c537cc0f4
    Merge pull request #10113 from glours/add-buildx-plugin-e2e Guillaume Lours 2022-12-21 21:21:01 +0100
  • 9f7ad18d62 reduce cyclomatic complexity Nicolas De Loof 2022-12-21 09:06:12 +0100
  • 40ebcd6203 fix security opts support (seccomp and unconfined) Nicolas De Loof 2022-12-21 08:39:26 +0100
  • 9bd9f1765c check service names based on project, not running containers Nicolas De Loof 2022-12-21 09:23:44 +0100
  • 5dcadc05d9
    debut output for CI Guillaume Lours 2022-12-21 20:06:22 +0100
  • c72f161afb
    change the way finding the just built compose binary Guillaume Lours 2022-12-21 19:27:03 +0100
  • 86a648bd51
    e2e tests display Compose version used to run the test currently the version displayed is the one installed and not the one use for the tests Guillaume Lours 2022-12-21 18:38:24 +0100
  • 27a3241934
    rely on CI timeout Guillaume Lours 2022-12-21 16:11:56 +0100
  • 935968fe2c
    add buildx plugin to e2e configuration directory Guillaume Lours 2022-12-21 15:20:39 +0100
  • 91371fef7a remove flaky TestLocalComposeLogsFollow Nicolas De Loof 2022-12-21 08:33:52 +0100
  • 986bc44549 service hash MUST exclude replicas Nicolas De Loof 2022-12-20 18:29:43 +0100
  • 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams Nicolas De Loof 2022-12-15 09:35:26 +0100
  • dacf24374d
    dump stdout to help diagnose flaky test Nicolas De Loof 2022-12-20 23:50:37 +0100
  • bab3050984
    Merge pull request #10107 from ndeloof/logging_driver_none Guillaume Lours 2022-12-20 16:42:52 +0100
  • 22d2e83896
    don't fail `logs` when driver:none is set Nicolas De Loof 2022-12-20 14:53:04 +0100
  • 9f5f0b6f03
    Merge pull request #10106 from ndeloof/cgroupns Guillaume Lours 2022-12-20 14:18:15 +0100
  • b4b7319901
    introduce support for cgroup namespace Nicolas De Loof 2022-12-20 10:59:22 +0100
  • ab791877ef
    Merge pull request #10105 from docker/dependabot/go_modules/github.com/containerd/containerd-1.6.14 Guillaume Lours 2022-12-20 10:17:46 +0100
  • aae5ddca27
    build(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.14 dependabot[bot] 2022-12-20 09:06:44 +0000
  • 7cf6d5ec4e
    Merge pull request #10104 from ndeloof/logs_race_condition Guillaume Lours 2022-12-20 09:54:57 +0100
  • 0ab5079c1a
    fix race condition on compose logs Nicolas De Loof 2022-12-20 09:21:31 +0100
  • 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions Tiger Wang 2022-12-19 16:38:36 +0000
  • b8bbdcd872 detect dependency failed to start Nicolas De Loof 2022-12-19 15:38:26 +0100
  • 9d12eec148
    Merge pull request #10100 from ndeloof/cpus Guillaume Lours 2022-12-19 15:15:41 +0100
  • d0e95ccac3
    set CPU quota Nicolas De Loof 2022-12-19 14:59:31 +0100
  • 1e682a40ac
    Merge pull request #10099 from laurazard/use-defaultplatform-create Guillaume Lours 2022-12-19 14:17:49 +0100
  • 7bc27d441b
    Use `DOCKER_DEFAULT_PLATFORM` to determine platform when creating container Laura Brehm 2022-12-19 11:58:03 +0000
  • c1ce53c972 fix regression running pull --ignore-pull-failures Nicolas De Loof 2022-12-19 10:17:38 +0100
  • e42673daed only list running containers when --all=false Nicolas De Loof 2022-12-16 09:06:07 +0100
  • c37182b2c5
    Merge pull request #10090 from milas/fix-wcow-volume Milas Bowman 2022-12-16 13:43:04 -0500
  • ffb95449a2 volume: fix WCOW volume mounts Milas Bowman 2022-12-16 09:38:57 -0500
  • 0eaa249222
    Merge pull request #10084 from ndeloof/secret_uid Guillaume Lours 2022-12-15 16:26:19 +0100
  • 5c1484ece6 apply uid/gid when creating secret from environment Nicolas De Loof 2022-12-15 14:10:02 +0100
  • 0fedddb008
    Merge pull request #10083 from ndeloof/nodeps Guillaume Lours 2022-12-15 15:51:29 +0100
  • aa0720f7e5
    Merge pull request #10062 from ndeloof/9554 Guillaume Lours 2022-12-15 15:50:36 +0100
  • 84984864c8 load project from explicit --files when set Nicolas De Loof 2022-12-14 23:22:01 +0100
  • 8566daa96e use recently introduced `withSelectedServicesOnly` to reduce code duplication Nicolas De Loof 2022-12-15 11:44:26 +0100
  • 1b1f783e99
    Merge pull request #10076 from ndeloof/timestamp Guillaume Lours 2022-12-15 15:36:56 +0100
  • 84ea395d5d introduce --timestamp option on compose up Nicolas De Loof 2022-12-13 19:01:08 +0100
  • 1cb5536a2e Address review comments Gabriel Féron 2022-12-15 10:47:46 +0100
  • e4850d9c48 Add --include-deps to push command Gabriel Féron 2022-12-09 17:42:46 +0100
  • 8c39b5b7fd align `--format` flag and UX with docker cli Nicolas De Loof 2022-12-11 10:59:01 +0100
  • bc568eeb9b align `compose ps` output with `docker ps` Nicolas De Loof 2022-12-10 21:34:31 +0100
  • a501ab3a2f use StatusError from docker/cli, not "dockerd" Sebastiaan van Stijn 2022-12-14 11:12:52 +0100
  • d4a4dcf4ee resolve --env-file as absolute path Nicolas De Loof 2022-12-13 14:01:51 +0100
  • 05e987dd0a fix parsing of repository:tag Nicolas De Loof 2022-12-13 11:12:09 +0100
  • 0368f19030 distinguish stdout and stderr in `up` logs Nicolas De Loof 2022-12-13 08:51:55 +0100
  • 3ee2ab87bb ContainerStart must run sequentially for engine to assing distinct ports within configured range Nicolas De Loof 2022-12-12 09:29:24 +0100
  • 8f991a20db Fix corner case when there's no container to attach to Nicolas De Loof 2022-12-08 18:53:47 +0100