[PR #16674] [MERGED] 16424 - Allow filtering of Devices by Cluster and Cluster Group #14880

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16674
Author: @Julio-Oliveira-Encora
Created: 6/20/2024
Status: Merged
Merged: 6/26/2024
Merged by: @jeremystretch

Base: developHead: 16424-allow_filtering_of_devices_by_cluster_and_cluster_group


📝 Commits (7)

  • 860a66a Allow filtering Devices by Cluster and Cluster Group.
  • f44d1fc Allow filtering Devices by Cluster and Cluster Group.
  • 40c4b17 Merge branch 'develop' into 16424-allow_filtering_of_devices_by_cluster_and_cluster_group
  • 1c16234 Merge branch 'develop' into 16424-allow_filtering_of_devices_by_cluster_and_cluster_group
  • 08e094a Merge branch 'develop' into 16424-allow_filtering_of_devices_by_cluster_and_cluster_group
  • 400469e Added tests for cluster and cluster_groups filterset.
  • d5fca3b Add missing filter & complete tests

📊 Changes

3 files changed (+41 additions, -5 deletions)

View changed files

📝 netbox/dcim/filtersets.py (+12 -1)
📝 netbox/dcim/forms/filtersets.py (+12 -0)
📝 netbox/dcim/tests/test_filtersets.py (+17 -4)

📄 Description

Fixes: #16424

It was added to filtering Devices by Cluster Group and Cluster.


🔄 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/16674 **Author:** [@Julio-Oliveira-Encora](https://github.com/Julio-Oliveira-Encora) **Created:** 6/20/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16424-allow_filtering_of_devices_by_cluster_and_cluster_group` --- ### 📝 Commits (7) - [`860a66a`](https://github.com/netbox-community/netbox/commit/860a66a060327823c8c28a8d7fb70dbef2b61d61) Allow filtering Devices by Cluster and Cluster Group. - [`f44d1fc`](https://github.com/netbox-community/netbox/commit/f44d1fc57ccfb1a5c504ba11ad898b878d2c31c9) Allow filtering Devices by Cluster and Cluster Group. - [`40c4b17`](https://github.com/netbox-community/netbox/commit/40c4b17d2af5463344ac9395184f8f46959cdf8e) Merge branch 'develop' into 16424-allow_filtering_of_devices_by_cluster_and_cluster_group - [`1c16234`](https://github.com/netbox-community/netbox/commit/1c162344fe9f42d8517de1954daedd8ae702a3e5) Merge branch 'develop' into 16424-allow_filtering_of_devices_by_cluster_and_cluster_group - [`08e094a`](https://github.com/netbox-community/netbox/commit/08e094abcebd46fbc56ed8721c02c65ea8666578) Merge branch 'develop' into 16424-allow_filtering_of_devices_by_cluster_and_cluster_group - [`400469e`](https://github.com/netbox-community/netbox/commit/400469edf2f0fd66621dcc1056688c774cae716a) Added tests for cluster and cluster_groups filterset. - [`d5fca3b`](https://github.com/netbox-community/netbox/commit/d5fca3bba98598e06c63f1cb79c4fabb5206acb9) Add missing filter & complete tests ### 📊 Changes **3 files changed** (+41 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/filtersets.py` (+12 -1) 📝 `netbox/dcim/forms/filtersets.py` (+12 -0) 📝 `netbox/dcim/tests/test_filtersets.py` (+17 -4) </details> ### 📄 Description ### Fixes: #16424 It was added to filtering Devices by Cluster Group and Cluster. --- <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:27:15 +01:00
adam closed this issue 2025-12-29 23:27:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14880