[PR #18225] [MERGED] Closes #18224: Apply all registered request processors when running custom scripts #15291

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

📋 Pull Request Information

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

Base: developHead: 18224-script-processors


📝 Commits (1)

  • d65e36b Closes #18224: Apply all registered request processors when running custom scripts

📊 Changes

1 file changed (+5 additions, -3 deletions)

View changed files

📝 netbox/extras/jobs.py (+5 -3)

📄 Description

Closes: #18224

Invoke all context managers listed in registry['request_processors'] when running a custom script background job.


🔄 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/18225 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/12/2024 **Status:** ✅ Merged **Merged:** 12/16/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `18224-script-processors` --- ### 📝 Commits (1) - [`d65e36b`](https://github.com/netbox-community/netbox/commit/d65e36bcb2afb3542ff557c10f8ad82a6b22a0ad) Closes #18224: Apply all registered request processors when running custom scripts ### 📊 Changes **1 file changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/jobs.py` (+5 -3) </details> ### 📄 Description ### Closes: #18224 Invoke all context managers listed in `registry['request_processors']` when running a custom script background job. --- <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:06 +01:00
adam closed this issue 2025-12-30 00:21:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15291