[PR #18212] [MERGED] Closes #18211: Enable dynamic registration of request processors #15289

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18212
Author: @jeremystretch
Created: 12/11/2024
Status: Merged
Merged: 12/12/2024
Merged by: @jeremystretch

Base: developHead: 18211-request-processor-registration


📝 Commits (2)

📊 Changes

5 files changed (+24 additions, -3 deletions)

View changed files

📝 docs/development/application-registry.md (+4 -0)
📝 netbox/netbox/context_managers.py (+2 -0)
📝 netbox/netbox/middleware.py (+7 -3)
📝 netbox/netbox/registry.py (+1 -0)
📝 netbox/netbox/utils.py (+10 -0)

📄 Description

Fixes: #18211

  • Enable registration of request processors in the application registry
  • Adapt CoreMiddleware to apply all registered request processors

Thanks to @arthanson for knocking out some of the preliminary work here in PR #18137.


🔄 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/18212 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 12/12/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `18211-request-processor-registration` --- ### 📝 Commits (2) - [`c22c7ce`](https://github.com/netbox-community/netbox/commit/c22c7cee3ef38e0a6af06318e8adde0db3fd3b8e) Closes #18211: Enable dynamic registration of request processors - [`650fcb2`](https://github.com/netbox-community/netbox/commit/650fcb2b17b891513b440b8cbffa248856b512ee) Tweak syntax ### 📊 Changes **5 files changed** (+24 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/development/application-registry.md` (+4 -0) 📝 `netbox/netbox/context_managers.py` (+2 -0) 📝 `netbox/netbox/middleware.py` (+7 -3) 📝 `netbox/netbox/registry.py` (+1 -0) 📝 `netbox/netbox/utils.py` (+10 -0) </details> ### 📄 Description ### Fixes: #18211 - Enable registration of request processors in the application registry - Adapt CoreMiddleware to apply all registered request processors Thanks to @arthanson for knocking out some of the preliminary work here in PR #18137. --- <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:21:05 +01:00
adam closed this issue 2025-12-30 00:21: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#15289