[PR #919] [MERGED] Closes #105: Interface groups #12133

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/919
Author: @jeremystretch
Created: 2/27/2017
Status: Merged
Merged: 2/27/2017
Merged by: @jeremystretch

Base: developHead: interface-groups


📝 Commits (6)

  • 3e6a235 Initial work on interface groups
  • cff2fdb Simplify to a single LAG form factor
  • 930b845 Correct interface serializer
  • 5bba75a Allow for bulk editing of interface LAG
  • cac8279 Additional LAG interface validation
  • f6bed42 Fixed API tests

📊 Changes

13 files changed (+245 additions, -50 deletions)

View changed files

📝 netbox/circuits/forms.py (+11 -7)
📝 netbox/dcim/api/serializers.py (+16 -3)
📝 netbox/dcim/api/views.py (+5 -5)
📝 netbox/dcim/filters.py (+17 -2)
📝 netbox/dcim/forms.py (+79 -24)
netbox/dcim/migrations/0030_interface_add_lag.py (+31 -0)
📝 netbox/dcim/models.py (+68 -3)
📝 netbox/dcim/tests/test_apis.py (+2 -0)
📝 netbox/dcim/views.py (+3 -2)
📝 netbox/templates/dcim/device.html (+1 -0)
📝 netbox/templates/dcim/device_component_add.html (+1 -1)
📝 netbox/templates/dcim/inc/interface.html (+8 -2)
📝 netbox/utilities/views.py (+3 -1)

📄 Description

No description provided


🔄 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/919 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/27/2017 **Status:** ✅ Merged **Merged:** 2/27/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `interface-groups` --- ### 📝 Commits (6) - [`3e6a235`](https://github.com/netbox-community/netbox/commit/3e6a235a233333c8382a3662fdf565a2558a388e) Initial work on interface groups - [`cff2fdb`](https://github.com/netbox-community/netbox/commit/cff2fdb42dfc2ed7cffc66063ab31b1922647176) Simplify to a single LAG form factor - [`930b845`](https://github.com/netbox-community/netbox/commit/930b845fc46f0d968cd3f01e2e2f985a5ef30bb0) Correct interface serializer - [`5bba75a`](https://github.com/netbox-community/netbox/commit/5bba75a579a771e3663e9cf123a72fcaec97fd90) Allow for bulk editing of interface LAG - [`cac8279`](https://github.com/netbox-community/netbox/commit/cac8279d0e2f609e42dd828878c35f1440fe26b9) Additional LAG interface validation - [`f6bed42`](https://github.com/netbox-community/netbox/commit/f6bed4288d4b85cb61eedce34942744a99b83e1c) Fixed API tests ### 📊 Changes **13 files changed** (+245 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/forms.py` (+11 -7) 📝 `netbox/dcim/api/serializers.py` (+16 -3) 📝 `netbox/dcim/api/views.py` (+5 -5) 📝 `netbox/dcim/filters.py` (+17 -2) 📝 `netbox/dcim/forms.py` (+79 -24) ➕ `netbox/dcim/migrations/0030_interface_add_lag.py` (+31 -0) 📝 `netbox/dcim/models.py` (+68 -3) 📝 `netbox/dcim/tests/test_apis.py` (+2 -0) 📝 `netbox/dcim/views.py` (+3 -2) 📝 `netbox/templates/dcim/device.html` (+1 -0) 📝 `netbox/templates/dcim/device_component_add.html` (+1 -1) 📝 `netbox/templates/dcim/inc/interface.html` (+8 -2) 📝 `netbox/utilities/views.py` (+3 -1) </details> ### 📄 Description _No description provided_ --- <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:19:48 +01:00
adam closed this issue 2025-12-29 22:19:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12133