amyasnikov / validity

NetBox plugin to validate network devices
MIT License
136 stars 8 forks source link

NetBox 3.5 Data Sources #36

Closed ryanmerolle closed 11 months ago

ryanmerolle commented 1 year ago

Replace you functionality to sync data sources from git, with the newly implemented NetBox 3.5 Data Sources.

NetBox 3.5.0 gets released this week, but can be tested/developed on using docker pull netboxcommunity/netbox:v3.5-beta2

This would allow you to remove unneeded code

amyasnikov commented 1 year ago

Yeah, I'm definitely going to do it in one of the future releases. It was a bit unlucky for me to implement git communication in parallel with core NetBox.

ryanmerolle commented 1 year ago

I actually was just told it’s not officially supported for plugins to use yet.

amyasnikov commented 11 months ago

Done within #52