[PR #19815] [MERGED] Closes #18349: Replace houskeeping management command with a system job #15723

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19815
Author: @jeremystretch
Created: 7/3/2025
Status: Merged
Merged: 7/16/2025
Merged by: @jeremystretch

Base: featureHead: 18349-housekeeping-job


📝 Commits (2)

  • b151584 Closes #18349: Replace houskeeping management command with a system job
  • 3963171 Update documentation

📊 Changes

10 files changed (+119 additions, -117 deletions)

View changed files

contrib/netbox-housekeeping.service (+0 -17)
contrib/netbox-housekeeping.sh (+0 -9)
contrib/netbox-housekeeping.timer (+0 -13)
docs/administration/housekeeping.md (+0 -49)
📝 docs/installation/3-netbox.md (+0 -12)
📝 docs/installation/upgrading.md (+0 -10)
📝 docs/release-notes/version-3.0.md (+1 -1)
📝 mkdocs.yml (+0 -1)
📝 netbox/core/jobs.py (+110 -4)
📝 netbox/extras/management/commands/housekeeping.py (+8 -1)

📄 Description

Fixes: #18349

  • Replicate functionality from the housekeeping management command to SystemHousekeepingJob
  • Mark the housekeeping command as deprecated

🔄 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/19815 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/3/2025 **Status:** ✅ Merged **Merged:** 7/16/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `18349-housekeeping-job` --- ### 📝 Commits (2) - [`b151584`](https://github.com/netbox-community/netbox/commit/b151584d6679944e69d0f139fbb8bfc1e1e42fbb) Closes #18349: Replace houskeeping management command with a system job - [`3963171`](https://github.com/netbox-community/netbox/commit/3963171a29074e9a8115600b6a56011ddbc40c59) Update documentation ### 📊 Changes **10 files changed** (+119 additions, -117 deletions) <details> <summary>View changed files</summary> ➖ `contrib/netbox-housekeeping.service` (+0 -17) ➖ `contrib/netbox-housekeeping.sh` (+0 -9) ➖ `contrib/netbox-housekeeping.timer` (+0 -13) ➖ `docs/administration/housekeeping.md` (+0 -49) 📝 `docs/installation/3-netbox.md` (+0 -12) 📝 `docs/installation/upgrading.md` (+0 -10) 📝 `docs/release-notes/version-3.0.md` (+1 -1) 📝 `mkdocs.yml` (+0 -1) 📝 `netbox/core/jobs.py` (+110 -4) 📝 `netbox/extras/management/commands/housekeeping.py` (+8 -1) </details> ### 📄 Description ### Fixes: #18349 - Replicate functionality from the `housekeeping` management command to `SystemHousekeepingJob` - Mark the `housekeeping` command as deprecated --- <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:23:39 +01:00
adam closed this issue 2025-12-30 00:23:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15723