Gary Snider

Results 67 issues of Gary Snider

### As ... Austin - Network Automation Engineer ### I want ... To be able to define a weight attribute on panels in my template extension ### So that ......

type: feature

### As ... Dan - Data Owner ### I want ... a company or organization field on the team and contact models ### So that ... I can differentiate between...

type: feature

### Proposed Changes Create a CI integration to check for merges into the `next` branch. Look for any new migration files with the text `CreateModel`. If this is found, open...

type: housekeeping

### Environment * Nautobot version (Docker tag too if applicable): v1.6.0 - latest * Python version: * Database platform, version: * Middleware(s): ### Steps to Reproduce 1. Create a scheduled...

type: bug
triage

Enhancement to #5730 ### As ... Ozzie - Operator ### I want ... To have my interfaces automatically renamed when moving the module that they reside in ### So that...

type: feature

Follow-up to https://github.com/nautobot/nautobot/issues/2101. The devicetype library uses a `comments` field for ModuleTypes but Nautobot doesn't use a `comments` field for this model. We should translate this field into a note...

type: feature

### Proposed Changes Update views that use the `_all` param and filter using filtersets (bulk edit and bulk destroy). UIViewSet and legacy views need to be updated. Example here: https://github.com/nautobot/nautobot/blob/5f97da6b5ecec46bb9c7e8eb264fa55e1b4dba6f/nautobot/core/views/generic.py#L1236-L1242...

type: housekeeping

### Proposed Changes It seems like what we're doing in NautobotHTMLRenderer is closer to rest_framework.renderers.TemplateHTMLRenderer than the existing base class of rest_framework.renderers.BrowsableAPIRenderer ### Justification Code cleanup and standardization

type: housekeeping

### Environment * Nautobot version (Docker tag too if applicable): 2.2 * Python version: n/a * Database platform, version: n/a * Middleware(s): n/a ### Steps to Reproduce 1. Go to...

type: bug

### Proposed Changes `nautobot.core.filters.BaseFilterSet.get_filters` requires that it be the last base class if any FilterSet mixins use `get_filters` to add filters dynamically to the filterset. We should refactor these so...

type: housekeeping