-
Notifications
You must be signed in to change notification settings - Fork 1
Enhance AREDN Node integration #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really nice, thanks for submitting it!
Let me see if I can loosen up the linter a little bit. I don't care about long lines, for example.
|
I increased max line length to 120; that should resolve all those linter complaints. Comments inline with things I'm ok with telling linter to ignore because I think its suggestions detract from clarity. |
|
Refactored a few lines let me know what you think now.... |
|
Bah, ruff is still failing. I think I got its config (.ruff.toml) right this time; you might have to rebase from main for the runner to pick it up for this PR. You can run it locally via scripts/lint. |
…mprove host parsing, and update data handling
For consistency, sure! Co-authored-by: Brett T. Warden <brett.warden@gmail.com>
Co-authored-by: Brett T. Warden <brett.warden@gmail.com>
Co-authored-by: Brett T. Warden <brett.warden@gmail.com>
Co-authored-by: Brett T. Warden <brett.warden@gmail.com>
Co-authored-by: Brett T. Warden <brett.warden@gmail.com>
Refactor IP resolution logic to always attempt resolving and refresh the cached IP for the IP sensor.
Support SSL and port configuration improve host parsing, and update data handling