[PR #6958] [CLOSED] apply npm run formatting cmds #8782

Closed
opened 2025-11-11 18:05:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/6958
Author: @Peter-De-Ath
Created: 11/14/2024
Status: Closed

Base: devHead: formating


📝 Commits (1)

  • 66185c4 apply npm run formatting cmds

📊 Changes

59 files changed (+382 additions, -135 deletions)

View changed files

📝 backend/open_webui/apps/audio/main.py (+11 -2)
📝 backend/open_webui/apps/images/main.py (+5 -1)
📝 backend/open_webui/apps/retrieval/main.py (+9 -3)
📝 backend/open_webui/apps/retrieval/vector/dbs/chroma.py (+3 -1)
📝 backend/open_webui/apps/retrieval/vector/dbs/opensearch.py (+63 -37)
📝 backend/open_webui/apps/retrieval/vector/dbs/pgvector.py (+3 -1)
📝 backend/open_webui/apps/retrieval/web/bing.py (+36 -15)
📝 backend/open_webui/apps/webui/main.py (+5 -1)
📝 backend/open_webui/apps/webui/routers/auths.py (+76 -30)
📝 backend/open_webui/main.py (+4 -1)
📝 src/lib/apis/ollama/index.ts (+16 -20)
📝 src/lib/apis/openai/index.ts (+13 -21)
📝 src/lib/i18n/locales/ar-BH/translation.json (+3 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+3 -0)
📝 src/lib/i18n/locales/bn-BD/translation.json (+3 -0)
📝 src/lib/i18n/locales/ca-ES/translation.json (+3 -0)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+3 -0)
📝 src/lib/i18n/locales/cs-CZ/translation.json (+3 -0)
📝 src/lib/i18n/locales/da-DK/translation.json (+3 -0)
📝 src/lib/i18n/locales/de-DE/translation.json (+3 -0)

...and 39 more files

📄 Description

Description

applied

npm run format
npm run format:backend
npm run i18n:parse

🔄 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/6958 **Author:** [@Peter-De-Ath](https://github.com/Peter-De-Ath) **Created:** 11/14/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `formating` --- ### 📝 Commits (1) - [`66185c4`](https://github.com/open-webui/open-webui/commit/66185c41cc3c71d837494cb961e9c405786caa26) apply npm run formatting cmds ### 📊 Changes **59 files changed** (+382 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/apps/audio/main.py` (+11 -2) 📝 `backend/open_webui/apps/images/main.py` (+5 -1) 📝 `backend/open_webui/apps/retrieval/main.py` (+9 -3) 📝 `backend/open_webui/apps/retrieval/vector/dbs/chroma.py` (+3 -1) 📝 `backend/open_webui/apps/retrieval/vector/dbs/opensearch.py` (+63 -37) 📝 `backend/open_webui/apps/retrieval/vector/dbs/pgvector.py` (+3 -1) 📝 `backend/open_webui/apps/retrieval/web/bing.py` (+36 -15) 📝 `backend/open_webui/apps/webui/main.py` (+5 -1) 📝 `backend/open_webui/apps/webui/routers/auths.py` (+76 -30) 📝 `backend/open_webui/main.py` (+4 -1) 📝 `src/lib/apis/ollama/index.ts` (+16 -20) 📝 `src/lib/apis/openai/index.ts` (+13 -21) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+3 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+3 -0) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+3 -0) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+3 -0) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+3 -0) 📝 `src/lib/i18n/locales/cs-CZ/translation.json` (+3 -0) 📝 `src/lib/i18n/locales/da-DK/translation.json` (+3 -0) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+3 -0) _...and 39 more files_ </details> ### 📄 Description ### Description applied ``` npm run format npm run format:backend npm run i18n:parse ``` --- <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 2025-11-11 18:05:52 -06: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#8782