[PR #19679] [MERGED] Closes #19499 - Add WirelessLink Bulk Import Support by Device and Interface Names #15703

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19679
Author: @pheus
Created: 6/6/2025
Status: Merged
Merged: 6/16/2025
Merged by: @arthanson

Base: mainHead: 19499-add-wireless-bulk-import-support-by-device-and-interface-names


📝 Commits (3)

  • 4aaa1f6 feat(wireless): Allow Link import of interface by name
  • a021d29 feat(wireless): Update CSV format for WirelessLink tests
  • 5114424 fix(wireless): Add null checks for WirelessLink interface validation

📊 Changes

3 files changed (+72 additions, -15 deletions)

View changed files

📝 netbox/wireless/forms/bulk_import.py (+66 -9)
📝 netbox/wireless/models.py (+2 -2)
📝 netbox/wireless/tests/test_views.py (+4 -4)

📄 Description

  • Enhances the WirelessLink bulk import form to support specifying site and device for both terminations (A and B), with dynamic queryset filtering based on selection. Also allows interfaces to be referenced by name (instead of ID) during import, improving usability for CSV workflows.
  • Modifies the CSV data structure in WirelessLink test cases to include device names alongside interface names for both terminations.

🔄 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/19679 **Author:** [@pheus](https://github.com/pheus) **Created:** 6/6/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@arthanson](https://github.com/arthanson) **Base:** `main` ← **Head:** `19499-add-wireless-bulk-import-support-by-device-and-interface-names` --- ### 📝 Commits (3) - [`4aaa1f6`](https://github.com/netbox-community/netbox/commit/4aaa1f6606101e6a1f209030bb3a9b75a4fa4835) feat(wireless): Allow Link import of interface by name - [`a021d29`](https://github.com/netbox-community/netbox/commit/a021d292800886fa54aef3baf38c07a53f047bed) feat(wireless): Update CSV format for WirelessLink tests - [`5114424`](https://github.com/netbox-community/netbox/commit/5114424d88b129f17b17cddee0c7bc815afaef98) fix(wireless): Add null checks for WirelessLink interface validation ### 📊 Changes **3 files changed** (+72 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `netbox/wireless/forms/bulk_import.py` (+66 -9) 📝 `netbox/wireless/models.py` (+2 -2) 📝 `netbox/wireless/tests/test_views.py` (+4 -4) </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 approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #19499 - Wireless Link Bulk Import-Device/interface * Enhances the WirelessLink bulk import form to support specifying site and device for both terminations (A and B), with dynamic queryset filtering based on selection. Also allows interfaces to be referenced by name (instead of ID) during import, improving usability for CSV workflows. * Modifies the CSV data structure in WirelessLink test cases to include device names alongside interface names for both terminations. --- <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:23:32 +01:00
adam closed this issue 2025-12-30 00:23:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15703