mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-10 23:55:15 -05:00
[PR #20797] [CLOSED] error #64642
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/20797
Author: @Potzon
Created: 1/19/2026
Status: ❌ Closed
Base:
dev← Head:descarga-auto-chats-gotzon📝 Commits (10+)
7761137Rename release-pypi.yml to release-pypi.disabled2c10f8dUpdate build-release.yml561b3ccUpdate build-release.yml9004315Update docker-build.yaml8e79dfdCreate test-ssh.yml697a28cCreate deploy-dev.yamlab392e8Update deploy-dev.yaml288d678Update deploy-dev.yaml6e5c2b2Update deploy-dev.yamld3c0df9Update deploy-dev.yaml📊 Changes
115 files changed (+1272 additions, -363 deletions)
View changed files
📝
.github/workflows/build-release.yml(+4 -0)➕
.github/workflows/deploy-dev.yaml(+63 -0)📝
.github/workflows/docker-build.yaml(+4 -9)📝
.github/workflows/release-pypi.disabled(+0 -0)➕
.github/workflows/test-ssh.yml(+27 -0)📝
backend/open_webui/functions.py(+0 -1)📝
backend/open_webui/internal/migrations/001_initial_schema.py(+0 -1)📝
backend/open_webui/internal/migrations/002_add_local_sharing.py(+0 -1)📝
backend/open_webui/internal/migrations/003_add_auth_api_key.py(+0 -1)📝
backend/open_webui/internal/migrations/004_add_archived.py(+0 -1)📝
backend/open_webui/internal/migrations/005_add_updated_at.py(+0 -1)📝
backend/open_webui/internal/migrations/006_migrate_timestamps_and_charfields.py(+0 -1)📝
backend/open_webui/internal/migrations/007_add_user_last_active_at.py(+0 -1)📝
backend/open_webui/internal/migrations/008_add_memory.py(+0 -1)📝
backend/open_webui/internal/migrations/009_add_models.py(+0 -1)📝
backend/open_webui/internal/migrations/011_add_user_settings.py(+0 -1)📝
backend/open_webui/internal/migrations/012_add_tools.py(+0 -1)📝
backend/open_webui/internal/migrations/013_add_user_info.py(+0 -1)📝
backend/open_webui/internal/migrations/014_add_files.py(+0 -1)📝
backend/open_webui/internal/migrations/015_add_functions.py(+0 -1)...and 80 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch will lead to immediate closure of the PR.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.