[PR #17329] [MERGED] Closes #17288: Limit the number of aliases within a GraphQL API requests to 10 #15067

Closed
opened 2025-12-30 00:19:45 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17329
Author: @jeremystretch
Created: 8/30/2024
Status: Merged
Merged: 9/2/2024
Merged by: @jeremystretch

Base: featureHead: 17288-graphql-max-aliases


📝 Commits (2)

  • f44fb80 Closes #17288: Limit the number of aliases within a GraphQL API request to 10
  • b4b4391 Introduce GRAPHQL_MAX_ALIASES config parameter

📊 Changes

6 files changed (+23 additions, -11 deletions)

View changed files

docs/configuration/graphql-api.md (+17 -0)
📝 docs/configuration/miscellaneous.md (+0 -10)
📝 docs/integrations/graphql-api.md (+1 -1)
📝 mkdocs.yml (+1 -0)
📝 netbox/netbox/graphql/schema.py (+3 -0)
📝 netbox/netbox/settings.py (+1 -0)

📄 Description

Closes: #17288

Limit a GraphQL API request to a maximum of 10 aliases.


🔄 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/17329 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 9/2/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `17288-graphql-max-aliases` --- ### 📝 Commits (2) - [`f44fb80`](https://github.com/netbox-community/netbox/commit/f44fb80aa55404011faf9f5b95023d60d4ea394d) Closes #17288: Limit the number of aliases within a GraphQL API request to 10 - [`b4b4391`](https://github.com/netbox-community/netbox/commit/b4b43919bc6f12b4e13eee061516e9ef203d062d) Introduce GRAPHQL_MAX_ALIASES config parameter ### 📊 Changes **6 files changed** (+23 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `docs/configuration/graphql-api.md` (+17 -0) 📝 `docs/configuration/miscellaneous.md` (+0 -10) 📝 `docs/integrations/graphql-api.md` (+1 -1) 📝 `mkdocs.yml` (+1 -0) 📝 `netbox/netbox/graphql/schema.py` (+3 -0) 📝 `netbox/netbox/settings.py` (+1 -0) </details> ### 📄 Description ### Closes: #17288 Limit a GraphQL API request to a maximum of 10 aliases. --- <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-30 00:19:45 +01:00
adam closed this issue 2025-12-30 00:19:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15067