[PR #10424] [MERGED] 9892 fhrpgroup name #13627

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10424
Author: @arthanson
Created: 9/21/2022
Status: Merged
Merged: 9/27/2022
Merged by: @jeremystretch

Base: featureHead: 9892-fhrpgroup-name


📝 Commits (8)

  • 5d07f2c 9892 add FHRP group name
  • a5421ae 9892 add FHRP group name
  • 600c437 Merge branch 'feature' into 9892-fhrpgroup-name
  • e11d594 9892 add supporting tests, form fields
  • 3eeb31d 9892 doh - fix tests
  • 5ce805d 9892 doh - fix tests
  • 10cb3c2 9892 add name to str
  • 8103ad3 9892 add name to str

📊 Changes

15 files changed (+65 additions, -12 deletions)

View changed files

📝 docs/models/ipam/fhrpgroup.md (+8 -0)
📝 netbox/ipam/api/serializers.py (+1 -1)
📝 netbox/ipam/filtersets.py (+3 -2)
📝 netbox/ipam/forms/bulk_edit.py (+6 -2)
📝 netbox/ipam/forms/bulk_import.py (+1 -1)
📝 netbox/ipam/forms/filtersets.py (+4 -1)
📝 netbox/ipam/forms/models.py (+2 -2)
netbox/ipam/migrations/0061_fhrpgroup_name.py (+18 -0)
📝 netbox/ipam/models/fhrp.py (+9 -1)
📝 netbox/ipam/tables/fhrp.py (+1 -1)
📝 netbox/ipam/tests/test_api.py (+1 -0)
📝 netbox/ipam/tests/test_filtersets.py (+5 -1)
📝 netbox/ipam/tests/test_views.py (+1 -0)
📝 netbox/templates/ipam/fhrpgroup.html (+4 -0)
📝 netbox/templates/ipam/fhrpgroup_edit.html (+1 -0)

📄 Description

Fixes: #9892


🔄 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/10424 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 9/21/2022 **Status:** ✅ Merged **Merged:** 9/27/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `9892-fhrpgroup-name` --- ### 📝 Commits (8) - [`5d07f2c`](https://github.com/netbox-community/netbox/commit/5d07f2c837a140b316598206fa76ead1792a3fde) 9892 add FHRP group name - [`a5421ae`](https://github.com/netbox-community/netbox/commit/a5421ae1707142c0ceb74399757df765a2a9f8d4) 9892 add FHRP group name - [`600c437`](https://github.com/netbox-community/netbox/commit/600c437af59179bdbff6c9312791fa40606bd319) Merge branch 'feature' into 9892-fhrpgroup-name - [`e11d594`](https://github.com/netbox-community/netbox/commit/e11d5941222312cde96429b411d04c88db8f300c) 9892 add supporting tests, form fields - [`3eeb31d`](https://github.com/netbox-community/netbox/commit/3eeb31d5777a434a5e0250cd128a4fdb83039515) 9892 doh - fix tests - [`5ce805d`](https://github.com/netbox-community/netbox/commit/5ce805db2e2051b96e174014bbf6d258f65a8433) 9892 doh - fix tests - [`10cb3c2`](https://github.com/netbox-community/netbox/commit/10cb3c2c3d3550baea4d22ec7c998e1497856571) 9892 add name to str - [`8103ad3`](https://github.com/netbox-community/netbox/commit/8103ad3b9e441bedf09f22278604b9d966caddc3) 9892 add name to str ### 📊 Changes **15 files changed** (+65 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/ipam/fhrpgroup.md` (+8 -0) 📝 `netbox/ipam/api/serializers.py` (+1 -1) 📝 `netbox/ipam/filtersets.py` (+3 -2) 📝 `netbox/ipam/forms/bulk_edit.py` (+6 -2) 📝 `netbox/ipam/forms/bulk_import.py` (+1 -1) 📝 `netbox/ipam/forms/filtersets.py` (+4 -1) 📝 `netbox/ipam/forms/models.py` (+2 -2) ➕ `netbox/ipam/migrations/0061_fhrpgroup_name.py` (+18 -0) 📝 `netbox/ipam/models/fhrp.py` (+9 -1) 📝 `netbox/ipam/tables/fhrp.py` (+1 -1) 📝 `netbox/ipam/tests/test_api.py` (+1 -0) 📝 `netbox/ipam/tests/test_filtersets.py` (+5 -1) 📝 `netbox/ipam/tests/test_views.py` (+1 -0) 📝 `netbox/templates/ipam/fhrpgroup.html` (+4 -0) 📝 `netbox/templates/ipam/fhrpgroup_edit.html` (+1 -0) </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 filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WE BE CLOSED AUTOMATICALLY. Specify your assigned issue number on the line below. --> ### Fixes: #9892 <!-- Please include a summary of the proposed changes below. --> --- <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:19:57 +01:00
adam closed this issue 2025-12-29 23:19:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13627