Add System Info page to Status dashboard with deployment metadata - #189
Merged
Conversation
added 2 commits
July 23, 2026 15:47
…eployment metadata and Git repository details via system settings
…tHub release link validation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Adds a System Info page to the Status dashboard that displays the currently deployed image tag as a clickable link to the corresponding GitHub release. Deployment metadata (
System:Tag,System:Git:Repository) is injected via a newSystemSettingsconfiguration class, overridden in Helm usingappVersionso the tag always matches the running image.Changes
SystemSettings/GitSettingsconfig classes bound to theSystemsection inappsettings.jsonSystemsection toappsettings.jsonandappsettings-schema.jsonConfigure<SystemSettings>inProgram.csComponents/Pages/System.razorat/system— shows image tag as a link to{Repository}/releases/tag/{Tag}MainLayout.razorSystem__Taginstatus.yamlHelm template using{{ .Values.appVersion }}How to Test
https://status.<domain>/systemappVersionand the link resolves to the correct GitHub release pageSystem:TagandSystem:Git:Repositoryinappsettings.json, run the Status project, and visit/systemChecklist