compose/ecs
Guillaume Tardif 6a8b344885 Move backend => api
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-01-15 15:44:42 +01:00
..
local Move backend => api 2021-01-15 15:44:42 +01:00
resolv Fix Dockerfile syntax in ecs sidecars introduced by https://github.com/docker/compose-cli/pull/799 2020-10-26 16:42:51 +01:00
secrets Fix Dockerfile syntax in ecs sidecars introduced by https://github.com/docker/compose-cli/pull/799 2020-10-26 16:42:51 +01:00
testdata Adjust aws test : actual volume name is set as tag, previously was key 2021-01-14 10:13:05 +01:00
autoscaling.go Merge pull request #817 from docker/scalescale 2020-10-21 10:56:28 +02:00
autoscaling_test.go Configure autoscaling parameters 2020-10-20 11:05:44 +02:00
aws.go Use LoadBalancer's VPC and subnet when x-aws-loadbalancer is set 2021-01-12 16:02:35 +01:00
awsResources.go Network names and volume names don’t need anymore to be re-adapted (and prefixed with project name) after loaded from compose-go 2021-01-14 10:07:29 +01:00
aws_mock.go Use LoadBalancer's VPC and subnet when x-aws-loadbalancer is set 2021-01-12 16:02:35 +01:00
backend.go Move backend => api 2021-01-15 15:44:42 +01:00
cloudformation.go add support for overlays on generated cloudformation template 2021-01-11 17:20:57 +01:00
cloudformation_test.go Support user passing an ARN for x-aws-vpc 2020-12-16 10:37:16 +01:00
compatibility.go Parse reservation.devices for GPU requests 2021-01-07 16:27:15 +01:00
context.go Don't mess with exiting .aws/credentials 2020-11-16 14:51:05 +01:00
context_test.go Make newcomer experience smooth 2020-11-03 10:49:28 +01:00
convert.go Parse reservation.devices for GPU requests 2021-01-07 16:27:15 +01:00
doc.go Update copyright 2020-09-22 12:13:00 +02:00
down.go introduce options struct in the API 2020-12-17 11:10:57 +01:00
ec2.go Merge pull request #812 from docker/barbarian 2020-10-20 16:23:50 +02:00
ec2_test.go Allow user to set ami/machine by Deploy.Placement.Constraint 2020-10-16 14:19:51 +02:00
gpu.go Parse reservation.devices for GPU requests 2021-01-07 16:27:15 +01:00
gpu_test.go Run on EC2 when a service require GPU 2020-09-23 09:31:16 +02:00
iam.go Introduce use of EFS Access Point to mount filesystems as volumes 2020-10-20 10:52:33 +02:00
list.go More unig tests with aws-sdk behind an interface + mocks 2020-10-12 16:51:05 +02:00
logs.go allow to collect logs for a subset of project services 2020-12-17 10:32:46 +01:00
marshall.go Marshall cloudformation template as yaml 2020-11-05 11:01:32 +01:00
ps.go `Ps` return ContainerSummary, not Services 2020-12-09 10:33:51 +01:00
run.go Pass reader Writer as options to backend, remove hardcoded os.Stdout 2020-12-18 10:01:06 +01:00
sdk.go Use LoadBalancer's VPC and subnet when x-aws-loadbalancer is set 2021-01-12 16:02:35 +01:00
secrets.go More unig tests with aws-sdk behind an interface + mocks 2020-10-12 16:51:05 +02:00
tags.go Distinguish limits for Fargate and EC2 2020-09-23 09:40:07 +02:00
up.go add support for overlays on generated cloudformation template 2021-01-11 17:20:57 +01:00
volumes.go Network names and volume names don’t need anymore to be re-adapted (and prefixed with project name) after loaded from compose-go 2021-01-14 10:07:29 +01:00
wait.go Adding error progress indication when errors 2020-11-27 18:18:14 +01:00
wait_test.go Display ecs status in CamelCase in order to have homogeneous output between backends. 2020-11-02 13:08:54 +01:00
x.go add support for overlays on generated cloudformation template 2021-01-11 17:20:57 +01:00