Glenn Matthews

Results 301 comments of Glenn Matthews
trafficstars

Thanks for the update! Feels like we probably still need to add better error handling here though.

Reopening this as a starting point for further discussion.

https://django-structlog.readthedocs.io/en/latest/index.html

Added as opt-in by #5687. Can revisit later (3.0?) whether we want to enable it by default.

Good news! This is already supported in v2. :-) ![image](https://github.com/nautobot/nautobot/assets/5603551/85cdee6d-e56a-47b9-b7b4-cc087e8b4dcb)

Probably fixed by #5714, needs a retest.

Confirmed no longer an issue in v2.2.5 after #5714.

Needs to be addressed as part of our broader story around tree-model data inheritance - see also #4413.

Looks like the issue may be that our `ScheduledJob.to_cron()` and `ScheduledJob.get_crontab()` methods are not properly timezone aware (as alluded to originally in https://github.com/nautobot/nautobot/issues/3349#issuecomment-1492567578). Likely approach to fixing this: - Add...