Glenn Matthews

Results 301 comments of Glenn Matthews
trafficstars

Initially implemented in #3722 and revised in #4188, #4274, and #4448.

Something appears to have changed recently as we're suddenly hitting this issue very frequently in the last week. By any chance is https://github.com/python-poetry/poetry-core/pull/645 related to this, or even (fingers crossed)...

Mostly so, I'm afraid - sorry! It's outside the scope of my current day job.

Is `nautobot.core.utils.logging.sanitize()` not doing the right thing in this case? It should be applied to all job logs in 2.0 automatically.

At a guess, something to do with not having necessary plugin configuration *or* not having any GC data in the database?

I don't see that behavior in `develop`: ``` ❯ invoke serve-docs Starting Nautobot in detached mode... Running docker compose command "up --detach" PYTHON_VER=3.12 \ docker compose \ --project-name "nautobot" \...

Thanks for the data. I can see that I need to update my local docker, but interesting that this has changed.

Might just be as simple as changing the `stop` task definition to perform `docker compose down --profile '*'`? Haven't tried.

Needs to be `docker compose --profile '*' down` but that works for me both with docker 4.15 and after upgrading to 4.29.

Thanks for the pull request! We're going to move forward at this time with a different approach to #1858, allowing for the provision of a custom CSS file via the...