Ross McFarland
a5fdf05a3c
Merge branch 'master' into acme-ignoring-processor
2021-08-11 10:47:13 -07:00
Ross McFarland
5c1ea34bc6
Tests for acme processor with ownership
2021-08-11 10:41:52 -07:00
Ross McFarland
1aa78b87a6
Merge branch 'master' into skip-creating-duplicate-monitors
2021-08-07 09:01:48 -07:00
Ross McFarland
44b7c6880d
Implement AcmeIgnoringProcessor
2021-08-05 08:57:29 -07:00
Ross McFarland
3101ae346d
Merge remote-tracking branch 'origin/master' into ns1-shared-notifylist
2021-08-04 12:30:37 -07:00
Yaroshevich, Denis
9f2b289090
Merge branch 'gcore-provider' of github.com:G-Core/octodns into gcore-provider
2021-08-03 10:55:26 +03:00
Yaroshevich, Denis
33d56b8357
filters must be ordered as 'geodns', 'defaults', 'first_n'
2021-08-03 10:55:06 +03:00
Yaroshevich, Denis
006a61e4d8
add support for dynamic A, AAAA, CNAME records
2021-08-02 18:47:11 +03:00
Ross McFarland
e2139f92c0
Suport for shared_notifylist in Ns1Provider
2021-08-01 14:40:51 -07:00
Sham
65056fb4cd
check for identical monitor and skip creating one if found
2021-07-30 12:37:21 -07:00
Yaroshevich Denis
5d25dbea0f
Merge branch 'master' into gcore-provider
2021-07-27 09:49:21 +03:00
Yaroshevich, Denis
cc0faf5762
Merge branch 'gcore-provider' of github.com:G-Core/octodns into gcore-provider
2021-07-26 17:58:27 +03:00
Yaroshevich, Denis
c6486ce3d1
add support for NS, MX, TXT, SRV, CNAME, PTR
2021-07-26 17:57:16 +03:00
Brian E Clow
8ca7070186
Formatting, lingering pr comments, fixing resulting errors
2021-07-23 15:03:51 -07:00
Brian E Clow
5eae6164b6
Adding CloudFlare URLFWD/pagerules fixtures for testing updates
2021-07-22 14:34:10 -07:00
Brian E Clow
a3b94cfed3
Adding URLFWD type to CloudeFlare provider + testing updates
2021-07-22 14:33:06 -07:00
Brian E Clow
0967858554
Accounting for CloudFlare TTL alias
2021-07-22 14:32:09 -07:00
Brian E Clow
f4caa35caa
Ignoring URLFWD and adjusting test counts for other providers
2021-07-22 14:32:09 -07:00
Brian E Clow
21fcff920e
Adding NS1 URLFWD support and testing
2021-07-22 14:32:09 -07:00
Brian E Clow
9be1195d47
SplitYAML testing
2021-07-22 14:32:09 -07:00
Brian E Clow
c5efba89fe
Adding yaml support and testing for URLFWD
2021-07-22 14:32:09 -07:00
Brian E Clow
2a6480bc05
Adding URLFWD record testing
2021-07-22 14:32:09 -07:00
Yaroshevich Denis
3567cd9c54
Merge branch 'master' into gcore-provider
2021-07-08 09:52:53 +03:00
Viranch Mehta
6f5df26e88
allow multiple values if all pool values are included
2021-07-04 23:52:16 -07:00
Viranch Mehta
2d21125645
Full support for A/AAAA dynamic records in Azure
2021-07-04 04:55:18 -07:00
Yaroshevich Denis
b83e8aaf2e
Merge branch 'master' into gcore-provider
2021-07-02 09:25:48 +03:00
Ross McFarland
38ed4155f6
Merge branch 'master' into ignore-non-octo-managed-monitors
2021-07-01 06:25:21 -07:00
Sham
7f3aafe6a4
added tests for both non-confirming notes as well as empty notes in existing monitors
2021-07-01 00:31:17 -07:00
Yaroshevich Denis
46d168b89e
Merge branch 'master' into gcore-provider
2021-06-30 12:40:25 +03:00
Viranch Mehta
1d55124a5c
Fix repetitive updates due to endpoint name overwrite
...
Also add _extra_changes to dynamic record tests to make them more
exhausitve.
Simplify root profile's endpoint names.
2021-06-28 10:22:29 -07:00
Sham
832c22a513
added SX and UM to partial list of countries test
2021-06-27 01:24:13 -07:00
Sham
9e085e9f4e
Merge branch 'octodns:master' into NA-limitation-fix
2021-06-25 21:48:04 -07:00
Ross McFarland
cdfec9035f
Merge branch 'master' into python-2.7-fixes
2021-06-25 15:43:08 -07:00
Viranch Mehta
4848246712
Fix partially re-used fallback chain
2021-06-25 13:59:27 -07:00
Viranch Mehta
d6deabcc52
Fix duplicate endpoints in Azure DNS dynamic records
2021-06-25 10:52:35 -07:00
blanariu
29532302e2
Leave just importing from mock
2021-06-24 19:28:53 +03:00
blanariu
efc4d99d8d
Replaced conditional imports with six
2021-06-24 19:17:09 +03:00
blanariu
e934ea0423
Fix bug in ultra provider tests when run in Python 2.7
...
The test_login test from TestUltraProvider would fail in Python 2.7
due to the dictionary insertion order not being preserved in 2.7
and early 3.x versions. Comparing the dictionaries containing the
query parameters solves this. Snippet from test failure:
- username=user&password=rightpass&grant_type=password
+ grant_type=password&username=user&password=rightpass
2021-06-24 12:51:45 +03:00
blanariu
749f0bd90f
Fix bug in envvar source tests when run in Python 2.7
...
Due to an import error the envvar source tests would not run
in Python 2.7
2021-06-24 12:45:22 +03:00
Yaroshevich Denis
2a7b36ade4
Merge branch 'master' into gcore-provider
2021-06-24 09:41:36 +03:00
Sham
76ea17f8eb
Merge branch 'master' of https://github.com/meghashyamps/octodns into NA-limitation-fix
2021-06-23 21:22:59 -07:00
Ross McFarland
c3f0bf677a
Validate processor config sections
2021-06-23 18:49:19 -07:00
Ross McFarland
92b5b774be
Merge remote-tracking branch 'origin/master' into processors
2021-06-23 18:26:34 -07:00
Sham
7e0733a4e4
fix for NA continent geo target limitation on NS1
2021-06-23 12:37:40 -07:00
Viranch Mehta
a8a9c7c6d1
better test method names
2021-06-23 10:52:14 -07:00
Viranch Mehta
500097542b
drop unneeded line break
2021-06-22 16:11:28 -07:00
Viranch Mehta
568e6860d3
drop comment
2021-06-22 15:56:08 -07:00
Viranch Mehta
c0161fb228
Split out dynamic record validty check for readability
2021-06-22 15:51:54 -07:00
Ross McFarland
000ccac51c
Merge branch 'master' into processors
2021-06-21 17:53:08 -07:00
Viranch Mehta
e7524ec1ad
Partial support for dynamic A+AAAA records on Azure
2021-06-21 15:46:27 -07:00