Josh VanDeraa
Josh VanDeraa
New in 1.1.0 is computed fields. There should be an object endpoint to see the computed fields. ```python import pynautobot nautobot = pynautobot.api(url='https://demo.nautobot.com', token='yes') device1 = nautobot.dcim.devices.all()[0] dir(device1) ['__class__', '__delattr__',...
Need to have a container added (and verified) for chatops.
The new instructions for Docker Compose puts compose as an option of the Docker executable. These docs should be updated to reflect this.
### Environment * Nautobot version: 1.5.21 * nautobot-bgp-models version: Plugin installed at Nautobot Demo ### Proposed Functionality Like the hardware notices on the device lifecycle plugin, would like to have...
- Moves from pydocstyle to Ruff for documentation.
### Environment - Python version: 3.x - circuit_maintenance_parser version: latest ### Expected Behavior I expected that the invoke tasks would allow for the testing ### Observed Behavior - Errors due...
### Environment - Current ### Proposed Functionality Noticed that we have "Notes" as part of the current model. It looks like a global implementation may be upcoming. If this is...
### Environment - Nautobot version: 1.5.14 - nautobot-circuit-maintenance version: 1.0.0 ### Proposed Functionality Add Town Crier ### Use Case Support for common practices of changelogs
### Environment - Nautobot version: 1.5.11 - nautobot-circuit-maintenance version: latest ### Proposed Functionality Add a calendar view for circuit maintenances. ### Use Case Would be good to be able to...
### Environment - Nautobot version: 1.5.8 - nautobot-circuit-maintenance version: Latest ### Proposed Functionality Add an about page to show the underlying Python Circuit Maintenance Parser Library that is installed. ###...