Gary Snider

Results 67 issues of Gary Snider

### Proposed Changes In django's [test runner](https://github.com/django/django/blob/f5c880857e8e01b006c75b9e79a9088cc2c6228f/django/test/runner.py#L709) we only need to run coverage on the code that's executed on lines 728 and 729: ![image](https://github.com/nautobot/nautobot/assets/75227981/38306239-3b24-41b2-81be-9b7ddb3f79f3) ### Justification This speeds up test...

type: housekeeping

### Proposed Changes New models `HardwareFamily`, `SoftwareImageFile`, and `SoftwareVersion` should be usable as `ConfigContext` filters. These were missed when the models were originally added. ### Justification Seems like a useful...

type: housekeeping

See the checklist on PR #5137 for an example of the tasks involved. We might want to just add to `nautobot/docs/development/apps/api/models/index.md`

type: documentation
type: housekeeping

### Proposed Changes To prevent users from inadvertently leaving silk profiling enabled when it's no longer needed, we should probably add a banner to all UI pages when it's enabled....

type: housekeeping
type: feature

### Environment * Nautobot version (Docker tag too if applicable): v2.2.0a1 * Python version: * Database platform, version: * Middleware(s): ### Steps to Reproduce 1. Logout of Nautobot 2. Click...

type: bug

### As ... Ozzie - Operator ### I want ... to use Django Silk to profile REST API requests ### So that ... I can troubleshoot issues with REST API...

type: feature

### Proposed Changes Update any migrations that completely replaced a model with a new model while preserving the old primary key. (Site/Region to Location, Aggregate to Prefix) Use this new...

type: housekeeping

### As ... Ozzie - Operator ### I want ... to be able to sort a list view and see a visual indication of which column is being sorted, and...

good first issue
type: feature

### Environment * Nautobot version (Docker tag too if applicable): Probably goes back to v1.4 * Python version: * Database platform, version: * Middleware(s): ### Steps to Reproduce I encountered...

type: bug

### Proposed Changes Follow-up to #5280 - [ ] Add concrete through table for the `software_image_files` field from device - [ ] Make the foreign key to `software_image_file` protected with...

type: housekeeping