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 | 
					
				
					
						
							
								   Guillaume Tardif
							
						 | 
						
							
							
								2f672f6c4c
							
							Volume e2e test
						 | 
						5 years ago | 
					
				
					
						
							
								   Guillaume Tardif
							
						 | 
						
							
							
								171ab1bd0c
							
							Most common scenario is to use `compose ls` without name option, and list all stacks
						 | 
						5 years ago | 
					
				
					
						
							
								   Guillaume Tardif
							
						 | 
						
							
							
								a2e0f16f07
							
							Merge pull request #592 from docker/fix_compose_ls_tests
						 | 
						5 years ago | 
					
				
					
						
							
								   aiordache
							
						 | 
						
							
							
								9098405313
							
							Fix `compose ls` tests
						 | 
						5 years ago | 
					
				
					
						
							
								   Chris Crone
							
						 | 
						
							
							
								7545485f78
							
							Merge pull request #591 from docker/flaky-aci
						 | 
						5 years ago | 
					
				
					
						
							
								   Chris Crone
							
						 | 
						
							
							
								e4e77bd198
							
							e2e.aci: Retry flaky HTTP GET requests
						 | 
						5 years ago | 
					
				
					
						
							
								   Guillaume Tardif
							
						 | 
						
							
							
								d06aa2827f
							
							Move containers, compose, secrets to /api
						 | 
						5 years ago | 
					
				
					
						
							
								   Guillaume Tardif
							
						 | 
						
							
							
								7138ecc899
							
							ACI : when following logs (actually polling logs), stop polling when the container is not running anymore.
						 | 
						5 years ago | 
					
				
					
						
							
								   Guillaume Tardif
							
						 | 
						
							
							
								b0c50ed6dd
							
							Implement compose ps on ACI
						 | 
						5 years ago |