Jathan McCollum
Jathan McCollum
### Proposed Changes The following changes are proposed to implement support for export (rendering) and import (parsing) of CSV data using the REST API: #### Implementation - We will use...
### Proposed Changes See helper code from : #2348 - Dynamic Group edit form should use the dynamic filter form generation for saving filter data to the `DynamicGroup.filter` in the...
## Proposal I propose that a serious refactor is performed to reduce all of the code duplication in this library predominantly around how `Request` objects are repeatedly constructed and the...
Python version: 3.8 Django version: 3.1.14 I am a maintainer of [Nautobot](https://github.com/nautobot/nautobot) and we [recently implemented the optimizer](https://github.com/nautobot/nautobot/pull/769) in our v1.2.0 release. We just got [this bug report ](https://github.com/nautobot/nautobot/issues/1228)related to...
Nautobot v1.2.0 is introducing Secrets and a handful of other new models. Let's make sure these get accounted for.
Cacheops is not currently compatible with this plugin and may not ever be. We should implement a system check that makes sure that asserts `settings.CACHEOPS_ENABLED == False` and raises an...
## Steps to reproduce - Create an object that has a `status` field (like a `Device`) setting the `status` to `Active` - Create a new branch - Change the `status`...
Self-explanatory.
They are IOS-like, but differ in that you may specify CIDR prefixes for addresses, and that the "ip access-list/no ip access-list" syntax is like Cisco's "ip access-list extended", but without...
Currently the ACL parser only supports the numeric form (112) to specify vrrp as a protocol. Example: ``` term permit-vrrp { from { destination-address { 224.0.0.18/32; } protocol vrrp; }...