mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[PR #15816] [CLOSED] Fm build pipeline #127607
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/15816
Author: @parvezfm
Created: 7/17/2025
Status: ❌ Closed
Base:
main← Head:fm-build-pipeline📝 Commits (2)
cd0abcfpfm versionedc42afAdded build pipeline for pocket fm📊 Changes
19 files changed (+553 additions, -74 deletions)
View changed files
➕
.github/workflows/build-deploy-pocketfm.yml(+324 -0)📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/models/knowledge.py(+1 -0)📝
backend/open_webui/routers/groups.py(+6 -0)📝
backend/open_webui/routers/knowledge.py(+57 -2)📝
backend/open_webui/routers/openai.py(+6 -3)📝
backend/open_webui/routers/users.py(+1 -0)📝
backend/open_webui/utils/chat.py(+2 -0)📝
backend/open_webui/utils/middleware.py(+1 -0)📝
backend/open_webui/utils/tools.py(+2 -2)📝
src/lib/components/admin/Users/Groups.svelte(+2 -1)📝
src/lib/components/admin/Users/Groups/EditGroupModal.svelte(+2 -1)📝
src/lib/components/admin/Users/Groups/Permissions.svelte(+8 -1)📝
src/lib/components/layout/Sidebar.svelte(+2 -2)📝
src/lib/components/workspace/Knowledge.svelte(+10 -6)📝
src/lib/components/workspace/Knowledge/KnowledgeBase.svelte(+90 -53)📝
src/lib/components/workspace/Knowledge/KnowledgeBase/Files.svelte(+2 -1)📝
src/routes/(app)/workspace/+layout.svelte(+15 -2)➕
src/routes/(app)/workspace/analytics/+page.svelte(+16 -0)📄 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
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.