[PR #9314] [MERGED] Add device & vm to FHRPGroupAssignmentFilterSet #13455

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9314
Author: @devon-mar
Created: 5/8/2022
Status: Merged
Merged: 5/11/2022
Merged by: @jeremystretch

Base: developHead: 8858-fhrp-device-filter


📝 Commits (4)

  • c7e2cb6 Add device & vm to FHRPGroupAssignmentFilterSet
  • c84ff70 Apply suggestions from code review
  • e11881c Update netbox/ipam/tests/test_filtersets.py
  • 656932e Update netbox/ipam/filtersets.py

📊 Changes

2 files changed (+56 additions, -0 deletions)

View changed files

📝 netbox/ipam/filtersets.py (+42 -0)
📝 netbox/ipam/tests/test_filtersets.py (+14 -0)

📄 Description

Fixes: #8858

Add device and virtual_machine to FHRPGroupAssignmentFilterSet along with tests.


🔄 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/9314 **Author:** [@devon-mar](https://github.com/devon-mar) **Created:** 5/8/2022 **Status:** ✅ Merged **Merged:** 5/11/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `8858-fhrp-device-filter` --- ### 📝 Commits (4) - [`c7e2cb6`](https://github.com/netbox-community/netbox/commit/c7e2cb610291f8a27d7240f911a5264949bf062a) Add device & vm to `FHRPGroupAssignmentFilterSet` - [`c84ff70`](https://github.com/netbox-community/netbox/commit/c84ff70c1713fb788ee14d19ab19199e89df3fb7) Apply suggestions from code review - [`e11881c`](https://github.com/netbox-community/netbox/commit/e11881c90d0ccf57dfba0cb301e18d63d44a159d) Update netbox/ipam/tests/test_filtersets.py - [`656932e`](https://github.com/netbox-community/netbox/commit/656932ebb4cbc94cb48d59a69836e5a21a17fb81) Update netbox/ipam/filtersets.py ### 📊 Changes **2 files changed** (+56 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/filtersets.py` (+42 -0) 📝 `netbox/ipam/tests/test_filtersets.py` (+14 -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 opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #8858 <!-- Please include a summary of the proposed changes below. --> Add `device` and `virtual_machine` to `FHRPGroupAssignmentFilterSet` along with tests. --- <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 22:27:30 +01:00
adam closed this issue 2025-12-29 22:27:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13455