Josh VanDeraa
Josh VanDeraa
### Environment * Nautobot version: N/A * nautobot-plugin-device-lifecycle-mgmt version: Early ### Proposed Functionality Possible to add a couple of more date fields for the model, to support: * Purchase Date...
There should be able to build in tests for functions pretty easily for REST API driven systems.
Add flag to unpack the pynautobot object into a dictionary. Should default to True to unpack.
Add ability to add options for groups, in a similar fashion to what the Ansible inventory module will support. ## Configuration ```python options: { "group_by": ["tags", "sites"] } ``` ##...
pynautobot has the capability to disable threading. It is disabled by default. This should be exposed as an option and accounted for. Support a new option passed in: ``` enable_threading...
From the doc linked: https://docs.ai.ansible.redhat.com/vscode_guide/installing_vs/#configuring-the-ansible-vs-code-extension There is no File->Preferences on VS Code.
### Environment * Python version: * Nautobot version: * nautobot-netbox-importer version: ### Expected Behavior Expected to see screenshots ### Observed Behavior Empty images ### Steps to Reproduce 1. Navigate to...
# Closes #5874 # What's Changed - Added notes for Nautobot and Ubuntu 24.04 - Provided a non-supported method for getting rolling with Nautobot on Ubuntu 24.04 if desired -...