Add version details of all components via database collection #4
Labels
No Label
backend
bug
db-manager
duplicate
enhancement
help wanted
invalid
kustomize
question
user-support
web-frontend
web-user
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: OwlBoard/backend#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
A database collection should be created (using db-manager) and each individual component with DB access should post it's version number to the collection.
This way, the frontends are able to display the versions across the whole stack.
In the case of db-manager it would upsert on each run, the backend would upsert on each run (at startup). The frontend has no DB access so would output its own version string to the user.
Complete, the version currently at testing.owlboard.info has this feature working.