mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #18037] [CLOSED] Async db #63506
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/18037
Author: @tjbck
Created: 10/3/2025
Status: ❌ Closed
Base:
main← Head:async-db📝 Commits (10+)
44e9ae2inite1da745wip: users, toolsf4cd24dwip: tags93d27b8wip: prompts30bd4a2wip: notes446699ewip: modelsc512bf3wip: messages652dcabwip: memorieseb86ac7wip: knowledge3b9e454wip: groups📊 Changes
52 files changed (+1710 additions, -1518 deletions)
View changed files
📝
backend/open_webui/config.py(+32 -26)📝
backend/open_webui/functions.py(+11 -10)📝
backend/open_webui/internal/db.py(+26 -20)📝
backend/open_webui/main.py(+19 -16)📝
backend/open_webui/models/auths.py(+30 -28)📝
backend/open_webui/models/channels.py(+21 -21)📝
backend/open_webui/models/chats.py(+192 -175)📝
backend/open_webui/models/feedbacks.py(+54 -48)📝
backend/open_webui/models/files.py(+51 -43)📝
backend/open_webui/models/folders.py(+73 -56)📝
backend/open_webui/models/functions.py(+61 -57)📝
backend/open_webui/models/groups.py(+61 -57)📝
backend/open_webui/models/knowledge.py(+35 -35)📝
backend/open_webui/models/memories.py(+32 -32)📝
backend/open_webui/models/messages.py(+55 -53)📝
backend/open_webui/models/models.py(+61 -49)📝
backend/open_webui/models/notes.py(+21 -21)📝
backend/open_webui/models/prompts.py(+25 -23)📝
backend/open_webui/models/tags.py(+20 -18)📝
backend/open_webui/models/tools.py(+40 -38)...and 32 more files
📄 Description
test
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.