1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Commit Graph

1648 Commits

Author SHA1 Message Date
Jonathan Leroy
f3e3f19cd3 Suppress previous exceptions before raising GandiClientUnknownDomainName
exception
2020-11-03 22:59:39 +01:00
Jonathan Leroy
09a02286f5 Merge branch 'master' into gandi-provider 2020-11-03 22:30:52 +01:00
Ross McFarland
51f9f2826f Merge pull request #621 from github/alias-root-only
ALIAS records only allowed at the root of zones
2020-11-03 10:39:45 -08:00
Ross McFarland
269e737812 Add a caveat emptor clause to lenient doc section. 2020-11-03 10:35:55 -08:00
Ross McFarland
b017f90c66 Add some docs around lenient and its uses 2020-11-03 10:27:31 -08:00
Ross McFarland
7958a6e1d1 Merge remote-tracking branch 'origin/master' into alias-root-only 2020-11-02 13:47:23 -08:00
Jonathan Leroy
729fd01dbf Merge branch 'master' into gandi-provider 2020-11-02 19:13:12 +01:00
Ross McFarland
1bd561b531 Merge pull request #592 from Inikup/zones-aliases
Add support for zones aliases
2020-11-02 09:55:52 -08:00
Jonathan Leroy
bb7a1a43b7 Implement suggested changes 2020-11-02 18:42:03 +01:00
Jonathan Leroy
6ebe085881 Add GandiProvider to README 2020-11-02 18:04:45 +01:00
Jonathan Leroy
05ce134454 Add tests for zone creation 2020-11-02 18:02:15 +01:00
Jonathan Leroy
dc9dc45ae6 Fixes tests after merging of #620 2020-11-02 18:00:48 +01:00
Jonathan Leroy
20caaf8c4e Merge branch 'master' into gandi-provider 2020-11-02 16:35:14 +01:00
Ross McFarland
364b70048f Fix coverage pragma grep 2020-11-02 07:27:48 -08:00
Ross McFarland
19798e3acf Only allow ALIAS on APEX 2020-11-02 07:26:07 -08:00
Jonathan Leroy
2d4855508c Check that an alias zone source is not an alias zone 2020-11-01 23:58:40 +01:00
Jonathan Leroy
95a71a268e Apply workaround for python bug #2506 witout using "pragma: no cover"
comment
2020-10-31 23:51:04 +01:00
Jonathan Leroy
e524d69f63 Fixes linting issue 2020-10-31 23:32:20 +01:00
Jonathan Leroy
d3be3be734 Fix coverage issue 2020-10-31 23:26:27 +01:00
Jonathan Leroy
fbfa46fbcc Add documentation for zones aliases 2020-10-31 22:51:09 +01:00
Jonathan Leroy
9a4812223e Add missing empty line 2020-10-31 20:19:09 +01:00
Jonathan Leroy
038ae42284 Add comments and fixes some tests 2020-10-31 20:16:26 +01:00
Jonathan Leroy
6b568f5c9d Compare alias zones content with the one of its parent zone, even if
there is no changes in the parent zone
2020-10-31 19:07:34 +01:00
Jonathan Leroy
a6d8848fad Fixes linting issues 2020-10-31 14:19:43 +01:00
Jonathan Leroy
b0da090723 Add test for alias zones 2020-10-31 14:09:54 +01:00
Jonathan Leroy
a2aa98377d Add tests for Record.copy() 2020-10-31 10:57:14 +01:00
Jonathan Leroy
a1e62281f6 Fixes record copy when record is a child class of Record and as no record
type specified in its data
2020-10-31 10:54:17 +01:00
Jonathan Leroy
4fb102e4be Fixes tests related to _populate_and_plan() 2020-10-31 09:44:06 +01:00
Jonathan Leroy
6f01a543df Implement configuration validation for alias zones 2020-10-31 09:43:23 +01:00
Jonathan Leroy
8679bb4899 Remove sources argument when calling _populate_and_plan() for an alias
zone
2020-10-31 09:41:27 +01:00
Jonathan Leroy
0b3a99bb8c Implement Record.copy() function
Flip if in _populate_and_plan()
2020-10-31 09:38:35 +01:00
Jonathan Leroy
3acea0d89d Handle multiples sources on aliased zones 2020-10-31 01:09:37 +01:00
Jonathan Leroy
04a2d7a585 Merge branch 'master' into zones-aliases 2020-10-28 16:24:40 +01:00
Ross McFarland
b37656a2c8 Merge pull request #620 from Inikup/dname-records
Add support for DNAME records
2020-10-27 13:22:23 -07:00
Jonathan Leroy
eec4c4f81c Remove support for dynamic DNAME records as no provider currently
support them
2020-10-27 20:31:57 +01:00
Jonathan Leroy
b280449969 Add record targets normalizaltion 2020-10-27 11:25:55 +01:00
Jonathan Leroy
6d17b4671a Handle domains not registred at Gandi or not using Gandi's DNS 2020-10-27 11:23:22 +01:00
Jonathan Leroy
7161baa262 Fixes code coverage for unsupported records types 2020-10-26 23:23:32 +01:00
Jonathan Leroy
bfaafeb61b Fixes value of "rrset_name" parameter for domain APEX 2020-10-26 23:10:36 +01:00
Jonathan Leroy
de51e5f531 Add support for DNAME records 2020-10-26 22:18:35 +01:00
Jonathan Leroy
3f85244264 Fixes incorrect domain name in gandi-no-changes.json 2020-10-26 20:30:15 +01:00
Jonathan Leroy
fd136b42d1 Add support for Gandi LiveDNS 2020-10-25 01:08:08 +02:00
Jonathan Leroy
897a033443 Add tests for Manager.get_zones() 2020-10-21 20:02:12 +02:00
Jonathan Leroy
1f60a6af5e Fixes typo in manager.get_zone() 2020-10-21 19:24:49 +02:00
Jonathan Leroy
94a8b67a3b Fixes linting errors 2020-10-21 19:18:27 +02:00
Jonathan Leroy
12c3aa64a8 Add zones aliases support to octodns-compare command 2020-10-21 19:11:25 +02:00
Jonathan Leroy
06c18f4063 Add zones aliases support to octodns-report command 2020-10-21 19:11:02 +02:00
Jonathan Leroy
f2a6f870b4 Make each alias zone reference its target zone instead of listing all
aliases zones in the target zone configuration
2020-10-20 22:18:48 +02:00
Jonathan Leroy
7bf0b31367 Revert "Add support for zones aliases"
This reverts commit b926d78c5c.
2020-10-20 19:54:35 +02:00
Jonathan Leroy
2cc91ead71 Merge branch 'master' into zones-aliases 2020-10-20 19:51:56 +02:00