Bryan Culver
Bryan Culver
Pynautbot should require the specification of desired API version for all requests (either via environment variable or config) and not use whatever Nautobot specifies as the default. This would move...
Current `pip` install steps in the Dockerfiles here can cause involuntary upgrades of Nautobot as documented. Should take a page out of https://github.com/nautobot/nautobot-plugin-golden-config/pull/344/files#diff-c6f8f74679cf3f9fd047891aa445b533bdb6b3e60cb80717cd0dbe66e0fcce1a and constrain against installed Nautobot version.
- Updated Dockerfile to be compatible with upstream testing - Added workflow fragment to trigger testing Should close: - #192 - #191 - #186 - #183 - #180 - #174...
### Environment * Python version: * Nautobot version: * nautobot-plugin-firewall-model version: ### Expected Behavior `service_objects` Shows as a part of the payload that can be sent to create a ServiceObjectGroup....
### As ... Cora - Coder ### I want ... convenience method(s) for accessing an ancestor of a specific type. ### So that ... I can quickly find an ancestor...
Known deprecated classes that unless necessary for 2.0 can be removed in 3.0 per the deprecation policy. nautobot/extras/forms/forms.py - `CustomFieldBulkCreateForm` nautobot/extras/forms/mixins.py - Many, look for `@class_deprecated_in_favor_of`
### Proposed Changes Add `@extras_features("dynamic_groups")` to the following models: - Circuits - Interfaces - Locations - Prefix - completed in #2200 - IPAddress - completed in #2200 ### Justification FilterSets...