История коммитов

Автор SHA1 Сообщение Дата
  Guillaume Tardif 435a51f9e4 Add scan message after docker build, add e2e tests 4 лет назад
  Nicolas De Loof 48402585fd replace passing parameters by context with singletons 4 лет назад
  Guillaume Tardif 0ea97920c1 Move Context & context/store => api/context & api/context/store 5 лет назад
  Guillaume Tardif 65f53dff43 move metrics => cli 5 лет назад
  Guillaume Tardif f55823b70f Make Moby command detection (based on help output) more robust. It seems some tabs have been replaced by spaces in CLI 20.10. Covered with e2e test TestUnsupportedCommand. 5 лет назад
  Guillaume Tardif 66a1263342 No specific case for windows, always resolve binary name before executing command 5 лет назад
  Guillaume Tardif 41a1553dab No specific case for windows, always resolve binary name before executing command 5 лет назад
  guillaume.tardif 4489f39e5d duplicate windows os/exec.LookPath() and do not resolve files in current working dir if CWD is not explicitly in PATH. 5 лет назад
  Guillaume Tardif 0d3f7186c5 Hardcoded list of commands and simplified metrics gathering. 5 лет назад
  Ulysses Souza 8961805412 Add json output format to several commands 5 лет назад
  Guillaume Tardif 8302266212 In metrics, send context type, not context name (metrics for Moby calls) 5 лет назад
  Chris Crone d154c41586 Update copyright 5 лет назад
  Guillaume Tardif a71b2a39bd Add status field in API metrics 5 лет назад
  Guillaume Tardif 3ccc603461 Add status field in CLI metrics : success, failure, cancelled 5 лет назад
  Guillaume Tardif adeba9b124 Fix bug not allowing users to run any context command when set to an aws context type. 5 лет назад
  Chris Crone 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 лет назад
  Guillaume Tardif 4c3b563182 ECS context type is not for delegation to Moby ! 5 лет назад
  Guillaume Tardif b060d8acfc Do not display warning if cannot forward signal to child. See https://github.com/docker/pinata/pull/14327 5 лет назад
  Djordje Lukic 88c405e025 Use buffered channels for signals 5 лет назад
  Guillaume Tardif cdd4028788 Fix flaky nil pointer in signal forwarding to child process (see https://github.com/docker/api/runs/949400778) 5 лет назад
  Guillaume Tardif 29fe26620a Stop forwarding signals to child process when the child terminates 5 лет назад
  Guillaume Tardif 05a8582126 Forward all signals to child process 5 лет назад
  aiordache d1b8bcb2c7 fix signal passing to mobycli 5 лет назад
  aiordache 87245ef727 rename packages ( amazon to ecs and azure to aci ) 5 лет назад
  aiordache 355295696f Create aws context 5 лет назад
  Djordje Lukic 98976e4cb4 Cleanup entrypoint 5 лет назад
  Guillaume Tardif 839b1b0b44 Delegate to Moby CLI, to allow executing ecs CLI plugin if user has switched to the AWS context (created by the plugin) 5 лет назад
  Guillaume Tardif 38d4f8d25a Shell out to Moby cli if user uses -H, regardless of context set. Moby cli will refuse both options (context & host) to be set at the same time 5 лет назад
  Djordje Lukic ad72c866cc Add license headers 5 лет назад
  Guillaume Tardif ab3cd0fec1 Renamed ExecIfDefaultCtxType for more explicit behaviour 5 лет назад