Commit History

Author SHA1 Message Date
  Nicolas De Loof 8b90814de6 e2e test 4 years ago
  Nicolas De Loof d9fe745cc0 avoid use of channels in API for gRPC compatibility 4 years ago
  Nicolas De Loof 752edcce65 introduce `--exit-code-from` 4 years ago
  Nicolas De Loof a4b003ecfa pull logs and events better than aggregate events from multiple channels 4 years ago
  Nicolas De Loof 17c26e81ff capture exit code and log as ERROR 4 years ago
  Nicolas De Loof 06b033db6c `Event` is way too generic noon 4 years ago
  Nicolas De Loof f3d093cb54 introduce cascade stop "--abort-on-container-exit" option 4 years ago
  Nicolas De Loof 7a7114fb5f Capture container exit code and dump on console 4 years ago
  Ulysses Souza dc80f6b6e7 Add environment_files label 4 years ago
  Nicolas De Loof b1f864a6f8 Introduce --profile option 4 years ago
  Nicolas De Loof df702362a3 introduce compose create command 4 years ago
  Guillaume Tardif 11950efa77 DIsplay progress of starting containers when not attaching to logs (compose up, start) 4 years ago
  Guillaume Tardif c9028f9f37 Merge pull request #1180 from docker/add-compose-stop 4 years ago
  Nicolas De Loof 9e77499c2a introduce --force-recreate and --no-recreate 4 years ago
  Ulysses Souza 4ff20bdda8 Add start and stop commands 4 years ago
  Guillaume Tardif 3f474143ad Merge pull request #1163 from docker/stop-on-ctrlc 4 years ago
  Dominik Braun effc126237 Make `--file` and `--project-name` global compose options 4 years ago
  Ulysses Souza 0529415fa7 Stop project on Ctrl+C 4 years ago
  Nicolas De Loof ed18cefc04 Introduce --env-file 4 years ago
  Nicolas De Loof e4682a0565 run "down" using project if it was set for command 4 years ago
  Guillaume Tardif fe39267e3a Move formatter => cli/formatter. Needed to move formatter.MemBytes => utils.MemBytes (helper class on memory display) 4 years ago
  Guillaume Tardif 0ea97920c1 Move Context & context/store => api/context & api/context/store 4 years ago
  Guillaume Tardif 930ae8bdb2 goimports -local github.com/docker/compose-cli -w . ; gofmt -s -w . 4 years ago
  Guillaume Tardif 4dee783aba Move progress => api 4 years ago
  Nicolas De Loof 4de01936f8 introduce --remove-orphans option 4 years ago
  Ulysses Souza cef7a2d4ce Refactor ProjectName 4 years ago
  Nicolas De Loof eda6a59379 introduce options struct in the API 4 years ago
  Nicolas De Loof 855a879a6a Introduce `removeOrphans` to cleanup injected AWS simulation container 4 years ago
  Nicolas De Loof db5467ce22 Use local compose implementation for local ecs simulation context 4 years ago
  Guillaume Tardif cf378834e5 No rebuild on compose up if image already exists by default, added first use of compose pull_policy and `compose up --build` to allow to force rebuild. 4 years ago