Historique des commits

Auteur SHA1 Message Date
  aiordache 62f24c7086 Add `ignore-push-failures` flag to `compose push` il y a 4 ans
  Nicolas De Loof 6f73007265 support compose build --pull il y a 4 ans
  Guillaume Tardif cba4f140ae Add —all option to compose ls, listing non running projects. il y a 4 ans
  Nicolas De Loof e362947cb1 introduce pause and unpause commands il y a 4 ans
  Nicolas De loof 5e7203dbe4 Merge pull request #1306 from aiordache/compose_exec_cmd il y a 4 ans
  aiordache afac025a49 Add `compose exec` command il y a 4 ans
  Nicolas De Loof 0b517741a0 introduce --timeout on compose stop|down il y a 4 ans
  Nicolas De Loof 5cb2533faa dryrun to collect resources to be removed, then remove il y a 4 ans
  Nicolas De Loof 20b83aa237 introduce compose rm command il y a 4 ans
  Nicolas De Loof 4462f12249 revisit `run` implementation as create, attach, start, wait il y a 4 ans
  Nicolas De Loof 7a7114fb5f Capture container exit code and dump on console il y a 4 ans
  Nicolas De Loof 0aa3f4a189 Add kill command il y a 4 ans
  Nicolas De Loof 9b282b69f8 Introduce --all option on compose ps il y a 4 ans
  Ulysses Souza 4ff20bdda8 Add start and stop commands il y a 4 ans
  Guillaume Tardif 3f474143ad Merge pull request #1163 from docker/stop-on-ctrlc il y a 4 ans
  Nicolas De Loof f33eff5903 introduce `--filter` option on `compose ls` il y a 4 ans
  Ulysses Souza 0529415fa7 Stop project on Ctrl+C il y a 4 ans
  Guillaume Tardif f1ac6d4fdc Move errdefs => api/errdefs il y a 4 ans
  Guillaume Tardif 0ea97920c1 Move Context & context/store => api/context & api/context/store il y a 4 ans
  Nicolas De Loof 4de01936f8 introduce --remove-orphans option il y a 4 ans
  Guillaume Tardif 32d5644937 Pass reader Writer as options to backend, remove hardcoded os.Stdout il y a 4 ans
  Guillaume Tardif 76f36a69c6 Reusing existing Create() and Start() API il y a 4 ans
  aiordache 412385c495 Add `compose run` command il y a 4 ans
  Nicolas De Loof eda6a59379 introduce options struct in the API il y a 4 ans
  Nicolas De Loof 855a879a6a Introduce `removeOrphans` to cleanup injected AWS simulation container il y a 4 ans
  Nicolas De Loof 056dfb95bc allow to collect logs for a subset of project services il y a 4 ans
  Nicolas De Loof 446008a4b6 on ACI container ID is `project_service` and name is `service` il y a 4 ans
  Nicolas De Loof 1d859dc807 `Ps` return ContainerSummary, not Services il y a 4 ans
  Nicolas De Loof ca123e08eb Revisit logs/up API to pass a LogConsumer vs io.Writer il y a 4 ans
  Nicolas De Loof 136d09e1ac split `Up` into `Create`+`Start` so logs don't collide with progress il y a 4 ans