[PR #2750] [CLOSED] Closes #738 - Automatically check for new releases #12432

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/2750
Author: @MarcHagen
Created: 1/5/2019
Status: Closed

Base: developHead: feature/738


📝 Commits (1)

  • 36d5d05 Added version check based on git

📊 Changes

7 files changed (+91 additions, -2 deletions)

View changed files

📝 docs/configuration/optional-settings.md (+17 -0)
📝 netbox/netbox/configuration.example.py (+3 -0)
📝 netbox/netbox/settings.py (+4 -0)
📝 netbox/templates/_base.html (+1 -1)
netbox/templates/utilities/templatetags/checkUpdates.html (+3 -0)
📝 netbox/utilities/templatetags/helpers.py (+9 -1)
netbox/utilities/version_check.py (+54 -0)

📄 Description

Fixes: #738

Added version check based on git
Using local variable to cache the response and only check every 24 hours
Using local git command to check remote.

Please let me know if this is something you want to see.


🔄 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/2750 **Author:** [@MarcHagen](https://github.com/MarcHagen) **Created:** 1/5/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `feature/738` --- ### 📝 Commits (1) - [`36d5d05`](https://github.com/netbox-community/netbox/commit/36d5d05b72b9f680d6d935c37789b928a3bb87a3) Added version check based on git ### 📊 Changes **7 files changed** (+91 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/optional-settings.md` (+17 -0) 📝 `netbox/netbox/configuration.example.py` (+3 -0) 📝 `netbox/netbox/settings.py` (+4 -0) 📝 `netbox/templates/_base.html` (+1 -1) ➕ `netbox/templates/utilities/templatetags/checkUpdates.html` (+3 -0) 📝 `netbox/utilities/templatetags/helpers.py` (+9 -1) ➕ `netbox/utilities/version_check.py` (+54 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #738 <!-- Please include a summary of the proposed changes below. --> Added version check based on git Using local variable to cache the response and only check every 24 hours Using local git command to check remote. Please let me know if this is something you want to see. --- <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:21:33 +01:00
adam closed this issue 2025-12-29 22:21:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12432