Commit graph

51 commits

Author SHA1 Message Date
4e85e034ee Update dependency pytest to v8
All checks were successful
build and publish / build-pypackage (pull_request) Successful in 17s
check code / check-code (pull_request) Successful in 18s
2024-02-14 20:15:18 +01:00
35c069efe9 add changelog
All checks were successful
check code / check-code (push) Successful in 21s
2024-01-25 11:56:35 +01:00
1630ccd949 Bump version 0.3.0 → 0.3.1
Some checks failed
check code / check-code (push) Successful in 22s
build and publish / build-pypackage (push) Successful in 19s
update changelog / update-changelog (push) Failing after 3s
2024-01-25 11:56:03 +01:00
256d1a8f0e fix for single value rcd
All checks were successful
check code / check-code (push) Successful in 18s
2024-01-25 11:51:10 +01:00
95c6815dad fix type hint for rdata
All checks were successful
check code / check-code (push) Successful in 18s
2024-01-25 11:45:28 +01:00
f20e190ef6 fix type errors
All checks were successful
check code / check-code (push) Successful in 17s
2024-01-25 11:43:20 +01:00
c692ff18d3 Bump version 0.2.1 → 0.3.0
Some checks failed
check code / check-code (push) Failing after 19s
update changelog / update-changelog (push) Failing after 4s
build and publish / build-pypackage (push) Has been cancelled
2024-01-25 11:39:30 +01:00
c95f95fb8b make populate function smaller 2024-01-25 11:39:22 +01:00
f7f54f8eb7 add docstrings and refactor make absolute function 2024-01-25 10:51:42 +01:00
ff3dd03ce5 add new workflows 2024-01-25 10:25:37 +01:00
de1e67c6be fix deps
All checks were successful
check/lint python code with hatch / check-python-hatch (push) Successful in 22s
2024-01-23 14:30:15 +01:00
988502a499 fix mypy issues
All checks were successful
check/lint python code with hatch / check-python-hatch (push) Successful in 21s
2024-01-09 23:07:04 +01:00
efa08db811 Bump version 0.2.0 → 0.2.1
Some checks failed
check/lint python code with hatch / check-python-hatch (push) Failing after 20s
2024-01-09 23:02:43 +01:00
5714ce5af9 move from provider base class to source 2024-01-09 22:54:52 +01:00
4a2ba28aaa update to python template for future pypi releases 2024-01-09 22:12:25 +01:00
353791797d update debug log 2023-11-10 17:07:55 +01:00
61b1b47a96 update readme and make absolute optional 2023-11-10 17:06:52 +01:00
c77cef64ee make some records absolute 2023-11-10 16:47:59 +01:00
ac395e84e2 escape ; character in txt records 2023-11-10 16:34:20 +01:00
9d79906f96 add @ support and make cname records absolute 2023-11-10 16:32:07 +01:00
d4c095540f fix request parameter 2023-11-09 14:33:45 +01:00
14a98fe132 add log message for total records found 2023-11-09 14:29:33 +01:00
bec8384557 fix literal type 2023-11-09 14:22:05 +01:00
3cb883abd6 update view query 2023-11-09 14:17:36 +01:00
cdd0b00cd1 update query for views and use hatch as a build tool 2023-11-09 13:08:03 +01:00
66d95519b1
update requirements 2023-11-09 12:03:15 +01:00
Jeffrey C. Ollie
7256d8341c
Merge pull request #12 from LuPo/no_view_fix
Fixes #11: zone can be configured without view assignment
2023-06-08 14:18:44 -05:00
Lukasz Polanski
c5ae5bf405 view argument type hints must also accept None value 2023-06-08 18:22:35 +02:00
Lukasz Polanski
4828bbf00b zone can also be configured without assigned view 2023-06-07 18:18:16 +02:00
Jeffrey C. Ollie
f1441d2825
remove wayward debug pprint
fixes #10
2023-05-10 13:02:51 -05:00
Jeffrey C. Ollie
d4a403261f
update lock 2023-02-25 23:52:28 -06:00
Jeffrey C. Ollie
daa03aae2d
use fork of pynetbox until pkg_resources runtime dependency is removed 2023-02-25 17:09:00 -06:00
Jeffrey C. Ollie
6fc3d45cad
Merge pull request #9 from ghcz/main
Several fixes for new pynetbox and Netbox
2023-02-06 09:16:11 -06:00
Matěj D
423207e5dd
Use upstream pynetbox library as their pull req #426 is merged. 2023-02-06 15:50:12 +01:00
Matěj D
e752d3db22
Fix invalid query to Netbox, search only with zone ID. 2023-02-06 15:49:03 +01:00
Matěj D
d3c1d0f653
Fix issue where octodns was failing on missing TTL value for NS records in PTR zones 2023-02-06 15:48:22 +01:00
Jeffrey C. Ollie
3dd15f6b4b
Merge pull request #8 from LuPo/regr_type_hints
pynetbox Record type as parameter value passed to get_nb_zone
2022-10-17 10:16:44 -05:00
Lukasz Polanski
693ea86629 fix attribute error in case view is null 2022-10-17 12:36:10 +02:00
Lukasz Polanski
773a8bd8eb Record type as parameter value passed to get_nb_zone
Fixes #7 regression in commit #e4db78a
2022-10-11 20:00:31 +02:00
Jeffrey C. Ollie
ffcbcfc0f5
Merge pull request #7 from LuPo/fix_dup_zones
_get_nb_zone() function is aware of same zones declared under different view
2022-10-11 09:48:59 -05:00
Lukasz Polanski
e4db78a281 fix parameter call to better reflect function type hint. 2022-10-11 16:38:07 +02:00
Lukasz Polanski
c2f27f7c43 _get_nb_zone() is now aware of same zones declared under different view 2022-10-11 15:56:10 +02:00
Jeffrey C. Ollie
d0a9447e4b
Merge pull request #5 from LuPo/main
fix log merge
2022-09-13 13:43:16 -05:00
Lukasz Polanski
f0b502a74f fix log merge 2022-09-13 12:02:17 +02:00
Jeffrey C. Ollie
b2adb74e7a
Merge pull request #2 from LuPo/fix_log
fix 'Abstract base class, log property missing'
2022-09-10 12:11:14 -05:00
Jeffrey C. Ollie
e052604b07
Merge branch 'main' into fix_log 2022-09-10 12:11:07 -05:00
Jeffrey C. Ollie
cd65914158
Merge pull request #4 from LuPo/feature_replace_duplicates
implement replace duplicate option
2022-09-10 12:09:49 -05:00
LuPo
790a2de345 implement replace duplicate option 2022-09-10 15:24:58 +02:00
LuPo
4cf1c62774 update dependencies 2022-09-09 22:34:51 +02:00
Lukasz Polanski
f8251ad8ff fix 'Abstract base class, log property missing' 2022-07-11 13:59:29 +02:00