Glenn Matthews
Glenn Matthews
Possible approach could be adding an automatic `obj` or `url` field to all graphql types that simply calls `object.get_absolute_url()`.
Hm, that does raise a good point. Do we want the link to be a link for the UI (`/dcim/sites/my-site-slug/`) or a link for the REST API (`/api/dcim/sites//`)? `get_absolute_url()` generally...
We could arguably rename `label` to `name` as part of this same migration, that might be a good thing to do. Ultimately we would want this to match other models...
Thank you for the pull request! I wonder if we might want to attack the `status` issue differently by having a default status (either Active or Reserved, I'm not sure...
Would you mind providing examples of the API requests and responses before and after this change? I'm not entirely sure I follow just from the description provided and the code...
Thanks for the context. I know there are several others working on Go Nautobot clients - https://github.com/PacktPublishing/Network-Automation-with-Go/tree/main/ch06/nautobot is one public one I'm aware of, you might or might not find...
Need to think about how to mesh the Webhook data pattern (pre/post change dicts, `obj`) with the Job `Var` pattern. Do we need a new Var type (for a dict,...
It's worth noting that post-#514, we no longer have a supported pure-virtualenv approach as we currently only document/support running Selenium as a Docker container and not as a natively managed...
We also should consider integration testing for the Nautobot sandbox environments (demo.nautobot.com, main.demo.nautobot.com, next.demo.nautobot.com, etc.) to verify that they're at least minimally sane after redeployment and rapidly uncover issues such...
This appears to be due to a breaking change in `diffsync` 1.4.x (https://github.com/networktocode/diffsync/pull/90). If that's the case, doing a `pip install diffsync==1.3.0` *should* resolve this issue until this library can...