Commit History

Author SHA1 Message Date
  Nicolas De Loof 93bd27a0cc introduce ability to select service to be stopped by `compose down` 2 years ago
  Nicolas De loof 68c462e607 scale: sort containers by creation date to remove older ones first (#10571) 2 years ago
  Nicolas De loof 916aac6c27 watch: only monitor configured paths (#10599) 2 years ago
  Nicolas De loof eafcd1b35e secrets: only set CopyUIDGID when required (#10598) 2 years ago
  Guillaume Lours 544b579cb0 Merge pull request #10597 from ndeloof/ComposeProjectName 2 years ago
  Nicolas De Loof daa6bec80a fix support for project name set by COMPOSE_PROJECT_NAME env var 2 years ago
  Sebastiaan van Stijn 34bd41cc0c go.mod: golang.org/x/oauth2 v0.1.0 2 years ago
  Guillaume Lours 70953b18c0 Merge pull request #10591 from ndeloof/fix_detect_swarm_enabled 2 years ago
  Nicolas De Loof cfe1a860ff fix detection of swarm mode 2 years ago
  Laura Brehm 4dcda432cf Merge pull request #10578 from docker/dependabot/go_modules/github.com/sirupsen/logrus-1.9.2 2 years ago
  dependabot[bot] 5c2a885647 build(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 2 years ago
  Guillaume Lours cd0fc214a5 only check the platform of cached image if image found 2 years ago
  Nicolas De Loof 9b5a4588f9 introduce --no-path-resolution to skip relative path to be resolved 2 years ago
  Nicolas De Loof 00f72cb553 report external network not found when swarm is disabled 2 years ago
  Nicolas De Loof fd7847f2ac `parallel` flag belong do top-level "compose" cobra command, not the current one 2 years ago
  Nicolas De Loof 18a112e88c detect terminal is not a `console.File` to avoid a panic 2 years ago
  Guillaume Lours dc01b98aa6 Merge pull request #10559 from ndeloof/COMPOSE_ANSI 2 years ago
  Guillaume Lours 312f0d1d61 Update dry-run documentation 2 years ago
  Guillaume Lours e8caad1903 move dry-run support from alpha to main command 2 years ago
  Nicolas De Loof fca454b41f introduce COMPOSE_ANSI to define --ansi default value 2 years ago
  Mateus Esdras 77dc9b54f3 rm: remove debugging output (#10554) 2 years ago
  Nicolas De loof bceb3c1876 detect active endpoint trying to remove network and skip with a warning (#10555) 2 years ago
  Nicolas De loof a14abb9044 cli: option to write status messages on stdout (#10549) 2 years ago
  Nicolas De loof 0363d9260a fix local image removal when `compose down` is ran with `--project-name` (#10558) 2 years ago
  Nicolas De loof 0e375a8c61 restore long description to be included in `docker compose help` (#10504) 2 years ago
  Nicolas De Loof b776826d92 check local image matches the required platform 2 years ago
  Guillaume Lours 3b32a264c7 Merge pull request #10544 from ndeloof/parallel_race 2 years ago
  Nicolas De Loof e92c5d1392 fix race condition running `compose up` with --parallel < number of services 2 years ago
  Nicolas De loof 0c1a691fa5 fix container being recreated while config has not changed (#10540) 2 years ago
  Laura Brehm f72d5d6099 Merge pull request #10508 from laurazard/tests-inline-dockerfile 2 years ago