[PR #16420] [MERGED] Closes #15908: Establish canonical & local sources for release info #14851

Closed
opened 2025-12-29 23:27:06 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16420
Author: @jeremystretch
Created: 6/5/2024
Status: Merged
Merged: 6/7/2024
Merged by: @jeremystretch

Base: featureHead: 15908-edition-data


📝 Commits (2)

  • 27016ab Closes #15908: Establish canonical & local sources for release info
  • e3588aa Update references to settings.VERSION

📊 Changes

15 files changed (+93 additions, -30 deletions)

View changed files

📝 netbox/core/management/commands/nbshell.py (+1 -1)
📝 netbox/core/views.py (+1 -1)
📝 netbox/extras/dashboard/widgets.py (+1 -1)
📝 netbox/netbox/api/views.py (+1 -1)
📝 netbox/netbox/settings.py (+8 -6)
📝 netbox/netbox/tests/test_plugins.py (+4 -4)
📝 netbox/netbox/urls.py (+1 -1)
📝 netbox/netbox/views/errors.py (+1 -1)
📝 netbox/netbox/views/misc.py (+1 -1)
netbox/release.yaml (+2 -0)
📝 netbox/templates/base/base.html (+4 -4)
📝 netbox/templates/base/layout.html (+3 -6)
📝 netbox/templates/core/system.html (+7 -2)
📝 netbox/utilities/error_handlers.py (+1 -1)
netbox/utilities/release.py (+57 -0)

📄 Description

Fixes: #15908

  • Establish locations where both canonical & local release attributes are defined
  • Introduce the ReleaseInfo dataclass for conveying this information
  • Update the base template footer

🔄 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/16420 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 6/5/2024 **Status:** ✅ Merged **Merged:** 6/7/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15908-edition-data` --- ### 📝 Commits (2) - [`27016ab`](https://github.com/netbox-community/netbox/commit/27016ab367fbfe4a11c05747f8513f7edf4cc09c) Closes #15908: Establish canonical & local sources for release info - [`e3588aa`](https://github.com/netbox-community/netbox/commit/e3588aaa84747c742aded4fbf022898541d274c5) Update references to settings.VERSION ### 📊 Changes **15 files changed** (+93 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `netbox/core/management/commands/nbshell.py` (+1 -1) 📝 `netbox/core/views.py` (+1 -1) 📝 `netbox/extras/dashboard/widgets.py` (+1 -1) 📝 `netbox/netbox/api/views.py` (+1 -1) 📝 `netbox/netbox/settings.py` (+8 -6) 📝 `netbox/netbox/tests/test_plugins.py` (+4 -4) 📝 `netbox/netbox/urls.py` (+1 -1) 📝 `netbox/netbox/views/errors.py` (+1 -1) 📝 `netbox/netbox/views/misc.py` (+1 -1) ➕ `netbox/release.yaml` (+2 -0) 📝 `netbox/templates/base/base.html` (+4 -4) 📝 `netbox/templates/base/layout.html` (+3 -6) 📝 `netbox/templates/core/system.html` (+7 -2) 📝 `netbox/utilities/error_handlers.py` (+1 -1) ➕ `netbox/utilities/release.py` (+57 -0) </details> ### 📄 Description ### Fixes: #15908 - Establish locations where both canonical & local release attributes are defined - Introduce the ReleaseInfo dataclass for conveying this information - Update the base template footer --- <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 23:27:06 +01:00
adam closed this issue 2025-12-29 23:27: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#14851