Glenn Matthews

Results 367 comments of Glenn Matthews

I *think* this issue is subtly different from #47 as fixed by #49, especially given that it's reported as present with version 1.4.0 of the importer. It's not clear to...

Nautobot doesn't actually use `user.permission` objects (it, like current versions of NetBox, uses a custom `objectpermission` model instead), so an appropriate fix here would likely be to ignore `user.permission` from...

This issue *should* be cosmetic only - it shouldn't cause the import as a whole to fail. If your import is failing likely something else is going wrong... can you...

Probably a consequence of https://github.com/nautobot/nautobot/pull/2136: > `label` is still not a mandatory field on the database model, but the UI now treats it as required, and if left unset when...

Thanks for the report! This is somewhat "working as designed", as inconvenient as that may be, in that it's not trivial for the importer to determine that the user "admin"...

Needs to be handled more generally in the case of CustomField/CustomLink/ExportTemplate/ObjectChange/etc. referencing a content-type that has no Nautobot equivalent. Probably a prerequisite for #58 and its sequels.

Some additional context here - normally when an object fails to be updated/imported, the plugin itself logs an `error` message explaining in detail what went wrong, then DiffSync itself logs...

Thanks for the report! Can you confirm what version of NetBox the data was exported from?

I *think* this should be reopened - to the best of my knowledge M2M validation isn't a solved problem yet in this App?

CI is failing unrelated to your changes, we need to bring in the fix from https://github.com/nautobot/cookiecutter-nautobot-app/pull/111.