Gary Snider

Results 60 comments of Gary Snider

We have a couple of options that we discussed: - Grab the estimate, if it's 0 or less than some arbitrary high number (half a million) then we fall back...

I'm also seeing an issue where the estimate is not even close: ``` mysql> SELECT TABLE_ROWS FROM information_schema.tables WHERE table_name = 'dcim_platform' AND table_schema = DATABASE(); +------------+ | TABLE_ROWS |...

If we don't achieve the stretch goal do we need to make the `JobLogEntry.log_object` field a `JSONField` for job authors that need to log debug messaging with more complex data...

The `active_test` job property should go away as part of this issue as well and potentially use the `JobResult.status` if that's something that still needs to be tracked in the...

Will need to circle back to these settings and determine if they should be exposed through environment variables: - `ADMINS` - `ALLOWED_URL_SCHEMES` - `CORS_ALLOWED_ORIGINS` - `CORS_ALLOWED_ORIGIN_REGEXES` - `CSRF_TRUSTED_ORIGINS` - `DATABASE_ROUTERS`...

This would be an enhancement to the ui implemented for #4784

Looking at the configuration [docs for Prometheus](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config), it doesn't appear that it supports setting the `metrics_path` configuration on a per target basis so that may not work for the stated...

Hi @u1735067 thanks for the submission! Can you provide an example of the html you'd like to inject with this setting?

To make this configurable would be a separate feature. We'll fix the display bug in dynamic group detail view for `Filter Query Logic` for this issue. ![image](https://github.com/nautobot/nautobot/assets/75227981/030282af-7019-4826-aa07-ed48beb48901)