[PR #8420] [MERGED] Fixes #7853 - Add speed and duplex #13352

Closed
opened 2025-12-29 22:26:55 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8420
Author: @DanSheps
Created: 1/20/2022
Status: Merged
Merged: 1/21/2022
Merged by: @jeremystretch

Base: featureHead: 7853-speed_duplex


📝 Commits (6)

📊 Changes

16 files changed (+124 additions, -20 deletions)

View changed files

📝 netbox/dcim/api/serializers.py (+2 -1)
📝 netbox/dcim/choices.py (+13 -0)
📝 netbox/dcim/filtersets.py (+4 -0)
📝 netbox/dcim/forms/bulk_create.py (+2 -2)
📝 netbox/dcim/forms/bulk_edit.py (+8 -3)
📝 netbox/dcim/forms/bulk_import.py (+6 -1)
📝 netbox/dcim/forms/filtersets.py (+13 -2)
📝 netbox/dcim/forms/models.py (+5 -3)
netbox/dcim/migrations/0150_interface_speed_duplex.py (+23 -0)
📝 netbox/dcim/models/device_components.py (+12 -0)
📝 netbox/dcim/tables/devices.py (+4 -4)
📝 netbox/dcim/tests/test_api.py (+4 -0)
📝 netbox/dcim/tests/test_filtersets.py (+12 -4)
📝 netbox/dcim/tests/test_views.py (+6 -0)
📝 netbox/templates/dcim/interface.html (+8 -0)
📝 netbox/templates/dcim/interface_edit.html (+2 -0)

📄 Description

Fixes: #7853

Add Speed and Duplex tot he interface model


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/8420 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 1/20/2022 **Status:** ✅ Merged **Merged:** 1/21/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `7853-speed_duplex` --- ### 📝 Commits (6) - [`0f58faa`](https://github.com/netbox-community/netbox/commit/0f58faaddbfce5eef16e9ecc56bdf1528769e21c) #7853 - Initial work on Speed/Duplex. - [`ff396b5`](https://github.com/netbox-community/netbox/commit/ff396b595370a3901eb9c605756c7328ba2785fe) Fix CSV import test & form cleanup - [`375a140`](https://github.com/netbox-community/netbox/commit/375a140343c55ae313e37083262b1bb11478ecab) Merge branch 'feature' of https://github.com/netbox-community/netbox into 7853-speed_duplex - [`5f8870d`](https://github.com/netbox-community/netbox/commit/5f8870d448e26e46eed31c09c1546550b43e4765) #7853 - Change Duplex Filterset to allow multivalues - [`1a80741`](https://github.com/netbox-community/netbox/commit/1a807416b849819758f59b3aafcacc9aad6488b8) #7853 - Add columns to tables - [`d0bfd7e`](https://github.com/netbox-community/netbox/commit/d0bfd7e19acead30eb943bd2e5089ac19cd67d63) #7853 - Add tests ### 📊 Changes **16 files changed** (+124 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/serializers.py` (+2 -1) 📝 `netbox/dcim/choices.py` (+13 -0) 📝 `netbox/dcim/filtersets.py` (+4 -0) 📝 `netbox/dcim/forms/bulk_create.py` (+2 -2) 📝 `netbox/dcim/forms/bulk_edit.py` (+8 -3) 📝 `netbox/dcim/forms/bulk_import.py` (+6 -1) 📝 `netbox/dcim/forms/filtersets.py` (+13 -2) 📝 `netbox/dcim/forms/models.py` (+5 -3) ➕ `netbox/dcim/migrations/0150_interface_speed_duplex.py` (+23 -0) 📝 `netbox/dcim/models/device_components.py` (+12 -0) 📝 `netbox/dcim/tables/devices.py` (+4 -4) 📝 `netbox/dcim/tests/test_api.py` (+4 -0) 📝 `netbox/dcim/tests/test_filtersets.py` (+12 -4) 📝 `netbox/dcim/tests/test_views.py` (+6 -0) 📝 `netbox/templates/dcim/interface.html` (+8 -0) 📝 `netbox/templates/dcim/interface_edit.html` (+2 -0) </details> ### 📄 Description ### Fixes: #7853 Add Speed and Duplex tot he interface model --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:26:55 +01:00
adam closed this issue 2025-12-29 22:26:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13352