[PR #17067] [MERGED] Closes #17051: Introduce the ISOLATED_DEPLOYMENT config parameter #14992

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

📋 Pull Request Information

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

Base: featureHead: 17051-offline-config-param


📝 Commits (2)

  • bec1de0 Closes #17051: Introduce ISOLATED_DEPLOYMENT config parameter
  • 810cb87 Revert omission of external footer links

📊 Changes

4 files changed (+22 additions, -3 deletions)

View changed files

📝 docs/configuration/system.md (+12 -1)
📝 netbox/core/plugins.py (+4 -0)
📝 netbox/extras/management/commands/housekeeping.py (+4 -1)
📝 netbox/netbox/settings.py (+2 -1)

📄 Description

Fixes: #17051

  • Introduce the ISOLATED_DEPLOYMENT config parameter
  • Disable the following functionality when True:
    • Automatic release checks (housekeeping task)
    • Census reporting
    • Plugins catalog integration
    • External footer links

🔄 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/17067 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/1/2024 **Status:** ✅ Merged **Merged:** 8/2/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `17051-offline-config-param` --- ### 📝 Commits (2) - [`bec1de0`](https://github.com/netbox-community/netbox/commit/bec1de00f3fb84ae6341086b84a293344ff8301d) Closes #17051: Introduce ISOLATED_DEPLOYMENT config parameter - [`810cb87`](https://github.com/netbox-community/netbox/commit/810cb87e360d2cd9d1a8d85b698c9f725061d6ec) Revert omission of external footer links ### 📊 Changes **4 files changed** (+22 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/system.md` (+12 -1) 📝 `netbox/core/plugins.py` (+4 -0) 📝 `netbox/extras/management/commands/housekeeping.py` (+4 -1) 📝 `netbox/netbox/settings.py` (+2 -1) </details> ### 📄 Description ### Fixes: #17051 - Introduce the `ISOLATED_DEPLOYMENT` config parameter - Disable the following functionality when True: - Automatic release checks (housekeeping task) - Census reporting - Plugins catalog integration - External footer links --- <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:19 +01:00
adam closed this issue 2025-12-30 00:19:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14992