Glenn Matthews

Results 290 comments of Glenn Matthews
trafficstars

I'm not opposed to changing one of the uniqueness criteria on Device from (name, tenant, site) to (name, tenant, site, serial), to be clear.

https://github.com/netbox-community/netbox/pull/7678 may be useful as a reference.

I think so? [CustomFieldFilter](https://github.com/nautobot/nautobot/blob/develop/nautobot/extras/filters.py#L315) still only generates `exact`, `icontains`, or `contains` filters for custom fields. We should probably have it instead pull in the `FILTER_*_LOOKUP_MAP` constants from `nautobot.utilities.constants` and make...

Seems strange to me to be adding `__isnull` as a filter on text and numeric filters - generally speaking those type of fields shouldn't be null. I would have thought...

Is there any remaining work for this epic now that #2092 is merged?

@bryanculver @lampwins Can we close this epic as completed?

Points to clarify: - How to handle "many" relationship side in general - How to handle existing data when creating a required relationship (or changing a previously non-required relationship to...

I think there's room for some clarification here - in some past conversations "dynamic" groups have implied the ability to define a set of group membership criteria and have the...

Some initial thoughts/ideas/brainstorming: - Initial scope might only be single-table within a group (not a group spanning multiple models/tables) - Potential for a "group of groups" model to allow aggregating...

Another place where dynamic groups would be useful would be in adding a feature to allow webhooks to be triggered only for objects in a specific dynamic group.