[PR #8650] [MERGED] Closes #8649: Enable customization of configuration module #13381

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8650
Author: @jeremystretch
Created: 2/15/2022
Status: Merged
Merged: 2/15/2022
Merged by: @jeremystretch

Base: featureHead: 8649-config-module


📝 Commits (1)

  • e728738 Closes #8649: Enable customization of configuration module using NETBOX_CONFIGURATION environment variable

📊 Changes

8 files changed (+18 additions, -11 deletions)

View changed files

📝 .github/workflows/ci.yml (+2 -1)
📝 docs/configuration/index.md (+6 -1)
📝 docs/development/getting-started.md (+1 -1)
📝 docs/installation/3-netbox.md (+2 -2)
📝 docs/release-notes/version-3.2.md (+1 -0)
📝 netbox/netbox/configuration_example.py (+0 -0)
📝 netbox/netbox/configuration_testing.py (+0 -0)
📝 netbox/netbox/settings.py (+6 -6)

📄 Description

Closes: #8649

  • Load config per NETBOX_CONFIGURATION environment variable, if defined
  • Rename the example & testing config files
  • Tweak CI to use the new env var

🔄 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/8650 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/15/2022 **Status:** ✅ Merged **Merged:** 2/15/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `8649-config-module` --- ### 📝 Commits (1) - [`e728738`](https://github.com/netbox-community/netbox/commit/e728738e34829552208ab4a2ae585c6f7fa7acd5) Closes #8649: Enable customization of configuration module using NETBOX_CONFIGURATION environment variable ### 📊 Changes **8 files changed** (+18 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+2 -1) 📝 `docs/configuration/index.md` (+6 -1) 📝 `docs/development/getting-started.md` (+1 -1) 📝 `docs/installation/3-netbox.md` (+2 -2) 📝 `docs/release-notes/version-3.2.md` (+1 -0) 📝 `netbox/netbox/configuration_example.py` (+0 -0) 📝 `netbox/netbox/configuration_testing.py` (+0 -0) 📝 `netbox/netbox/settings.py` (+6 -6) </details> ### 📄 Description ### Closes: #8649 - Load config per `NETBOX_CONFIGURATION` environment variable, if defined - Rename the example & testing config files - Tweak CI to use the new env var --- <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:27:05 +01:00
adam closed this issue 2025-12-29 22:27:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13381