Glenn Matthews

Results 171 comments of Glenn Matthews

~Looks like it's because CI is currently using latest `poetry` version (1.8.2 - because we're using an older version of https://github.com/networktocode/gh-action-setup-poetry-environment that didn't pin the poetry version) whereas our local...

Blocked by ~networktocode/netutils#280~ PR https://github.com/networktocode/netutils/pull/483

Also, the tests pass in Docker because the docker build installs `nautobot[all]`, which brings in `napalm`, which brings in `setuptools`, which vendors the `distutils` package. The CI tests just install...

The new version of `gh-action-setup-poetry-environment` has a breaking change in that it now defaults to `poetry install --only dev` which means most of our dependencies don't get installed in the...

Blocked until a new release of `netutils` is available.

I'm actually wondering if this is in fact a desirable behavior change. **Should** logging out of Nautobot actually log the user out of their SSO altogether? It feels like in...

Now that we have a system job for changelog cleanup (#5442), this would be a relatively straightforward enhancement of that job to take some additional parameters.

My main concern is that this is going to be *heavily* organization-specific and business-logic intensive. For example, is a Region the parent of Countries or is a Country the parent...

#5378 addresses the boolean filter tests only. More to be done.