[PR #6717] [MERGED] Closes #6713: Move release checking to the housekeeping routine #13158

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/6717
Author: @jeremystretch
Created: 7/8/2021
Status: Merged
Merged: 7/8/2021
Merged by: @jeremystretch

Base: featureHead: 6713-release-checking


📝 Commits (5)

📊 Changes

9 files changed (+52 additions, -237 deletions)

View changed files

📝 docs/configuration/optional-settings.md (+1 -9)
📝 docs/release-notes/version-3.0.md (+2 -0)
📝 netbox/extras/management/commands/housekeeping.py (+36 -0)
📝 netbox/netbox/configuration.example.py (+0 -3)
netbox/netbox/releases.py (+0 -32)
📝 netbox/netbox/settings.py (+8 -8)
netbox/netbox/tests/test_releases.py (+0 -138)
📝 netbox/netbox/views/__init__.py (+5 -5)
netbox/utilities/background_tasks.py (+0 -42)

📄 Description

Closes: #6713

  • Adds a release check to the housekeeping management command
  • Removes the background task for release checking
  • Removes the RELEASE_CHECK_TIMEOUT configuration parameter
  • Removes the check_releases Redis queue

🔄 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/6717 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/8/2021 **Status:** ✅ Merged **Merged:** 7/8/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `6713-release-checking` --- ### 📝 Commits (5) - [`e173c8b`](https://github.com/netbox-community/netbox/commit/e173c8b548999a6e35b5b8b85aee7ad7f6ee033d) Add release check to the housekeeping task - [`fa99263`](https://github.com/netbox-community/netbox/commit/fa9926391891504a5e9a2e2dbe625fe62963fd8d) Remove release checkng background task - [`7c6e5a6`](https://github.com/netbox-community/netbox/commit/7c6e5a68d92ab1ed64be4b651c3ead20db44970d) Remove the RELEASE_CHECK_TIMEOUT parameter - [`29299b4`](https://github.com/netbox-community/netbox/commit/29299b464424f69ccff1408509375054c6f3429f) Changelog for #6713 - [`f426ba3`](https://github.com/netbox-community/netbox/commit/f426ba3526cb0dcffa4f73f004959f7ad6ad8958) Remove the check_releases queue ### 📊 Changes **9 files changed** (+52 additions, -237 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/optional-settings.md` (+1 -9) 📝 `docs/release-notes/version-3.0.md` (+2 -0) 📝 `netbox/extras/management/commands/housekeeping.py` (+36 -0) 📝 `netbox/netbox/configuration.example.py` (+0 -3) ➖ `netbox/netbox/releases.py` (+0 -32) 📝 `netbox/netbox/settings.py` (+8 -8) ➖ `netbox/netbox/tests/test_releases.py` (+0 -138) 📝 `netbox/netbox/views/__init__.py` (+5 -5) ➖ `netbox/utilities/background_tasks.py` (+0 -42) </details> ### 📄 Description ### Closes: #6713 - Adds a release check to the `housekeeping` management command - Removes the background task for release checking - Removes the `RELEASE_CHECK_TIMEOUT` configuration parameter - Removes the `check_releases` Redis queue --- <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:25:43 +01:00
adam closed this issue 2025-12-29 22:25:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13158