[PR #16115] [MERGED] 16078 make GraphQL NumberFilter optional #14780

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16115
Author: @arthanson
Created: 5/13/2024
Status: Merged
Merged: 5/14/2024
Merged by: @jeremystretch

Base: developHead: 16078-numberfilter


📝 Commits (4)

  • 3fc8220 16078 make GraphQL NumberFilter optional
  • 27a2bc2 16078 add tests for graphql filtering
  • b3dd557 16078 add tests for graphql filtering
  • 9265c8a 16078 add tests for graphql filtering

📊 Changes

3 files changed (+58 additions, -7 deletions)

View changed files

📝 netbox/ipam/tests/test_api.py (+3 -0)
📝 netbox/netbox/graphql/filter_mixins.py (+1 -1)
📝 netbox/utilities/testing/api.py (+54 -6)

📄 Description

Fixes: #16078

Make NumberFilter not required in GraphQL.


🔄 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/16115 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 5/13/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16078-numberfilter` --- ### 📝 Commits (4) - [`3fc8220`](https://github.com/netbox-community/netbox/commit/3fc82207c81c4e55ac9710ed4288f6ebc3caf1fa) 16078 make GraphQL NumberFilter optional - [`27a2bc2`](https://github.com/netbox-community/netbox/commit/27a2bc21ad4e7ba413e39694e8cd99d22c30bb02) 16078 add tests for graphql filtering - [`b3dd557`](https://github.com/netbox-community/netbox/commit/b3dd5576cd25405197600752f257daf5476635c2) 16078 add tests for graphql filtering - [`9265c8a`](https://github.com/netbox-community/netbox/commit/9265c8a4e4bc7c72a9254be225d060d86321fff8) 16078 add tests for graphql filtering ### 📊 Changes **3 files changed** (+58 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/tests/test_api.py` (+3 -0) 📝 `netbox/netbox/graphql/filter_mixins.py` (+1 -1) 📝 `netbox/utilities/testing/api.py` (+54 -6) </details> ### 📄 Description ### Fixes: #16078 Make NumberFilter not required in GraphQL. --- <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:26:41 +01:00
adam closed this issue 2025-12-29 23:26:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14780