Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for NetBox 4.0.7; Add more logging, error checking; Fix #134, … #145

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    7690f7b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Fix RETRY_DELAY typing

    The default value needs to be a string to prevent conversion errors, as we assume the user provided variable is a string (due to the way DotEnv handle variables)
    NicJames2378 authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    593e0ab View commit details
    Browse the repository at this point in the history
  2. Update netbox_api.py

    NicJames2378 authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3ea22ac View commit details
    Browse the repository at this point in the history