[PR #15686] [MERGED] 15684 strawberry filter #14643

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15686
Author: @arthanson
Created: 4/10/2024
Status: Merged
Merged: 4/15/2024
Merged by: @jeremystretch

Base: featureHead: 15684-strawberry-filter


📝 Commits (2)

  • ea1faba 15579 update requirements
  • 52505e3 15684 add USE_DEPRECATED_FILTERS to strawberry

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 netbox/netbox/settings.py (+1 -0)
📝 requirements.txt (+2 -2)

📄 Description

Fixes: #15684

Adds in USE_DEPRECATED_FILTERS to strawberry configuration which bypasses the latest filtering refactor in strawberry which breaks the current filtering code we use. Updates strawberry to latest as this was previously frozen at an older version (before the filtering changes in strawberry).


🔄 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/15686 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 4/10/2024 **Status:** ✅ Merged **Merged:** 4/15/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15684-strawberry-filter` --- ### 📝 Commits (2) - [`ea1faba`](https://github.com/netbox-community/netbox/commit/ea1fabab4409d95d74aabf69b1975c02fcd460db) 15579 update requirements - [`52505e3`](https://github.com/netbox-community/netbox/commit/52505e389bfeeaa76b4d4c517b12b20d24b81103) 15684 add USE_DEPRECATED_FILTERS to strawberry ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/settings.py` (+1 -0) 📝 `requirements.txt` (+2 -2) </details> ### 📄 Description ### Fixes: #15684 Adds in USE_DEPRECATED_FILTERS to strawberry configuration which bypasses the latest filtering refactor in strawberry which breaks the current filtering code we use. Updates strawberry to latest as this was previously frozen at an older version (before the filtering changes in strawberry). --- <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:25:42 +01:00
adam closed this issue 2025-12-29 23:25:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14643