-
Notifications
You must be signed in to change notification settings - Fork 77
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
base: master
Are you sure you want to change the base?
Commits on Mar 20, 2024
-
Truncate Serials Over 50 characters in inventory.py
Ensured serial numbers don't exceed 50 characters.
Configuration menu - View commit details
-
Copy full SHA for 5519a5e - Browse repository at this point
Copy the full SHA 5519a5eView commit details -
Merge pull request #1 from NessieCanCode/NessieCanCode-inventory-patch
Truncate Serials Over 50 characters in inventory.py
Configuration menu - View commit details
-
Copy full SHA for bbe30d2 - Browse repository at this point
Copy the full SHA bbe30d2View commit details -
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):
Configuration menu - View commit details
-
Copy full SHA for 51687dd - Browse repository at this point
Copy the full SHA 51687ddView commit details -
Merge pull request #2 from NessieCanCode/NessieCanCode-ip-patch-1
Skips IP within 0.0.0.0/0 within network.py
Configuration menu - View commit details
-
Copy full SHA for 82eb67c - Browse repository at this point
Copy the full SHA 82eb67cView commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15205bd - Browse repository at this point
Copy the full SHA 15205bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a07b56b - Browse repository at this point
Copy the full SHA a07b56bView commit details -
handle the case where nb_mgmt_ip is None gracefully and prevent the A…
…ttributeError from occurring.
Configuration menu - View commit details
-
Copy full SHA for 0ae67f4 - Browse repository at this point
Copy the full SHA 0ae67f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f85ab - Browse repository at this point
Copy the full SHA 78f85abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db8a9b - Browse repository at this point
Copy the full SHA 0db8a9bView commit details