Commit History

Author SHA1 Message Date
  Guillaume Tardif 52c2d09eae Merge pull request #376 from docker/logout 5 years ago
  Djordje Lukic ef2d304762 Allow non-interactive exec on ACI 5 years ago
  Guillaume Tardif 492ce96dd4 Implement azure logout 5 years ago
  Guillaume Tardif 7cd0b3c159 Separate ACI e2e tests, allowing to run a single one 5 years ago
  Guillaume Tardif a2ea2347ba Remove It() in e2e tests, simplified step declaration. Nicer test output for all tests 5 years ago
  Guillaume Tardif c5cd0f44f8 Fix ACI e2e tests : do not use console if no tty option set in exec 5 years ago
  Guillaume Tardif 16acc36033 Merge pull request #356 from docker/fix-non-interactive 5 years ago
  Guillaume Tardif f7daa70c87 Add ACI e2e test starting mysql with typical env vars 5 years ago
  Ulysses Souza 35cbb621fb Add check on exec looking for arguments 5 years ago
  Guillaume Tardif e4c1a1f945 Fix `docker compose up` with default project name being derived from current working dir. has been fixed upstream in compose-go (see https://github.com/compose-spec/compose-go/pull/56) 5 years ago
  Guillaume Tardif 76cb73c5c2 ACI : allow `docker compose down —project-name xxx` without requiring the compose file 5 years ago
  Guillaume Tardif 4a1b50a9cd Merge pull request #326 from docker/run_follow_logs 5 years ago
  Guillaume Tardif 5eea111ecf Run containers and attach to logs by default, detach with -d option 5 years ago
  Guillaume Tardif a9ef20eefd In ACI e2e tests, do not wait for full resource group deletion at the end, let ACI clean things UP (timeframe ~45 sec). This is costing GH Action minutes for nothing, and slows test results. 5 years ago
  Djordje Lukic 94a530b05f Make log stream test more readable 5 years ago
  Guillaume Tardif a48c4fb41c Merge pull request #307 from docker/aci_e2e_group 5 years ago
  Guillaume Tardif f850dc557d Random ACI group name for tests, otherwise we are conflicting with each other + the CI. 5 years ago
  Djordje Lukic fdc2bd34d7 Add test for `logs --follow` on ACI 5 years ago
  Guillaume Tardif 2268f0c598 Renamed Login method specific to tests, to make things more explicit 5 years ago
  Guillaume Tardif eda438aaed Added basic support for service principal login, run ACI e2e tests with it 5 years ago
  Guillaume Tardif 2df807abca Uses compose update e2e test to also test compose exposing multiple ports 5 years ago
  Guillaume Tardif daf7061e30 Merge pull request #244 from docker/aci_dns_sidecar 5 years ago
  Guillaume Tardif 76a1753396 ACI e2e required change, because the output includes the progress info. 5 years ago
  Djordje Lukic ad72c866cc Add license headers 5 years ago
  Guillaume Tardif f403307edf Allow compose updates without having to delete the stack every time. 5 years ago
  Guillaume Tardif 404f2629a3 Changed compose flag —name to —project-name, -p, aligned with docker-compose flag. 5 years ago
  Guillaume Tardif 113350a09d Context create aci is now a subcommand, as Moby and example. Root `docker context create` also allows backward compatibility to create docker contexts as before 5 years ago
  Guillaume Tardif f1a5f2d6cf Backend is responsible for generating containers IDs and truncate them if wanted/supported for docker ps 5 years ago
  Guillaume Tardif 774bfea341 Refactoring, add unit test or various interactive context creation 5 years ago
  Guillaume Tardif 5675763856 Interactive context create, adding method CreateContextData to CloudService interface, so Cloud Backends can provide a custom context creation method. 5 years ago