Commit Graph

2752 Commits

Author SHA1 Message Date
Terry Cain
d4745a575b utf 8 in key deletions V2 (#1321)
* supporting utf-8 in key deletions

* Fixed decoding of version body when regexing

* Fixed some more random errors

* Possible fix

* Fixed unused import

* Added UTF comment Py2
2017-11-06 14:19:03 -08:00
Adam Gilman
d0a285536d Makes Creating SNS topics idempotent (#1324)
Make creating SNS topics idempotent

Closes #1323
2017-11-06 14:19:03 -08:00
Kai Xia(夏恺)
70e7f08d8f Added support for SSM get_parameters_by_path. (#1299)
* Added support for SSM get_parameters_by_path.

Signed-off-by: Kai Xia <xiaket@gmail.com>

* add logic to handle trailing '/'.

Also, fix pep8.

Signed-off-by: Kai Xia <kai.xia@sportsbet.com.au>

* add tests for parameter value in response.

Signed-off-by: Kai Xia <kai.xia@sportsbet.com.au>
2017-11-06 14:19:03 -08:00
Terry Cain
c186733129
Merge branch 'master' into jack/validate-protocol-on-target-group-creation 2017-11-05 01:58:40 +00:00
Steve Pulec
2d9e622e79
Merge pull request #1313 from terrycain/fix_1311
CloudWatch: Added SetAlarmState and filter
2017-11-04 15:50:56 -04:00
Steve Pulec
b2c3a6ba01
Merge pull request #1320 from karthikax/asg-arn
ASG and LC arn fix
2017-11-04 15:17:26 -04:00
Steve Pulec
adf41244cd
Merge pull request #1316 from terrycain/lotsa_stuff
Lotsa stuff
2017-11-04 15:15:20 -04:00
Karthik Bhat
886bf1c2d0 ASG and LC arn fix 2017-11-03 19:06:25 +05:30
Jack Danger
fd4b5de68b
Merge pull request #1319 from bpandola/fix-1318
Fix #1318
2017-11-03 12:34:34 +01:00
Brian Pandola
68a1e41286 Fix #1318 2017-11-02 23:03:54 -07:00
Terry Cain
f120343d44 Fixed TargetGroup Matcher after #dfd41d8c00d1b4b8e1e2b294ca6be27e46833731 2017-10-29 19:31:15 +00:00
Terry Cain
c4273c9da1 Merge branch 'master' into lotsa_stuff 2017-10-29 19:26:27 +00:00
Terry Cain
e2bdaa07ea Fix test cases that manipulate time 2017-10-29 19:11:52 +00:00
Terry Cain
75f0deb828 Completed SQS Implementation 2017-10-29 18:59:40 +00:00
Terry Cain
5c02085d3a Fixed testcases after nonglobaling dynamo 2017-10-29 16:25:17 +00:00
Terry Cain
f6961b7108 flake8 2017-10-29 16:10:30 +00:00
Terry Cain
ab767416fe Completed DynamoDBv2 endpoints 2017-10-29 16:06:09 +00:00
Terry Cain
92a0d96101 Fixed testcase 2017-10-29 16:06:03 +00:00
Terry Cain
2a52a0f91b Completed ELBv2 implementation 2017-10-29 14:14:17 +00:00
Terry Cain
a6e5ffb99b Completed events 2017-10-28 20:17:34 +01:00
Terry Cain
6e28c58e26 Added ecs attributes methods 2017-10-28 19:18:39 +01:00
Terry Cain
eccb536d8a ACM ~100% coverage 2017-10-28 17:07:34 +01:00
Jack Danger
d187942eeb
Merge pull request #1304 from terrycain/ec2_instance_ip_improvement
Fixed a few ip issues
2017-10-28 03:48:16 +02:00
Jack Danger
439a3f9aab
Merge pull request #1314 from spulec/cloudformation-support-to-elbv2
Add CloudFormation support to ELB V2
2017-10-28 00:25:41 +02:00
Hugo Lopes Tavares
cc777f6049 Add missing newline (lint error) 2017-10-27 16:25:59 -04:00
Hugo Lopes Tavares
63c33211ee Add GetAtt support to elbv2 LoadBalancer 2017-10-27 15:32:16 -04:00
Hugo Lopes Tavares
9804d7a963 Evaluate output values
Do not assume output values are string, evaluate them.
2017-10-27 15:31:45 -04:00
Hugo Lopes Tavares
474ebfea40 Add default name to LoadBalancer (cloudformation) 2017-10-27 15:01:25 -04:00
Hugo Lopes Tavares
82ad66256a Add default name to TargetGroup (cloudformation) 2017-10-27 15:01:17 -04:00
Hugo Lopes Tavares
7b074b50a9 Add CloudFormation support to AWS::ElasticLoadBalancingV2::Listener 2017-10-27 14:38:40 -04:00
Hugo Lopes Tavares
dfd41d8c00 Add CloudFormation support to AWS::ElasticLoadBalancingV2::TargetGroup 2017-10-27 14:24:11 -04:00
Terry Cain
a3ecfc3d9a
flake8 2017-10-27 19:00:23 +01:00
Terry Cain
6adfb97753
Added SetAlarmState and added state filter to describe 2017-10-27 18:58:11 +01:00
Hugo Lopes Tavares
8786c2df05 Add CloudFormation support to AWS::ElasticLoadBalancingV2::LoadBalancer 2017-10-27 11:54:55 -04:00
Hugo Lopes Tavares
307e13796b Add IpAddressType to DESCRIBE_LOAD_BALANCERS_TEMPLATE 2017-10-27 11:53:42 -04:00
Jack Danger
2b9f19ef77 Merge pull request #1307 from JackDanger/jack/add-implementation-coverage
Adding initial implementation coverage
2017-10-27 14:21:48 +02:00
Jack Danger
3fc0326b55 updating implementation coverage on version release 2017-10-27 14:21:14 +02:00
Jack Danger
c3a79dad5b Markdownify the IMPLEMENTATION_COVERAGE.md 2017-10-27 14:20:50 +02:00
Jack Danger
a0c40b5e8a Adding initial implementation coverage 2017-10-27 14:20:50 +02:00
Jack Danger
0ac36230e8 make task for generating implementation coverage output 2017-10-27 14:20:50 +02:00
Jack Danger
23ad62a4f9 validate protocol on target group creation 2017-10-27 03:16:06 +02:00
Terry Cain
596bf84480
Fixed typo 2017-10-25 20:14:39 +01:00
Terry Cain
62a2d8f756
Improved lambda timings 2017-10-25 20:04:00 +01:00
Terry Cain
9ddf7fe436
Fixed some tests.
Some subnets were bogus so fixed that. Fixed issue where EC2-Classic was not respected.
RDS Deepcopy was breaking on subnet generator
2017-10-25 19:29:56 +01:00
Jack Danger
098ff4e778 pushing git tag before dockerhub image (#1306) 2017-10-25 11:46:11 +02:00
Terry Cain
d935e0995f
Upped timeout 2017-10-25 00:07:27 +01:00
Terry Cain
5b0e463554
Fixed a few ip issues
Fixes #1175
2017-10-24 23:57:43 +01:00
Toshiya Kawasaki
56793a3b2a Fix scaffold to support rest-json style API (#1291)
* append appropriate urls when scaffolding

* make dispatch for rest-api

* fix dispatch for rest-json

* fix moto/core/response to obtain path and body parameters

* small fixes

* remove unused import

* fix get_int_param

* fix scaffold

* fix formatting of scaffold

* fix misc

* escape service to handle service w/ hyphen like iot-data

* escape service w/ hyphen

* fix regexp to extract region from url

* escape service

* fix syntax

* skip loading body to json object when request body is None
2017-10-24 20:45:39 +02:00
Jack Danger
20ef9db885 Merge pull request #1302 from JackDanger/jack/minor-fix-in-changelog-markdown
minor fix in changelog markdown
2017-10-24 04:52:51 -07:00
Jack Danger
489ada411a minor fix in changelog markdown 2017-10-24 13:52:15 +02:00