[PR #11768] [MERGED] 10520 remove Napalm code references #13839

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11768
Author: @arthanson
Created: 2/16/2023
Status: Merged
Merged: 2/24/2023
Merged by: @jeremystretch

Base: featureHead: 10520-remove-napalm


📝 Commits (10+)

📊 Changes

26 files changed (+18 additions, -1096 deletions)

View changed files

📝 docs/configuration/napalm.md (+2 -0)
📝 docs/features/api-integration.md (+2 -0)
📝 docs/installation/3-netbox.md (+0 -8)
📝 docs/integrations/napalm.md (+1 -72)
📝 netbox/core/forms/model_forms.py (+0 -1)
📝 netbox/dcim/api/views.py (+0 -118)
📝 netbox/dcim/filtersets.py (+1 -1)
📝 netbox/dcim/forms/bulk_edit.py (+2 -6)
📝 netbox/dcim/forms/bulk_import.py (+1 -1)
📝 netbox/dcim/forms/model_forms.py (+2 -6)
📝 netbox/dcim/search.py (+0 -1)
📝 netbox/dcim/tables/devices.py (+3 -3)
📝 netbox/dcim/tests/test_filtersets.py (+3 -7)
📝 netbox/dcim/tests/test_views.py (+0 -3)
📝 netbox/dcim/views.py (+0 -65)
📝 netbox/extras/admin.py (+0 -4)
📝 netbox/project-static/bundle.js (+0 -3)
📝 netbox/project-static/dist/netbox.js.map (+1 -1)
netbox/project-static/src/device/config.ts (+0 -50)
netbox/project-static/src/device/lldp.ts (+0 -143)

...and 6 more files

📄 Description

Fixes: #10520

Removes all NAPALM code as it will be migrated to a plugin.


🔄 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/11768 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 2/16/2023 **Status:** ✅ Merged **Merged:** 2/24/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `10520-remove-napalm` --- ### 📝 Commits (10+) - [`3a9e431`](https://github.com/netbox-community/netbox/commit/3a9e431662abb0d18ba4e3205063fa8c0404003f) Closes #10923: Remove unused NetBoxModelCSVForm class - [`4d221f4`](https://github.com/netbox-community/netbox/commit/4d221f426ecbaad31701ab8cae1e5e4e2c28b788) Closes #10604: Remove unused extra_tabs block from object.html generic template - [`d997fe9`](https://github.com/netbox-community/netbox/commit/d997fe943234d408a00d8588190928cd7a0d49f1) Merge branch 'develop' into feature - [`1890286`](https://github.com/netbox-community/netbox/commit/1890286959333393442d1d7255badb9a43473e1b) Closes #11489: Refactor & combine core middleware - [`4faa3b4`](https://github.com/netbox-community/netbox/commit/4faa3b4e234de5f890d9b749df2c03fc7d426808) Remove old feature version notices - [`ff4eb41`](https://github.com/netbox-community/netbox/commit/ff4eb41c09118c0c71fc2b31d83cf13999f03454) Closes #11254: Introduce the X-Request-ID HTTP header to annotate the unique ID of each request for change logging - [`943dca7`](https://github.com/netbox-community/netbox/commit/943dca7b952c2d3ead1cb65e9a27710715200c2e) Closes #8184: Enable HTMX for embedded tables (#11518) - [`dceffca`](https://github.com/netbox-community/netbox/commit/dceffca849f65ba214d85b3e2f49a25381dfd2b0) Merge branch 'develop' into feature - [`024df81`](https://github.com/netbox-community/netbox/commit/024df8176066a7d69025ae85aaa1724f0e37a5a3) Add the `enabled` filed to InterfaceTemplate - [`bab1ce7`](https://github.com/netbox-community/netbox/commit/bab1ce77e5d42f132928fe7a6df562a0eaaa55ab) Changelog for #11440 ### 📊 Changes **26 files changed** (+18 additions, -1096 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/napalm.md` (+2 -0) 📝 `docs/features/api-integration.md` (+2 -0) 📝 `docs/installation/3-netbox.md` (+0 -8) 📝 `docs/integrations/napalm.md` (+1 -72) 📝 `netbox/core/forms/model_forms.py` (+0 -1) 📝 `netbox/dcim/api/views.py` (+0 -118) 📝 `netbox/dcim/filtersets.py` (+1 -1) 📝 `netbox/dcim/forms/bulk_edit.py` (+2 -6) 📝 `netbox/dcim/forms/bulk_import.py` (+1 -1) 📝 `netbox/dcim/forms/model_forms.py` (+2 -6) 📝 `netbox/dcim/search.py` (+0 -1) 📝 `netbox/dcim/tables/devices.py` (+3 -3) 📝 `netbox/dcim/tests/test_filtersets.py` (+3 -7) 📝 `netbox/dcim/tests/test_views.py` (+0 -3) 📝 `netbox/dcim/views.py` (+0 -65) 📝 `netbox/extras/admin.py` (+0 -4) 📝 `netbox/project-static/bundle.js` (+0 -3) 📝 `netbox/project-static/dist/netbox.js.map` (+1 -1) ➖ `netbox/project-static/src/device/config.ts` (+0 -50) ➖ `netbox/project-static/src/device/lldp.ts` (+0 -143) _...and 6 more files_ </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: #10520 <!-- Please include a summary of the proposed changes below. --> Removes all NAPALM code as it will be migrated to a plugin. --- <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:21:05 +01:00
adam closed this issue 2025-12-29 23:21:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13839