mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #12049] [CLOSED] Feature/tmi/open-webui-sync #45889
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/12049
Author: @itomek
Created: 3/25/2025
Status: ❌ Closed
Base:
main← Head:feature/tmi/open-webui-sync📝 Commits (10+)
216164bdocs: Add arch and install diagrams753ff86chore: Add GitHub Actions workflow for releasing artifacts and update configurationsda5866cchore: Update build-release workflow with GitHub Actions permissions83187f3chore: Update build-release workflow branch to feature branch4c7d8dachore: Update build-release workflow name for GAIA release8ce93d7Update build-release.yml34be0a3Updates testing for initial release9b3078echore: Refine build workflow name for claritycf1afa9chore: Simplify GitHub Actions workflow namedc320c5Adding artifact release📊 Changes
89 files changed (+3002 additions, -701 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.yaml(+5 -3)➕
.github/ISSUE_TEMPLATE/config.yml(+1 -0)📝
.github/workflows/build-release.yml(+223 -11)📝
.github/workflows/deploy-to-hf-spaces.yml(+4 -4)➖
.github/workflows/docker-build.yaml(+0 -477)📝
.github/workflows/format-backend.yaml.disabled(+0 -0)📝
.github/workflows/format-build-frontend.yaml.disabled(+0 -0)📝
.github/workflows/release-pypi.yml(+4 -4)📝
.gitignore(+7 -0)➕
.vscode/launch.json(+29 -0)➕
.vscode/tasks.json(+33 -0)➕
.webui_secret_key(+1 -0)📝
CHANGELOG.md(+13 -1)📝
README.md(+9 -88)📝
backend/open_webui/config.py(+12 -2)📝
backend/open_webui/main.py(+3 -0)📝
backend/open_webui/retrieval/vector/dbs/elasticsearch.py(+44 -23)📝
backend/open_webui/routers/configs.py(+5 -0)📝
backend/open_webui/static/site.webmanifest(+20 -20)📝
backend/open_webui/utils/auth.py(+1 -1)...and 69 more files
📄 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
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.