[PR #18364] [MERGED] Closes #18362: Create a system job for census reporting #15332

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18364
Author: @jeremystretch
Created: 1/9/2025
Status: Merged
Merged: 1/9/2025
Merged by: @jeremystretch

Base: mainHead: 18362-census-reporting-job


📝 Commits (1)

  • dd61902 Closes #18362: Create a system job for census reporting

📊 Changes

2 files changed (+46 additions, -15 deletions)

View changed files

📝 netbox/core/jobs.py (+46 -2)
📝 netbox/netbox/settings.py (+0 -13)

📄 Description

Closes: #18362

  • Remove census request origination from settings.py
  • Introduce SystemHousekeepingJob as a daily system job
  • Extend SystemHousekeepingJob to report census data (if enabled)

🔄 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/18364 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/9/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `18362-census-reporting-job` --- ### 📝 Commits (1) - [`dd61902`](https://github.com/netbox-community/netbox/commit/dd619026463f19f8e1ac3ad574ac8ab2cfa41a18) Closes #18362: Create a system job for census reporting ### 📊 Changes **2 files changed** (+46 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `netbox/core/jobs.py` (+46 -2) 📝 `netbox/netbox/settings.py` (+0 -13) </details> ### 📄 Description ### Closes: #18362 - Remove census request origination from `settings.py` - Introduce SystemHousekeepingJob as a daily system job - Extend SystemHousekeepingJob to report census data (if enabled) --- <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:19 +01:00
adam closed this issue 2025-12-30 00:21:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15332