Glenn Matthews
Glenn Matthews
If you don't see a use case for dynamic groups of ConfigCompliance, absolutely that would be the appropriate fix. See also the note added in v2.3.6 release notes (we missed...
Likely duplicate of #7330.
We either need to enhance the `prefix` method filter to handle UUIDs, or add a separate `prefix_id` ModelMultipleChoiceFilter. The `location` filter is using a NaturalKeyOrPKMultipleChoiceFilter so it's fine as-is. Also,...
Traceback: ``` Traceback (most recent call last): File "/source/nautobot/core/utils/filtering.py", line 141, in get_filterset_parameter_form_field form_field = MultipleContentTypeField(choices_as_strings=True, feature=plural_name) File "/source/nautobot/core/forms/fields.py", line 232, in __init__ extras_utils.FeatureQuery(feature).get_query() File "/source/nautobot/extras/utils.py", line 133, in get_query...
The following diff *looks* effective in addressing this - would need test automation and such though. ```diff diff --git a/nautobot/core/utils/filtering.py b/nautobot/core/utils/filtering.py index f27826a99..1609d27cd 100644 --- a/nautobot/core/utils/filtering.py +++ b/nautobot/core/utils/filtering.py @@ -136,7...
Thanks for the report! Most likely this was broken by some of the field renaming and reconciliation we did in 2.0 - I see that `PowerOutletTemplateTable` has a `power_port` column,...
Since the rest of the Redis configuration is derived from the `NAUTOBOT_REDIS_*` environment variables through `parse_redis_connection()` by default, adding support for `NAUTOBOT_REDIS_DATABASE_CACHE` and `NAUTOBOT_REDIS_DATABASE_CELERY` variables should be a pretty straightforward...
As a workaround, you can probably set the standard `HTTP_PROXY` and `HTTPS_PROXY` environment variables.
`ServiceNowCRUDMixin._sys_id_cache` and `ServiceNowDiffSync.objects_to_delete` should both become instance attributes and/or be explicitly emptied out at job start time.
It would be helpful to propose specific settings that would be desired here. From reviewing our LDAP configuration docs, would environment variables for the following settings be sufficient? - `AUTH_LDAP_SERVER_URI`...