Display web app source tree version in frontend #79
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#80 Warn web app end users about unstable versions
luca0N/lanbassador
Reference
luca0N/lanbassador!79
Loading…
Reference in a new issue
No description provided.
Delete branch "dev_client_tree_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?
Display the source tree version in the web app frontend to let users know if they're visiting an unstable version of Lanbassador.
One of the issues that the current changes made to this branch introduce is with respect to the web app Dockerfile. Because it is expected to run from the
clientdirectory, the.gitrepository is not copied to the container, preventing the prepare script from detecting the source tree version.Although inelegant, a solution to this problem would be to build the web app client image from the root of the repository (instead of the
clientsubdirectory).Dockerfile tested and confirmed working. Merging.