[PR #18690] [MERGED] 18296 Add Tenancy to VLAN Groups #15415

Closed
opened 2025-12-30 00:21:47 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18690
Author: @arthanson
Created: 2/20/2025
Status: Merged
Merged: 2/25/2025
Merged by: @jeremystretch

Base: featureHead: 18296-vlan-group-tenant


📝 Commits (5)

  • 883113f 18296 add tenant to vlan groups
  • c704e39 18296 add tenant to vlan groups
  • 689ce73 18296 add tenant to vlan groups
  • 99bf1cb 18296 add tenant to vlan groups
  • 49ec167 18296 review changes

📊 Changes

12 files changed (+105 additions, -12 deletions)

View changed files

📝 netbox/ipam/api/serializers_/vlans.py (+2 -1)
📝 netbox/ipam/filtersets.py (+1 -1)
📝 netbox/ipam/forms/bulk_edit.py (+6 -0)
📝 netbox/ipam/forms/bulk_import.py (+8 -1)
📝 netbox/ipam/forms/filtersets.py (+2 -1)
📝 netbox/ipam/forms/model_forms.py (+3 -2)
📝 netbox/ipam/graphql/types.py (+1 -0)
netbox/ipam/migrations/0077_vlangroup_tenant.py (+26 -0)
📝 netbox/ipam/models/vlans.py (+7 -0)
📝 netbox/ipam/tables/vlans.py (+5 -3)
📝 netbox/ipam/tests/test_filtersets.py (+35 -3)
📝 netbox/templates/ipam/vlangroup.html (+9 -0)

📄 Description

Fixes: #18296


🔄 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/18690 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 2/20/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `18296-vlan-group-tenant` --- ### 📝 Commits (5) - [`883113f`](https://github.com/netbox-community/netbox/commit/883113fa7dfc0a240e83898328d123cb1c0e03e4) 18296 add tenant to vlan groups - [`c704e39`](https://github.com/netbox-community/netbox/commit/c704e39b9ad1e7735b2467146f5e1c8c5e0f3f03) 18296 add tenant to vlan groups - [`689ce73`](https://github.com/netbox-community/netbox/commit/689ce73272a1f6658cb3bf613b9824a63a841e8d) 18296 add tenant to vlan groups - [`99bf1cb`](https://github.com/netbox-community/netbox/commit/99bf1cba5aa7bba7c3648d7f13a95f71a6881f9f) 18296 add tenant to vlan groups - [`49ec167`](https://github.com/netbox-community/netbox/commit/49ec1676f6338c313c4df878043809368b37a56e) 18296 review changes ### 📊 Changes **12 files changed** (+105 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/api/serializers_/vlans.py` (+2 -1) 📝 `netbox/ipam/filtersets.py` (+1 -1) 📝 `netbox/ipam/forms/bulk_edit.py` (+6 -0) 📝 `netbox/ipam/forms/bulk_import.py` (+8 -1) 📝 `netbox/ipam/forms/filtersets.py` (+2 -1) 📝 `netbox/ipam/forms/model_forms.py` (+3 -2) 📝 `netbox/ipam/graphql/types.py` (+1 -0) ➕ `netbox/ipam/migrations/0077_vlangroup_tenant.py` (+26 -0) 📝 `netbox/ipam/models/vlans.py` (+7 -0) 📝 `netbox/ipam/tables/vlans.py` (+5 -3) 📝 `netbox/ipam/tests/test_filtersets.py` (+35 -3) 📝 `netbox/templates/ipam/vlangroup.html` (+9 -0) </details> ### 📄 Description ### Fixes: #18296 --- <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-30 00:21:47 +01:00
adam closed this issue 2025-12-30 00:21: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#15415