Ross McFarland
|
eb4979d40b
|
__VERSION__ -> __version__ in script/release
|
2 years ago |
Ross McFarland
|
72f88b4aa8
|
Merge pull request #1098 from octodns/processor-filter-target-optional
Add include_target option to most processor.filter processors
|
2 years ago |
Ross McFarland
|
3e874c5a1d
|
Merge branch 'main' into processor-filter-target-optional
|
2 years ago |
Ross McFarland
|
965015c481
|
Merge pull request #1094 from Solvik/filter-net
add NetworkValueRejectlistFilter and NetworkValueAllowlistFilter processors
|
2 years ago |
Ross McFarland
|
cbeaf031d9
|
Merge branch 'main' into filter-net
|
2 years ago |
Ross McFarland
|
7f34cb1c10
|
Merge pull request #1099 from octodns/simplify-versioning
Simplify versioning
|
2 years ago |
Ross McFarland
|
45900a861d
|
Correct a it -> as it type-o in changelog
|
2 years ago |
Ross McFarland
|
44499a996e
|
Remove dead version function
|
2 years ago |
Ross McFarland
|
c9a2c8f72b
|
Simplify versioning, just use __version__
|
2 years ago |
Ross McFarland
|
9b7341fee2
|
Add preferred __version__, per pep-8
|
2 years ago |
Ross McFarland
|
de3ec8e094
|
Move _NetworkValueBaseFilter down with it's children
|
2 years ago |
Ross McFarland
|
be5d28dc56
|
doc new include_target filter prarams
|
2 years ago |
Ross McFarland
|
6cd933a834
|
Add include_target option to most processor.filter processors
|
2 years ago |
Ross McFarland
|
731eb56ab9
|
CHANGELOG entry for network cidr filters
|
2 years ago |
Ross McFarland
|
4f152c187e
|
Merge remote-tracking branch 'origin/main' into filter-net
|
2 years ago |
Ross McFarland
|
3ec425b612
|
Merge pull request #1097 from octodns/include-octodns-in-repr
Include octodns special section in record __repr__
|
2 years ago |
Ross McFarland
|
b55b29af31
|
changelog entry for __repr__ improvement
|
2 years ago |
Ross McFarland
|
e9cdacdd13
|
Include octodns special section in record __repr__
|
2 years ago |
Solvik Blum
|
abdab8f6d8
|
fix lint
|
2 years ago |
Solvik Blum
|
3ed7a88e34
|
add test to cover CIDR validation in config for filters
|
2 years ago |
Ross McFarland
|
fa56dfaffd
|
fix minor formatting failure
|
2 years ago |
Solvik Blum
|
010e5039cc
|
add mention to docstring that the NetworkValue filters won't touch anything except A/AAAA
|
2 years ago |
Solvik Blum
|
f9cb31b602
|
add a txt in tests so we can see the filter effectively only handles A/AAAA
|
2 years ago |
Solvik
|
354b8c2967
|
do not recreate the ip list for each network test
Co-authored-by: Ross McFarland <rwmcfa1@gmail.com>
|
2 years ago |
Solvik Blum
|
f5fd68bb7e
|
add NetworkValueRejectlistFilter and NetworkValueAllowlistFilter processors
|
2 years ago |
Ross McFarland
|
f5fcb1ae8a
|
Merge pull request #1092 from octodns/exclude-root-ns-processors
ExcludeRootNsChanges processor that will error (or warn) if plan includes a change to root NS records
|
2 years ago |
Ross McFarland
|
1b293253d9
|
ExcludeRootNsChanges added w/tests
|
2 years ago |
Ross McFarland
|
bc809a0f85
|
Merge pull request #1089 from octodns/chunked-and-rrs
Fixed handling of chunking large TXT values for users of `rrs`
|
2 years ago |
Ross McFarland
|
65f4a48bc1
|
rr_values as a property for consistency
|
2 years ago |
Ross McFarland
|
ded53023e7
|
add support for chunked values to ValuesMixin.rrs
|
2 years ago |
Ross McFarland
|
9a28437b81
|
chunked_values should return _value_type not plain string
|
2 years ago |
Ross McFarland
|
9102caa132
|
Merge pull request #1087 from octodns/update-license
Update LICENSE details
|
2 years ago |
Ross McFarland
|
5ad3ecb6c0
|
Update LICENSE details
|
2 years ago |
Ross McFarland
|
7ff07f503e
|
Merge pull request #1083 from octodns/filter-processors
ZoneNameFilter processor
|
2 years ago |
Ross McFarland
|
63e0d4ab25
|
Merge branch 'main' into filter-processors
|
2 years ago |
Ross McFarland
|
8966f7cfec
|
Merge pull request #1086 from octodns/py-3-12-ci-modules
Rename script/test-module to script/cibuild-module, update for py3.12
|
2 years ago |
Ross McFarland
|
9a5173e252
|
doh, cibuild-module doesn't have +x
|
2 years ago |
Ross McFarland
|
165e32f18d
|
Manually install setuptools in script/cibuild-module
|
2 years ago |
Ross McFarland
|
0ba9cb2727
|
Rename ./script/test-module to ./script/cibuild-module for consistency
|
2 years ago |
Ross McFarland
|
da9b6ccac9
|
Merge pull request #1085 from octodns/ci-py-3-12
Add Python 3.12 to the ci test matrix and make it the current version
|
2 years ago |
Ross McFarland
|
5a119890ba
|
explicit setuptools & wheel in requirements now
|
2 years ago |
Ross McFarland
|
8be2732de4
|
setuptools is no longer in venvs by default - gh-95299
|
2 years ago |
Ross McFarland
|
c30e21f7e0
|
Add Python 3.12 to the ci test matrix and make it the current version
|
2 years ago |
Ross McFarland
|
f035f4347d
|
Merge pull request #1084 from octodns/python-matrix-json
Try pulling python versions from a json file
|
2 years ago |
Ross McFarland
|
9bd76c8116
|
more generic ci config json name
|
2 years ago |
Ross McFarland
|
32c0b268c1
|
have modules ci job use config for python-version too
|
2 years ago |
Ross McFarland
|
973fbd601e
|
try another approach for multi-line json in an output
|
2 years ago |
Ross McFarland
|
97d525df5b
|
remove newlines from json
|
2 years ago |
Ross McFarland
|
97e4618313
|
checkout needs to be its own step
|
2 years ago |
Ross McFarland
|
75d8ec53f9
|
setup-py needs config too
|
2 years ago |