WIP: feat: render the version and rev of the app in the web interface #372
No reviewers
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#372
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "erictapen/display-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Little side step, as I already finished this yesterday. I built this in a way that can't be tested well, but it should display the version on staging and production.
Closes https://github.com/Nix-Security-WG/nix-security-tracker/issues/358

To clarify: I didn't test this, as I didn't manage to run the result of
nix-build -A package
locally.Maybe this helps?
The screenshot is from running it locally via
fetchGit
as described in the README.Works in principle now but needs a lot of cleanup. Marked as draft until that's done. @erictapen I think you should spend your precious time on UX tasks. I'll see when I can squeeze in finishing this one up.
Sounds good to me, we will need to handle the production version of the deployment and this cannot use
builtins.fetchGit
for that.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.