[PR #14230] [MERGED] Closes #13022: Add IP assignment support when bulk importing services #14348

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14230
Author: @jeremystretch
Created: 11/9/2023
Status: Merged
Merged: 11/9/2023
Merged by: @jeremystretch

Base: developHead: feat/13022_bulk_import


📝 Commits (7)

  • 650783b issue 13022 resolved, ipaddress added into bulk_import form
  • 518ee85 validation of ip address for device and virtual machine
  • 9955864 error message modified
  • fc61630 error message modified
  • ade0eda error message modified
  • fc7449b Fix form validation
  • a61505a Extend bulk import test

📊 Changes

2 files changed (+31 additions, -5 deletions)

View changed files

📝 netbox/ipam/forms/bulk_import.py (+19 -1)
📝 netbox/ipam/tests/test_views.py (+12 -4)

📄 Description

Fixes: #13022

This builds off the initial work by @yash-pal1 in PR #13911. (I needed to create a new branch to add my changes.)


🔄 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/14230 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/9/2023 **Status:** ✅ Merged **Merged:** 11/9/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `feat/13022_bulk_import` --- ### 📝 Commits (7) - [`650783b`](https://github.com/netbox-community/netbox/commit/650783b0856f36b4e463ee9a6b8f57689b51993c) issue 13022 resolved, ipaddress added into bulk_import form - [`518ee85`](https://github.com/netbox-community/netbox/commit/518ee85d9e6cbd35d2cd05471474f296d7452fd6) validation of ip address for device and virtual machine - [`9955864`](https://github.com/netbox-community/netbox/commit/995586458a7a5e2fdc8341f9a7dd5b7a1bb0d940) error message modified - [`fc61630`](https://github.com/netbox-community/netbox/commit/fc616301e9b4c4b6ff8dacb3af18053af4a09609) error message modified - [`ade0eda`](https://github.com/netbox-community/netbox/commit/ade0eda9e02bd030130c0018159c7f418c63e5bb) error message modified - [`fc7449b`](https://github.com/netbox-community/netbox/commit/fc7449b007b9285c9612b52e4c26046099d46da4) Fix form validation - [`a61505a`](https://github.com/netbox-community/netbox/commit/a61505ab9cbec23315c7b45b1a10d4decf5ff616) Extend bulk import test ### 📊 Changes **2 files changed** (+31 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/forms/bulk_import.py` (+19 -1) 📝 `netbox/ipam/tests/test_views.py` (+12 -4) </details> ### 📄 Description ### Fixes: #13022 This builds off the initial work by @yash-pal1 in PR #13911. (I needed to create a new branch to add my changes.) --- <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:23:58 +01:00
adam closed this issue 2025-12-29 23:23:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14348