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

Truncate Serials Over 50 characters in inventory.py #291

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Mar 20, 2024

  1. Truncate Serials Over 50 characters in inventory.py

    Ensured serial numbers don't exceed 50 characters.
    NessieCanCode authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5519a5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from NessieCanCode/NessieCanCode-inventory-patch

    Truncate Serials Over 50 characters in inventory.py
    NessieCanCode authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bbe30d2 View commit details
    Browse the repository at this point in the history
  3. Skips IP within 0.0.0.0/0 within network.py

    Fixed an issue with IPMI interfaces with a default IP of 0.0.0.0/0, which can not be assigned within netbox. 
    
    Fixed a small typo:
    
    (assigned_object and assigned_object_id != interface.id):
    vs.
    (assigned_object and assigned_object.id != interface.id):
    NessieCanCode authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    51687dd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from NessieCanCode/NessieCanCode-ip-patch-1

    Skips IP within 0.0.0.0/0 within network.py
    NessieCanCode authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    82eb67c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    15205bd View commit details
    Browse the repository at this point in the history
  2. update

    NessieCanCode committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a07b56b View commit details
    Browse the repository at this point in the history
  3. handle the case where nb_mgmt_ip is None gracefully and prevent the A…

    …ttributeError from occurring.
    NessieCanCode committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0ae67f4 View commit details
    Browse the repository at this point in the history
  4. Fixed indentions

    NessieCanCode committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    78f85ab View commit details
    Browse the repository at this point in the history
  5. indention was still off

    NessieCanCode committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0db8a9b View commit details
    Browse the repository at this point in the history