Giovanni Grano
167d4afde8
Route53: add CallerReference to the response of two more operations ( #7097 )
2023-12-05 19:56:07 -01:00
tungol
55c589072f
Admin: sorting imports with ruff ( #7075 )
2023-11-30 14:55:51 -01:00
Giovanni Grano
00cce90984
Route53: add CallerReference to the GetHostedZone response ( #6911 )
2023-10-15 21:39:27 +00:00
Bert Blommers
cd906cea56
Techdebt: Replace sure with regular assertions in Route53 ( #6497 )
2023-07-08 21:53:09 +00:00
Bert Blommers
47bca5b607
Route53: create_hosted_zone() now returns the Location ( #6492 )
2023-07-07 09:10:52 +00:00
Viren Nadkarni
db002cb958
Route53: Implement GetHealthCheckStatus ( #6460 )
2023-07-03 10:03:48 +00:00
Paweł Rubin
ca60f13c45
fix(route53): Allow upsert for resource records that already exist. ( #5788 )
2022-12-21 22:38:27 -01:00
Joey Gracey
a4146f0179
Route53: Create SOA in create_hosted_zone ( #5763 )
2022-12-14 22:58:55 -01:00
Bert Blommers
b2300f1eae
Route53: Validate deletion of RRsets ( #5743 )
2022-12-10 10:07:30 -01:00
Bert Blommers
42597decb5
Route53: Intercept duplicate calls to change_rr_sets ( #5725 )
2022-11-30 22:35:20 -01:00
Bert Blommers
1a8ddc0f2b
Techdebt: Replace string-format with f-strings (for tests dirs) ( #5678 )
2022-11-17 21:41:08 -01:00
Bert Blommers
aa7d68a688
Feature: Ability to seed Moto, and make random ID's deterministic ( #5492 )
2022-09-28 09:35:12 +00:00
Timothy Klopotoski
4e9fba5f28
Route53 backend should be global ( #5414 )
2022-08-23 13:45:01 +00:00
Bert Blommers
3d913f8f15
MultiAccount support ( #5192 )
2022-08-13 09:49:43 +00:00
Bert Blommers
d03891e805
Prep Release 3.1.14 ( #5242 )
2022-06-19 13:43:57 +00:00
Macwan Nevil
b66e04ffd5
fixed tf-tests: TestAccRoute53Zone, TestAccRoute53ZoneDataSource ( #5229 )
2022-06-15 20:01:11 +00:00
Paweł Rubin
21189ef1df
feat[route53]: Validate action value in change_resource_record_sets. ( #5222 )
2022-06-14 14:22:07 +00:00
Macwan Nevil
631e887b5e
fixed tf suite: Route53HostedZone ( #5223 )
2022-06-14 10:14:15 +00:00
Bert Blommers
8973f21d15
Prepare release 3.1.13 ( #5219 )
2022-06-12 17:53:27 +00:00
Macwan Nevil
67cda6d7d6
fixed route53 rrset terraform suit ( #5197 )
2022-06-10 19:33:17 +00:00
Bert Blommers
d60df32a25
Upgrade flake8 to 4.x ( #5066 )
2022-04-27 11:58:59 +00:00
Bert Blommers
10bd677cf2
Admin - enable more Pylint rules ( #5037 )
2022-04-18 20:44:56 +00:00
Bert Blommers
29d01c35bc
Update Black + formatting ( #4926 )
2022-03-10 13:39:59 -01:00
Bert Blommers
0a1bb6bae1
Route53 - Reusable Delegation Sets ( #4817 )
2022-01-30 23:53:05 -01:00
Paul
f554ad3997
implement get_hosted_zone_count() api ( #4814 )
2022-01-30 12:25:36 -01:00
Paul
e1dbec1dff
Implement list_hosted_zones_by_vpc() functionality ( #4771 )
2022-01-29 10:11:24 -01:00
Paul
cd2d7a9c7a
moto/route53 does not correctly handle private hosted zones #4785 ( #4786 )
2022-01-27 10:28:31 -01:00
Bert Blommers
aa70ee254d
Remove deprecated decorators + boto dependency ( #4378 )
2022-01-18 14:18:57 -01:00
Bert Blommers
3d105361ef
Route53 - Error on batch changes that are too large ( #4674 )
2021-12-10 08:47:27 -01:00
Bert Blommers
7776668a5a
Route53 tech debt ( #4673 )
2021-12-09 21:33:09 -01:00
Bert Blommers
194098c7de
Route53 - Improve error handling ( #4672 )
2021-12-08 14:42:08 -01:00
kbalk
665c8aa3bc
Route53 query-logging-config APIs ( #4437 )
2021-10-22 21:47:29 +00:00
Bert Blommers
14a69c7524
Techdebt: Enable pylint rules ( #4432 )
2021-10-18 19:44:29 +00:00
Bert Blommers
e9a4100324
Rewrite deprecated CloudFormation tests ( #3842 )
2021-10-04 13:47:40 +00:00
Bert Blommers
e88e73aac7
Rewrite deprecated Route53 tests ( #4327 )
2021-09-23 10:27:09 +00:00
Bert Blommers
fdf27a70e9
Route53 - Persist CallerReference ( #3788 )
2021-08-22 10:51:21 +01:00
Ivan Zubenko
d3f20694a9
sort Route53 resource record sets ( #3864 )
...
* sort Route53 resource record sets
* address comments
2021-04-20 12:50:05 +01:00
tony-dot-sh
1b288b6936
DNSName key retrieval for list-hosted-zones-by-dns-name ( #3774 )
...
* DNSName key retrieval for list-hosted-zones-by-dns-name per https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListHostedZonesByName.html#API_ListHostedZonesByName_RequestSyntax
* Route53
- uncomment return to be shared by zone list response
- add test to return list hosted zone by dns name without '.' in FQDN
Co-authored-by: Tony Greising-Murschel <tony@platform.sh>
2021-03-16 12:58:16 +00:00
Rafael de Elvira
8a95878a81
Route53: Implement dummy GetChange endpoint ( #3486 )
...
* Route53: Implement dummy GetChange endpoint
* fix typo in GET_CHANGE_RESPONSE
2020-11-20 07:21:05 +00:00
Ayush Ghosh
7f73015f02
Fix XML encoding in Route53 JInja2 Templates #3469 ( #3473 )
...
* Use Jinja2 escape functionality to escape html attributes in value response
* Add tests
* fix formatting
2020-11-18 07:23:49 +00:00
Matěj Cepl
77dc60ea97
Port test suite from nose to pytest.
...
This just eliminates all errors on the tests collection. Elimination of
failures is left to the next commit.
2020-11-10 08:23:44 +01:00
Jon Nangle
bebcf52851
Formatting
2020-03-02 13:07:34 +00:00
Jon Nangle
9fdeaca589
Support GeoLocation and Failover on Route 53
2020-03-02 12:46:15 +00:00
Dejan Levec
877f3b056a
Add IsTruncated to Route53.list_resource_record_sets
2019-12-27 19:32:31 +01:00
Asher Foa
96e5b1993d
Run black on moto & test directories.
2019-10-31 10:36:05 -07:00
Don Kuntz
cae0b5bc45
Remove extraneous print statement from test
2019-08-28 13:59:49 -05:00
Don Kuntz
35507f33df
Don't error out on route53.list_tags_for_resource when resource has no tags
...
Without the added `return {}`, calling route53.list_tags_for_resource
when called with a ResourceId of a resource without any tags would
result in the error:
jinja2.exceptions.UndefinedError: 'None' has no attribute 'items'
Because the LIST_TAGS_FOR_RESOURCE_RESPONSE was given None instead of
empty dict.
This now allows list_tags_for_resource to be called without issue on
tag-less resources.
2019-08-28 13:57:42 -05:00
sblumin
a2ac341e3d
added support to UPSERT records that are not simple routing policy
2019-07-17 16:37:47 -07:00
Steve Pulec
414ff930ed
Merge branch 'master' into mark-alias-target
2019-07-07 23:11:53 -05:00
Steve Pulec
574055da2c
Merge pull request #2245 from vrtdev/bugfix/r53-delete-type
...
Route53 Delete: respect the given Type
2019-07-06 17:29:19 -05:00