Glenn Matthews
Glenn Matthews
If https://github.com/nautobot/nautobot-plugin-circuit-maintenance/issues/116 can be implemented to capture the email "body" rather than a truncated set of headers into the RawNotification, I think that would meet my needs as an alternative...
I think at least part of the issue is that `circuit-maintenance-parser` doesn't specify an upper bound on its `pydantic` dependency. I haven't looked closely at pydantic 2.x but I'd be...
Thanks! Should be a pretty straightforward addition to `CircuitMaintenanceFilterSet`, I think.
The core fix is useful but I think this bug also needs to be addressed in this app.
Related to this, it's awkward as a user that adding a "Emails for Circuit Maintenance Plugin" value to a Provider is *not currently sufficient* to enable that provider with the...
As currently implemented, at least in the GMail case, we do *not* mark emails as Read. I am entirely OK with this behavior. However, we've had a feature request to...
Spun that off into #120 as a separate feature request.
This plugin requires a Dolt database backend; it's not compatible with PostgreSQL. That may not directly address the issue reported here, but I figured you would want to know that.
Since this got a 500 Server Error response, there may additionally be a Nautobot bug - can you get the stack trace from the Nautobot server as well?
I like the idea. I'll take a look at the PR.