mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 08:34:32 -05:00
[PR #20800] [CLOSED] error #64643
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/20800
Author: @YanSSC
Created: 1/19/2026
Status: ❌ Closed
Base:
main← Head:CHAT-1420📝 Commits (10+)
f058ad2fix: change log90c6f5dMerge pull request #250 from ssc-dsai/dev135373cfix: change log514dae4Merge pull request #251 from ssc-dsai/devfde1acbfeat: implement bulk chat deletion functionality and UI enhancements52cb38cfeat: enhance chat selection functionality with bulk actions and UI updatesd49c45afeat: refactor bulk actions to Sidebar and update ChatItem componentb62e4d2fix(healthcheck): change healthcheck_with_db to synchronous for consistency617131ffix(upload): run process_file asynchronously in thread pool executorbff5396fix(upload): make upload_file synchronous to prevent blocking during large file processing📊 Changes
511 files changed (+106955 additions, -69599 deletions)
View changed files
➕
.bandit.yaml(+3 -0)📝
.dockerignore(+18 -1)📝
.env.example(+93 -1)📝
.eslintrc.cjs(+0 -1)➕
.github/CODEOWNERS(+1 -0)➖
.github/FUNDING.yml(+0 -1)📝
.github/ISSUE_TEMPLATE/bug_report.md(+3 -3)📝
.github/ISSUE_TEMPLATE/feature_request.md(+2 -2)📝
.github/dependabot.yml(+8 -2)➕
.github/workflows/bandit-scan.yaml(+114 -0)➕
.github/workflows/bearer-scan.yaml(+129 -0)📝
.github/workflows/build-release.yml(+2 -2)➖
.github/workflows/codespell.disabled(+0 -25)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -63)📝
.github/workflows/docker-build.yaml(+32 -370)📝
.github/workflows/format-build-frontend.yaml(+1 -0)➖
.github/workflows/integration-test.yml(+0 -253)➖
.github/workflows/lint-backend.disabled(+0 -27)➖
.github/workflows/lint-frontend.disabled(+0 -21)➖
.github/workflows/release-pypi.yml(+0 -32)...and 80 more files
📄 Description
Description
Modified the locale to be injected into the fixture themselves to avoid having to set the locale into the test and to ensure they are not leaking between tests.
Changed
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.