[PR #16685] [CLOSED] DRAFT: 9627 vlan group #14881

Closed
opened 2025-12-29 23:27:15 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16685
Author: @arthanson
Created: 6/21/2024
Status: Closed

Base: featureHead: 9627-vlan-group


📝 Commits (10+)

📊 Changes

20 files changed (+219 additions, -87 deletions)

View changed files

📝 netbox/ipam/api/serializers_/vlans.py (+11 -1)
📝 netbox/ipam/filtersets.py (+1 -1)
📝 netbox/ipam/forms/bulk_edit.py (+7 -13)
📝 netbox/ipam/forms/bulk_import.py (+7 -12)
📝 netbox/ipam/forms/filtersets.py (+0 -13)
📝 netbox/ipam/forms/model_forms.py (+10 -3)
📝 netbox/ipam/graphql/types.py (+1 -0)
netbox/ipam/migrations/0070_vlangroup_allowed_vids.py (+52 -0)
📝 netbox/ipam/models/vlans.py (+46 -29)
📝 netbox/ipam/querysets.py (+3 -2)
📝 netbox/ipam/search.py (+1 -2)
📝 netbox/ipam/tables/vlans.py (+5 -1)
📝 netbox/ipam/tests/test_api.py (+2 -2)
📝 netbox/ipam/tests/test_filtersets.py (+1 -0)
📝 netbox/ipam/tests/test_models.py (+2 -2)
📝 netbox/ipam/tests/test_views.py (+1 -2)
📝 netbox/ipam/utils.py (+17 -3)
📝 netbox/templates/ipam/vlangroup.html (+1 -1)
📝 netbox/utilities/data.py (+50 -0)
📝 netbox/utilities/forms/fields/array.py (+1 -0)

📄 Description

Fixes: #9627


🔄 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/16685 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 6/21/2024 **Status:** ❌ Closed **Base:** `feature` ← **Head:** `9627-vlan-group` --- ### 📝 Commits (10+) - [`26a96fb`](https://github.com/netbox-community/netbox/commit/26a96fb06f50dd045401f59830d8234b0ef1892c) 9627 initial commit - [`9e99703`](https://github.com/netbox-community/netbox/commit/9e99703d37a202d3b342b7c92188516188776ba7) Merge branch 'feature' into 9627-vlan-group - [`2f2945b`](https://github.com/netbox-community/netbox/commit/2f2945b8257a3a021fa42c54126f3753f2aa75c3) 9627 numeric range field - [`8e67c54`](https://github.com/netbox-community/netbox/commit/8e67c548afca39b6ca9f50f2fb685b74df999abe) 9627 numeric range field - [`8f8ba2c`](https://github.com/netbox-community/netbox/commit/8f8ba2c86c94b105b8930febd91cd96fee6812fb) 9627 numeric range field - [`da8cf67`](https://github.com/netbox-community/netbox/commit/da8cf67d5e4551f61aee5976c3da4040a779676e) 9627 numeric range field - [`2f38ecc`](https://github.com/netbox-community/netbox/commit/2f38ecc268bcb65112bdbdffef24cb2bbb6e5e86) 9627 add stuff for utilization calc - [`0411f0d`](https://github.com/netbox-community/netbox/commit/0411f0dc62f2e9149d6e6140006f8aef6ba8fcfc) 9627 update views - [`8fd80d7`](https://github.com/netbox-community/netbox/commit/8fd80d786cf75ea2f50e9fc90f2837e3262c9e37) 9627 fixes - [`9bc2b8e`](https://github.com/netbox-community/netbox/commit/9bc2b8ebf85af0bc08b4b9e9a4f19d37e2671577) 9627 available_vlans ### 📊 Changes **20 files changed** (+219 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/api/serializers_/vlans.py` (+11 -1) 📝 `netbox/ipam/filtersets.py` (+1 -1) 📝 `netbox/ipam/forms/bulk_edit.py` (+7 -13) 📝 `netbox/ipam/forms/bulk_import.py` (+7 -12) 📝 `netbox/ipam/forms/filtersets.py` (+0 -13) 📝 `netbox/ipam/forms/model_forms.py` (+10 -3) 📝 `netbox/ipam/graphql/types.py` (+1 -0) ➕ `netbox/ipam/migrations/0070_vlangroup_allowed_vids.py` (+52 -0) 📝 `netbox/ipam/models/vlans.py` (+46 -29) 📝 `netbox/ipam/querysets.py` (+3 -2) 📝 `netbox/ipam/search.py` (+1 -2) 📝 `netbox/ipam/tables/vlans.py` (+5 -1) 📝 `netbox/ipam/tests/test_api.py` (+2 -2) 📝 `netbox/ipam/tests/test_filtersets.py` (+1 -0) 📝 `netbox/ipam/tests/test_models.py` (+2 -2) 📝 `netbox/ipam/tests/test_views.py` (+1 -2) 📝 `netbox/ipam/utils.py` (+17 -3) 📝 `netbox/templates/ipam/vlangroup.html` (+1 -1) 📝 `netbox/utilities/data.py` (+50 -0) 📝 `netbox/utilities/forms/fields/array.py` (+1 -0) </details> ### 📄 Description ### Fixes: #9627 --- <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 23:27:15 +01:00
adam closed this issue 2025-12-29 23:27:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14881