mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #4613] [CLOSED] Devoriginal #37153
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/4613
Author: @raestrada95
Created: 8/15/2024
Status: ❌ Closed
Base:
main← Head:devoriginal📝 Commits (10+)
b2fc79aUpdate Svelte and Vite to the latest versions.68dde7bMerge pull request #1 from raestrada95/update-svelte-vitec63b1e8Update Svelte, Adapter Auto, Node, and Static to the latest versions.2830853Merge pull request #2 from raestrada95/update-svelte-adapter-auto3a0f69dInstall adapter-cloudflare dependency for Svelte93de2eeAdd cfdeploy script to package.json for Cloudflare Pages deployment30912a4change the svelte adapter to cf40ca3c0add cf wrangler config file5f71eacRemove Pyodide from the project51238ecModify Dockerfile to dockerize only the backend📊 Changes
65 files changed (+8358 additions, -6779 deletions)
View changed files
📝
.github/workflows/deploy-to-hf-spaces.yml(+1 -1)📝
Dockerfile(+10 -25)📝
backend/apps/rag/main.py(+25 -0)📝
backend/config.py(+14 -2)➕
docker-compose-cloud.yaml(+27 -0)📝
docker-compose.yaml(+7 -14)📝
package-lock.json(+7754 -6347)📝
package.json(+10 -8)➖
scripts/prepare-pyodide.js(+0 -85)📝
src/app.html(+2 -2)📝
src/lib/apis/rag/index.ts(+29 -0)📝
src/lib/components/admin/Settings/Documents.svelte(+37 -0)📝
src/lib/components/chat/MessageInput.svelte(+108 -61)📝
src/lib/components/chat/Messages/CodeBlock.svelte(+41 -163)📝
src/lib/components/chat/Settings/About.svelte(+0 -34)📝
src/lib/components/chat/Settings/General.svelte(+0 -12)📝
src/lib/components/workspace/Documents.svelte(+27 -8)📝
src/lib/constants.ts(+2 -2)📝
src/lib/i18n/locales/ar-BH/translation.json(+6 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+6 -0)...and 45 more files
📄 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.