-
Notifications
You must be signed in to change notification settings - Fork 35
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
V2/2.0.0b2 compatibility #234
Conversation
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Changes dev python minimum to 3.9
Bump certifi from 2022.12.7 to 2023.7.22
…it results on the server instead of getting all results and filtering on the client side.
Adds group_names_raw option to gql_inventory
Updating tests
#237: when searching for cables, use pynautobot's filter() API to lim…
@@ -0,0 +1 @@ | |||
nautobot-bgp-models @ git+https://github.com/nautobot/nautobot-plugin-bgp-models@v2 |
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.
I ripped out these conditional requirement files in #242. Do we plan on keeping separate 1.X/2.X branches? If so, we should just change the standard requirements file.
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.
Yes, there will be separation between 1.X and 2.X.
I have seen this PR you mentioned above, I'll have to re-base and follow that.
4c3834b
to
9f2a151
Compare
9f2a151
to
284914f
Compare
c3c49e6
to
d7847aa
Compare
d7847aa
to
549c7db
Compare
…s, modules tests.
Plugin module has issues with getting status field converted to ID. I will look into that while working on issue #244 as it seems to be related. For now marked as TODO. |
Updates for Nautobot 2.X
IPAddressToInterface
REST API Endpoint nautobot#4249IMPLEMENTATION DECISIONS:
This decision was made based due the fact that locations are hierarchical and name doesn't guarantee that a unique location will be found. This is left to the user to make a unique query (lookup module) to find the location. This aligns to the core team recommendation that for locations PK or a unique set of parameters should be used to identify a location.