[PR #16617] [CLOSED] feat/enh: async dao #63041

Closed
opened 2026-05-06 07:34:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/16617
Author: @tjbck
Created: 8/14/2025
Status: Closed

Base: devHead: async-db


📝 Commits (10+)

📊 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

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/16617 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 8/14/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `async-db` --- ### 📝 Commits (10+) - [`44e9ae2`](https://github.com/open-webui/open-webui/commit/44e9ae243de2b95b4c7338c8454066522112d28f) init - [`e1da745`](https://github.com/open-webui/open-webui/commit/e1da74541bf024d953f376dade3253cf0bfdb6e3) wip: users, tools - [`f4cd24d`](https://github.com/open-webui/open-webui/commit/f4cd24d2ca196167f140ce1cc6db3393a19ec537) wip: tags - [`93d27b8`](https://github.com/open-webui/open-webui/commit/93d27b84d4ad7e981abacd601c545347fd415637) wip: prompts - [`30bd4a2`](https://github.com/open-webui/open-webui/commit/30bd4a2910253e768e9310387936d8fe23881c3c) wip: notes - [`446699e`](https://github.com/open-webui/open-webui/commit/446699e4150de443a0bdef82d3b80d1f58b9810d) wip: models - [`c512bf3`](https://github.com/open-webui/open-webui/commit/c512bf3559f7e7bdef61d918c595b280f59e696a) wip: messages - [`652dcab`](https://github.com/open-webui/open-webui/commit/652dcabd861921cfee63169da50e4ed6f40a3902) wip: memories - [`eb86ac7`](https://github.com/open-webui/open-webui/commit/eb86ac7a2b91fc64f53339ba3e2722bf45e3689f) wip: knowledge - [`3b9e454`](https://github.com/open-webui/open-webui/commit/3b9e454fb40cb729698fbf823df252f4cfa35997) wip: groups ### 📊 Changes **52 files changed** (+1710 additions, -1518 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 07:34:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#63041