Glenn Matthews

Results 96 issues of Glenn Matthews

### Proposed Changes Remove the following deprecated class aliases left over from 1.x as introduced in #2151 and #2798: - AddRemoveTagsForm - CustomFieldBulkCreateForm - CustomFieldBulkEditForm - CustomFieldFilterForm - CustomFieldModelForm -...

type: housekeeping

Using the `prototype/3581-django-4.2` branch, a number of filter test cases throw the following or similar stack trace: ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/django/db/backends/utils.py", line 89, in _execute return...

type: housekeeping

### Environment * Nautobot version: 2.1.3 * nautobot-golden-config version: 2.0.1 ### Proposed Functionality nautobot/nautobot#5254 caused several GC views to raise exceptions when accessed, however upstream CI testing of this repository...

### Environment * Python version: * Nautobot version: 2.0.3 * nautobot-golden-config version: 2.0.0 ### Observed Behavior ``` ?: (drf_spectacular.W001) /opt/nautobot/.local/lib/python3.11/site-packages/nautobot_golden_config/api/serializers.py: Warning [ConfigToPushViewSet > ConfigToPushSerializer]: unable to resolve type hint for...

bug

# Closes #5537 (a followup to #5586) The implementation of `JobModel.job_class` as a `cached_property` was problematic for long running (i.e. production, not runserver) server processes so I've changed it to...

Progress towards #5472. # What's Changed - Add `StaticGroup` and `StaticGroupAssociation` data models and migrations - Add reverse GenericRelation ~~on BaseModel~~ and a `static_groups` helper method via a `StaticGroupMixin` mixin...

### As ... Nelly - Network Engineer ### I want ... The UI and API for managing Contact and Team associations to only allow associating these to relevant content-types. ###...

type: bug

### Environment * Nautobot version (Docker tag too if applicable): 2.2.2 ### Steps to Reproduce 1. https://demo.nautobot.com/dcim/device-families/add/ ### Expected Behavior `tags` field to be included in the form ### Observed...

type: bug

### Environment * Nautobot version (Docker tag too if applicable): 2.2.0 ### Steps to Reproduce https://demo.nautobot.com/api/extras/contact-associations/?associated_object_type=dcim.device Returns: ```json { "associated_object_type": [ "Select a valid choice. That choice is not one...

type: bug

### Environment * Nautobot version (Docker tag too if applicable): 1.5.7 - The `CustomField.grouping` and `CustomField.advanced_ui` field are not represented in the REST API. ![image](https://user-images.githubusercontent.com/5603551/217607544-2c8bcc4a-63ed-4d20-91cb-ea55c187f9a9.png) - `CustomFieldFilterSet` is missing filters...

type: bug