Commit History

Author SHA1 Message Date
  Guillaume Tardif 7b8255c953 Replaces windows carriage return for windows tests 5 years ago
  Guillaume Tardif a4f10c171e Test DB Startup timeout 60s => 90s 5 years ago
  Guillaume Tardif 5b54816a1a Merge pull request #757 from docker/secrets-refactor 5 years ago
  Ulysses Souza 45212c6e21 Squash all secrets in a single one 5 years ago
  Guillaume Tardif 0dfea32250 Revert "Temporarily disable some red ACI tests, to be put reverted once the platform is back to green (hopefully in a day or 2)" 5 years ago
  Ulysses Souza 99186b1d04 Look for all mounts before removing a volume 5 years ago
  Guillaume Tardif 4f87422a79 more debug info when ports available but hostIP is empty ; Seems to be a race where container has status running but not yet an IP allocated 5 years ago
  Ulysses Souza 019268dded Fix e2e tests on comparing with empty string 5 years ago
  Guillaume Tardif 6516632ecf Add resource reservations to container inspect 5 years ago
  Guillaume Tardif b1edfb6507 Change inspect json output to group things a bit more nicely, and more like Moby json output 5 years ago
  guillaume.tardif cd09351b0a Fix ACI E2E test on windows (file path) 5 years ago
  Guillaume Tardif 9cc914ef07 No need for docker dependency for CopyDir, and yaml parser. 5 years ago
  Ulysses Souza f8a3aec64d Add aci volumes e2e test 5 years ago
  Guillaume Tardif b10acc1a60 Temporarily disable some red ACI tests, to be put reverted once the platform is back to green (hopefully in a day or 2) 5 years ago
  Guillaume Tardif 71238b261d Running tests in many regions to avoid per region limit when we run too many // things in the CI 5 years ago
  Ulysses Souza e4fff081db Merge pull request #711 from docker/fix_aci_500 5 years ago
  Guillaume Tardif a07b1db9f1 Wait for http status and retry if necessary. We were getting 500 errors because database is not ready initially 5 years ago
  Guillaume Tardif 7941e048a1 Fix ACI e2e : now we support passing commands, set `--domainname` before the image in the cmd 5 years ago
  Guillaume Tardif ca35ccfb0e ACI Volumes : create takes one required arg, instead of required flag `--fileshare` (we still have required flag `--storage-account` specifically for ACI) 5 years ago
  Guillaume Tardif 7eda96bea4 Fix nil pointer when creating volume with “” storage account 5 years ago
  Guillaume Tardif 334ebf5f75 Implement --domainname flag on compose up, also defining compose extension "x-aci-domain-name" to store ACI DNSLabelName. 5 years ago
  Guillaume Tardif 701d1b834e ACI: allow users to set DNSLabelName and deploy containers with fqdn like `myapp.eastus.azurecontainers.io` 5 years ago
  Guillaume Tardif 7abdb085c0 Merge pull request #637 from docker/volume_tests 5 years ago
  Guillaume Tardif 0092de6df1 Added tests on ACI volume conversion, mock storageLogin required to get storage account keys 5 years ago
  Chris Crone d154c41586 Update copyright 5 years ago
  Guillaume Tardif 57ded74aee Merge pull request #598 from docker/encode_env_values 5 years ago
  Guillaume Tardif 98f0064fe9 Properly send env variables containing “=“ in their value in ACI payload. Also properly send quoted values 5 years ago
  Guillaume Tardif 0b3fdb637d Change volume IDs from “storageaccount@fileshare“ to “storageaccount/fileshare” 5 years ago
  Guillaume Tardif 80d23a6097 Removed NAME from `volume ls` output, allow `volume delete <ID>` using IDs from `volume ls`. 5 years ago
  Guillaume Tardif 96d785a5bd Added volume delete, can delete juste a file share or the storage account if confirmed 5 years ago