[PR #3604] [MERGED] implements #3282 - seperate webhooks and caching redis configs #12592

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3604
Author: @lampwins
Created: 10/13/2019
Status: Merged
Merged: 10/17/2019
Merged by: @jeremystretch

Base: develop-2.7Head: 3282-seperate-redis-config


📝 Commits (1)

  • 0d15ac1 implements #3282 - seperate webhooks and caching redis configs

📊 Changes

6 files changed (+152 additions, -54 deletions)

View changed files

📝 docs/configuration/required-settings.md (+26 -18)
📝 docs/installation/2-netbox.md (+16 -7)
📝 docs/release-notes/version-2.7.md (+48 -0)
📝 netbox/extras/apps.py (+5 -5)
📝 netbox/netbox/configuration.example.py (+18 -7)
📝 netbox/netbox/settings.py (+39 -17)

📄 Description

Fixes: #3282

Breaks webhooks and caching redis config into two subsections in the REDIS config dict. Much like how django does multiple DB configs.


🔄 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/3604 **Author:** [@lampwins](https://github.com/lampwins) **Created:** 10/13/2019 **Status:** ✅ Merged **Merged:** 10/17/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop-2.7` ← **Head:** `3282-seperate-redis-config` --- ### 📝 Commits (1) - [`0d15ac1`](https://github.com/netbox-community/netbox/commit/0d15ac15aeedb71c97e12e325138f1406ff5268f) implements #3282 - seperate webhooks and caching redis configs ### 📊 Changes **6 files changed** (+152 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/required-settings.md` (+26 -18) 📝 `docs/installation/2-netbox.md` (+16 -7) 📝 `docs/release-notes/version-2.7.md` (+48 -0) 📝 `netbox/extras/apps.py` (+5 -5) 📝 `netbox/netbox/configuration.example.py` (+18 -7) 📝 `netbox/netbox/settings.py` (+39 -17) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #3282 Breaks webhooks and caching redis config into two subsections in the REDIS config dict. Much like how django does multiple DB configs. --- <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:22:31 +01:00
adam closed this issue 2025-12-29 22:22:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12592