Markku Leiniö
Markku Leiniö
`Pathlib` (https://docs.python.org/3/library/pathlib.html) was introduced in Python 3.4, I'm suggesting adding support for it when handling file paths in `chameleon`. The benefit of using `pathlib.Path` is user-friendly interface for OS-independent path...
NetBox 3.2 will support objects in custom fields: https://github.com/netbox-community/netbox/issues/7006 Some changes are most probably needed in `pynetbox` to support that.
The outdated docstring has already caused a couple of issues to be raised, so here we go.
At the same time I dropped testing for 3.0, I'm thinking along the lines that testing for 3.1 should represent 3.0 well enough.
Closes: #431
[6.0.0 release notes](https://github.com/netbox-community/pynetbox/releases/tag/v6.0.0) say: "Ends python 2 support." However the code still has `six` and other Python 2 fixes. Maybe drop the Python 2 compatibility code for real in `pynetbox`...
I'd suggest adding an issue template here in the GitHub. Nothing too fancy, maybe requesting basic information (versions etc) and if the issue is about a real issue or a...
### NetBox version v3.7.1 ### Feature type New functionality ### Proposed functionality I'm proposing adding a **Clone** function in API tokens, the similar way the Clone button works for example...
### Deployment Type Self-hosted ### NetBox Version v3.7.1 ### Python Version 3.11 ### Steps to Reproduce In the dashboard: 1. Unlock Dashboard 2. Add Widget 3. Widget type = Object...
### Deployment Type Self-hosted ### NetBox Version v3.7.2 ### Python Version 3.11 ### Steps to Reproduce 1. Go to VPN - Tunnels 2. Click Configure Table ### Expected Behavior There...