Glenn Matthews
Glenn Matthews
Includes major version updates to `graphene` and `graphql` dependencies, which unsurprisingly appears to have broken some of our graphql code.
If I understand where you're coming from correctly, based on our conversation this morning, you're thinking that in a plugin, NAPALM calls should all execute asynchronously in a background task...
Thanks for the request. If we're going to do this, we should probably do the same for menus and menu items. That said, this would technically be a breaking change...
Thanks for the heads-up Jason. Does running `invoke build-and-check-docs` first make it so that `invoke build` works subsequently for you?
Hmm. So somehow `/source/docs` isn't getting created, but that's *supposed* to be being done as part of the docker build, i.e.: ```docker FROM dependencies-dev-python as build-docs # Copy docs dependencies...
Just a quick note that it's still quite possible to manage the settings as environment variables, just not with a completely vanilla `nautobot_config.py` freshly generated from the built-in template since...
Not sure if #1088 is also related here.
Great points. I suppose we could consider changing the template back (i.e. reverting https://github.com/nautobot/nautobot/pull/1079/files#diff-70d82b29016e9c2bd1c3e2c6f7c4a501ab1aecac1c246000930a0fdb8ede65d6) so that the default generated `nautobot_config.py` will still contains all of these settings, and instruct the...
Brainstorming here - we could adopt something similar to the Nautobot Jobs configuration pattern, where each relevant setting has an associated "override" flag - if "override" is false, we take...
Implemented through #2479, #2514, and #2579.