Jathan McCollum

Results 191 comments of Jathan McCollum

> this looks epic! when are you targeting release? 1.5 sir

> Let's acknowledge this as a known bug and fix forward. https://github.com/nautobot/nautobot/issues/2732

Initial inspection makes it look like a bug in the filter field. You can see the browser making a query to: ```http GET /api/extras/content-types/?q=&limit=50&offset=0&brief=true ``` If you perform this query...

# Nautobot #2556 TODO/FIXMEs # Misc ## `docker/Dockerfile` It’s not clear why we would want to use `nautobot-server init` here, unless this is indicating that the config that we currently...

> How to address the case of "This is a piece of hardware sitting on a shelf that hasn't yet been installed" then? What should the name of such a...

> The problem is that both grouping and name can be defined in the Job class Meta data - so we are responsible for detecting and handling at import/discovery time...

> @bryanculver, it still failed but the output has changed > > With CONN_MAX_AGE at 0, will Nautobot/Django reuse the same DB connection during the same job execution? Or will...

> @jathanism I haven't configured SSL on the database connectivity. I have a simple Postgres database with the most basic/default configs. > > Unless there is a default I'm not...