[PR #7778] [MERGED] 7775 dynamic config #13283

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7778
Author: @jeremystretch
Created: 11/8/2021
Status: Merged
Merged: 11/8/2021
Merged by: @jeremystretch

Base: featureHead: 7775-dynamic-config


📝 Commits (4)

📊 Changes

11 files changed (+84 additions, -68 deletions)

View changed files

📝 docs/configuration/dynamic-settings.md (+43 -0)
📝 docs/configuration/optional-settings.md (+0 -36)
📝 docs/release-notes/version-3.1.md (+1 -0)
📝 netbox/extras/admin.py (+4 -1)
📝 netbox/extras/management/commands/housekeeping.py (+6 -4)
📝 netbox/extras/signals.py (+3 -2)
📝 netbox/netbox/config/parameters.py (+23 -0)
📝 netbox/netbox/configuration.example.py (+0 -20)
📝 netbox/netbox/graphql/views.py (+3 -1)
📝 netbox/netbox/settings.py (+0 -3)
📝 netbox/templates/base/layout.html (+1 -1)

📄 Description

Closes: #7775

Enable dynamic config for the following parameters:

  • CHANGELOG_RETENTION
  • CUSTOM_VALIDATORS
  • GRAPHQL_ENABLED

🔄 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/7778 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/8/2021 **Status:** ✅ Merged **Merged:** 11/8/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `7775-dynamic-config` --- ### 📝 Commits (4) - [`2a00519`](https://github.com/netbox-community/netbox/commit/2a00519b93afeffe638f0a27b1e204adbf66d59f) Move CHANGELOG_RETENTION to dyanmic configuration - [`f8e44c0`](https://github.com/netbox-community/netbox/commit/f8e44c09ebd54704594eb1c544a98a7e3e991fa9) Move CUSTOM_VALIDATORS to dynamic configuration - [`d2391b9`](https://github.com/netbox-community/netbox/commit/d2391b9c63ecdac04121e18f2f072f7c62193d2a) Move GRAPHQL_ENABLED to dynamic configuration - [`f3d8f1b`](https://github.com/netbox-community/netbox/commit/f3d8f1b1fb06be80ef7afc2fc6c145f2fe83922a) Changelog for #7775 ### 📊 Changes **11 files changed** (+84 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/dynamic-settings.md` (+43 -0) 📝 `docs/configuration/optional-settings.md` (+0 -36) 📝 `docs/release-notes/version-3.1.md` (+1 -0) 📝 `netbox/extras/admin.py` (+4 -1) 📝 `netbox/extras/management/commands/housekeeping.py` (+6 -4) 📝 `netbox/extras/signals.py` (+3 -2) 📝 `netbox/netbox/config/parameters.py` (+23 -0) 📝 `netbox/netbox/configuration.example.py` (+0 -20) 📝 `netbox/netbox/graphql/views.py` (+3 -1) 📝 `netbox/netbox/settings.py` (+0 -3) 📝 `netbox/templates/base/layout.html` (+1 -1) </details> ### 📄 Description ### Closes: #7775 Enable dynamic config for the following parameters: * `CHANGELOG_RETENTION` * `CUSTOM_VALIDATORS` * `GRAPHQL_ENABLED` --- <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:26:31 +01:00
adam closed this issue 2025-12-29 22:26:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13283