Ross McFarland
|
604ed8604b
|
Merge pull request #1124 from octodns/checksumming
Add support for checksum matching for safer plan & apply
|
2 years ago |
Ross McFarland
|
d35022b9dc
|
Merge branch 'main' into checksumming
|
2 years ago |
Ross McFarland
|
8c92701c8b
|
Merge pull request #1125 from AlizeyJalil/ajalil/zone-not-found-error
Error message for zone not found in config.yaml
|
2 years ago |
Ross McFarland
|
98a1175399
|
Update tests/test_octodns_manager.py
|
2 years ago |
Ross McFarland
|
9e1aa7b8ed
|
Apply suggestions from code review
|
2 years ago |
Alizey Jalil
|
dc4addc837
|
Removed the specific config file used missing zone test use case
|
2 years ago |
Alizey Jalil
|
d9ac836c24
|
Removed ds_store file
|
2 years ago |
Alizey Jalil
|
a2a502987e
|
Added test for missing zone
|
2 years ago |
Alizey Jalil
|
c816fe7af0
|
Added test for missing zone file
|
2 years ago |
Ross McFarland
|
780fa2a24b
|
Add support for checksum matching
|
2 years ago |
Ross McFarland
|
bf247023b2
|
Merge pull request #1123 from Janik-Haag/main
readme: add NixOS-DNS to mentioned projects
|
2 years ago |
Janik H.
|
861ca6a02c
|
readme: add NixOS-DNS to mentioned projects
|
2 years ago |
Ross McFarland
|
ce84254b30
|
Merge pull request #1122 from octodns/fix-meta-up-to-date-check
Fix bug in MetaProcessor up to date record check
|
2 years ago |
Ross McFarland
|
d85c925ebf
|
Greatly simplify MetaProcessor and (more) thoroughly test it
|
2 years ago |
Ross McFarland
|
b8dab67d6a
|
Fix bug in MetaProcessor up to date record check
|
2 years ago |
Ross McFarland
|
4fb0986fc5
|
Merge pull request #1118 from octodns/recursive-expansion
Support for nested config env variable expansion
|
2 years ago |
Ross McFarland
|
4c09f4bc71
|
Support for nested config env variable expansion
|
2 years ago |
Ross McFarland
|
d6e3f75a92
|
Merge pull request #1117 from octodns/rel-1-4-0
Version 1.4.0 bump & changelog update
|
2 years ago |
Ross McFarland
|
5df3a8b360
|
Version 1.4.0 bump & changelog update
|
2 years ago |
Ross McFarland
|
78f6464418
|
Merge pull request #1111 from octodns/fix-meta-target
Fix MetaProcessor.include_target
|
2 years ago |
Ross McFarland
|
b0b330f1d1
|
Merge branch 'main' into fix-meta-target
|
2 years ago |
Ross McFarland
|
bc901dbe07
|
Merge pull request #1114 from octodns/process-source-and-target-zones
Add Processor.process_source_and_target_zones
|
2 years ago |
Ross McFarland
|
0f582de47b
|
Merge branch 'main' into process-source-and-target-zones
|
2 years ago |
Ross McFarland
|
d98cae48c9
|
Merge pull request #1113 from octodns/record-data-copy
ValuesMixin._data improvements & related fixes of Record.copy
|
2 years ago |
Ross McFarland
|
523a188e1d
|
explicit test for values and value
|
2 years ago |
Ross McFarland
|
4a73c6b6f3
|
Merge branch 'main' into record-data-copy
|
2 years ago |
Ross McFarland
|
2174088a81
|
Merge pull request #1116 from Janik-Haag/main
Update README.md
|
2 years ago |
Janik H.
|
0d1fcb4a39
|
Update README.md
|
2 years ago |
Ross McFarland
|
cb09b590e7
|
ValueMixin._data always includes 'value'
|
2 years ago |
Ross McFarland
|
5568dc6be1
|
Add Processor.process_source_and_target_zones
|
2 years ago |
Ross McFarland
|
1a5c9a2c5e
|
Flip ValuesMixin._values logic to handle/have key in all cases
|
2 years ago |
Ross McFarland
|
6f6cb79854
|
Fix bug with Record.copy when values is an empty list []
|
2 years ago |
Ross McFarland
|
201d2c2423
|
Merge pull request #1112 from octodns/tests-ignore-deprecations
Ignore deprecation warnings during tests
|
2 years ago |
Ross McFarland
|
ce741fc887
|
Ignore deprecation warnings during tests
|
2 years ago |
Ross McFarland
|
5b6b53bca0
|
modify desired, not existing
|
2 years ago |
Ross McFarland
|
03f37e3ae9
|
Fix bug with Record.copy when values is an empty list []
|
2 years ago |
Ross McFarland
|
e612e2b885
|
Fix MetaProcessor/Manager.include_meta where include_provider
|
2 years ago |
Ross McFarland
|
93a00f12a9
|
Add Processor.process_source_and_target_zones
|
2 years ago |
Ross McFarland
|
62ca2ec34c
|
Merge pull request #1102 from octodns/record-data-octodns
Fixed Record.data, now includes the octodns special section data
|
2 years ago |
Ross McFarland
|
139e73cfd0
|
Merge branch 'main' into record-data-octodns
|
2 years ago |
Ross McFarland
|
ab263527a3
|
Merge pull request #1107 from octodns/formalize-deprecation
deprecation.deprecated, use official mechinism for deprecations
|
2 years ago |
Ross McFarland
|
f776fc6e65
|
essentially ditch stacklevel/context for deprecation of config thigns (it's not useful)
|
2 years ago |
Ross McFarland
|
4b73ea6bb4
|
Merge branch 'main' into formalize-deprecation
|
2 years ago |
Ross McFarland
|
1d8303c891
|
Merge pull request #1108 from octodns/no-utcnow
Address datetime.utcnow deprecation in py 3.12
|
2 years ago |
Ross McFarland
|
d886244399
|
Warnings are errors during tests
|
2 years ago |
Ross McFarland
|
e03adfceda
|
Address datetime.utcnow deprecation in py 3.12
|
2 years ago |
Ross McFarland
|
142eaa709f
|
tell pytest to ignore all of our internal 2.0 deprecated warnings
|
2 years ago |
Ross McFarland
|
0332b34f72
|
deprecation.deprecated, use official mechinism for deprecations
|
2 years ago |
Ross McFarland
|
cec88d20ac
|
Merge pull request #1106 from octodns/update-requirements
update requirements*.txt
|
2 years ago |
Ross McFarland
|
f807d8b6ac
|
update requirements*.txt
|
2 years ago |