[PR #1709] [CLOSED] 150 interface vlans #12255

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/1709
Author: @jeremystretch
Created: 11/14/2017
Status: Closed

Base: develop-2.3Head: 150-interface-vlans


📝 Commits (3)

  • a68f528 WIP: implements #150 interface vlan mapping (#1487)
  • d038f36 Regenerated migration to resolve conflict with 0049_rackreservation_change_user
  • 4e824a9 Created a custom form for interface editing

📊 Changes

12 files changed (+471 additions, -59 deletions)

View changed files

📝 netbox/dcim/api/serializers.py (+45 -2)
📝 netbox/dcim/constants.py (+9 -0)
📝 netbox/dcim/forms.py (+251 -10)
netbox/dcim/migrations/0050_interface_vlan_tagging.py (+32 -0)
📝 netbox/dcim/models.py (+14 -0)
📝 netbox/dcim/views.py (+1 -0)
📝 netbox/project-static/js/forms.js (+53 -47)
netbox/templates/dcim/interface_edit.html (+28 -0)
📝 netbox/utilities/api.py (+5 -0)
netbox/utilities/constants.py (+7 -0)
📝 netbox/utilities/views.py (+20 -0)
📝 netbox/virtualization/models.py (+6 -0)

📄 Description

Fixes:


🔄 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/1709 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/14/2017 **Status:** ❌ Closed **Base:** `develop-2.3` ← **Head:** `150-interface-vlans` --- ### 📝 Commits (3) - [`a68f528`](https://github.com/netbox-community/netbox/commit/a68f528d601ddc51c5992e151c7534bc31d60abc) WIP: implements #150 interface vlan mapping (#1487) - [`d038f36`](https://github.com/netbox-community/netbox/commit/d038f369f442b4fcbf49fa639cbe312285a49e39) Regenerated migration to resolve conflict with 0049_rackreservation_change_user - [`4e824a9`](https://github.com/netbox-community/netbox/commit/4e824a96fe895c8dd2fe905edb018b4b587bd7dc) Created a custom form for interface editing ### 📊 Changes **12 files changed** (+471 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/serializers.py` (+45 -2) 📝 `netbox/dcim/constants.py` (+9 -0) 📝 `netbox/dcim/forms.py` (+251 -10) ➕ `netbox/dcim/migrations/0050_interface_vlan_tagging.py` (+32 -0) 📝 `netbox/dcim/models.py` (+14 -0) 📝 `netbox/dcim/views.py` (+1 -0) 📝 `netbox/project-static/js/forms.js` (+53 -47) ➕ `netbox/templates/dcim/interface_edit.html` (+28 -0) 📝 `netbox/utilities/api.py` (+5 -0) ➕ `netbox/utilities/constants.py` (+7 -0) 📝 `netbox/utilities/views.py` (+20 -0) 📝 `netbox/virtualization/models.py` (+6 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. --> ### Fixes: <!-- Please include a summary of the proposed changes below. --> --- <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:20:30 +01:00
adam closed this issue 2025-12-29 22:20:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12255