Commit History

Author SHA1 Message Date
  Nicolas De Loof 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 years ago
  Nicolas De Loof d90495e1cd move compose API into pkg/api 4 years ago
  Nicolas De Loof c135bd1d7c move up logic from CLI into local backend 4 years ago
  Julien Tant 8f9ce9d763 Add cp command 4 years ago
  Nicolas De loof aaf662b7ed Merge pull request #1522 from defyrlt/1112-ecs-exit-1-on-old-cfm-events 4 years ago
  defyrlt 85f0a7c228 Ignore previous CFM events on update to avoid false positive errors 4 years ago
  Nicolas De Loof 7d85485242 pause/unpause only need project name. use getContainers where possible 4 years ago
  Ulysses Souza 02744ac4f9 Add --ignore-pull-failures to command pull 4 years ago
  Guillaume Tardif a86a4737da Merge pull request #1438 from docker/port 4 years ago
  Nicolas De Loof 8b38874aba introduce `port` command for parity with docker-compose 4 years ago
  Ulysses Souza 2fdc3bad48 Add restart command 4 years ago
  Nicolas De Loof 4c592700ee introduce docker compose events 4 years ago
  aiordache 62f24c7086 Add `ignore-push-failures` flag to `compose push` 4 years ago
  Nicolas De Loof 6f73007265 support compose build --pull 4 years ago
  Nicolas De Loof e362947cb1 introduce pause and unpause commands 4 years ago
  Nicolas De Loof 0b517741a0 introduce --timeout on compose stop|down 4 years ago
  Nicolas De Loof 7a7114fb5f Capture container exit code and dump on console 4 years ago
  Ulysses Souza 4ff20bdda8 Add start and stop commands 4 years ago
  Ulysses Souza 0529415fa7 Stop project on Ctrl+C 4 years ago
  Guillaume Tardif f1ac6d4fdc Move errdefs => api/errdefs 4 years ago
  Nicolas De Loof 5c4a940de2 add support for overlays on generated cloudformation template 4 years ago
  Nicolas De Loof 4de01936f8 introduce --remove-orphans option 4 years ago
  Nicolas De Loof b560f0cbe9 Added a diagnostic log for region mismtach 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 ca123e08eb Revisit logs/up API to pass a LogConsumer vs io.Writer 4 years ago
  Nicolas De Loof 136d09e1ac split `Up` into `Create`+`Start` so logs don't collide with progress 4 years ago
  Nicolas De Loof 39e4107e12 attach to log stream by default on `up` 4 years ago
  Djordje Lukic 2f09b634cc Implement `docker compose pull` 4 years ago
  Nicolas De Loof 52574046f0 introduce `compose push` command 4 years ago