mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
[PR #368] [MERGED] feat: ✨ bun support, backend lint, frontend & backend CI #7084
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/368
Author: @ThatOneCalculator
Created: 1/3/2024
Status: ✅ Merged
Merged: 1/5/2024
Merged by: @tjbck
Base:
main← Head:bun📝 Commits (10+)
0377931feat: ✨ bun support07cc7f1chore: 🚨 lint and format60b6907ci: 👷 move CI to Bun6ce41c7Seperate backend & frontend CI702ffdffix: 👷 build Docker with Bun243fa75fix: 💚 don't lint backend for now25cabc2Merge branch 'main' into bun7e4a13fMerge branch 'main' into bun66aeb88fix: 🔨 use bun instead of bunx in scripts947013cMerge branch 'main' into bun📊 Changes
36 files changed (+602 additions, -412 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.md(+1 -1)📝
.github/ISSUE_TEMPLATE/feature_request.md(+0 -1)➕
.github/workflows/format-backend.yaml(+27 -0)➕
.github/workflows/format-build-frontend.yaml(+22 -0)➕
.github/workflows/lint-backend.disabled(+27 -0)➕
.github/workflows/lint-frontend.disabled(+21 -0)➖
.github/workflows/node.js.yaml(+0 -27)📝
README.md(+13 -3)📝
backend/apps/ollama/main.py(+10 -9)📝
backend/apps/ollama/old_main.py(+13 -11)📝
backend/apps/openai/main.py(+18 -10)📝
backend/apps/web/main.py(+3 -2)📝
backend/apps/web/models/auths.py(+16 -9)📝
backend/apps/web/models/chats.py(+18 -21)📝
backend/apps/web/models/modelfiles.py(+13 -12)📝
backend/apps/web/models/prompts.py(+7 -9)📝
backend/apps/web/models/users.py(+11 -8)📝
backend/apps/web/routers/auths.py(+9 -13)📝
backend/apps/web/routers/chats.py(+16 -14)📝
backend/apps/web/routers/configs.py(+3 -4)...and 16 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.