mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #2562] [MERGED] feat: add git hash of build everywhere #21029
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2562
Author: @cheahjs
Created: 5/25/2024
Status: ✅ Merged
Merged: 5/26/2024
Merged by: @tjbck
Base:
dev← Head:feat/include-git-hash-everywhere📝 Commits (3)
a579f5ffeat: add git hash of build everywhere4fdb26frefac: rename build hash varsaba6308Merge remote-tracking branch 'upstream/dev' into feat/include-git-hash-everywhere📊 Changes
9 files changed (+27 additions, -9 deletions)
View changed files
📝
.github/workflows/docker-build.yaml(+8 -2)📝
Dockerfile(+6 -0)📝
backend/apps/webui/main.py(+1 -1)📝
backend/config.py(+2 -2)📝
backend/main.py(+3 -1)📝
hatch_build.py(+2 -0)📝
src/lib/components/chat/Settings/About.svelte(+2 -2)📝
src/lib/constants.ts(+1 -0)📝
vite.config.ts(+2 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Add the git hash of the build into the output of backend and the frontend in the about page to help disambiguate builds when multiple releases of the same tag are produced.
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.