[PR #8658] [CLOSED] Log remover #9061

Closed
opened 2025-11-11 18:13:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/8658
Author: @supermyriam
Created: 1/17/2025
Status: Closed

Base: mainHead: log-remover


📝 Commits (10+)

  • ca08291 Update Spanish translations for missing UI strings
  • 54d2c2a Rename splash-dark.png to splash-dark.old.png
  • 6ee8aef Add splash-dark.png to static assets
  • 0957ccb Add new splash.png and update splash-dark.png
  • 1e0ff77 Update branding to "Turing" and revise favicon assets
  • 27f07d5 Update favicon and splash images, add dark splash variant
  • 54b0da5 Update logo and add old logo for reference
  • db2bce3 Add compose-dev.yaml for local development setup
  • 9a54194 Add Speech icon component
  • 17b7c92 Replace Headphone icon with Speech icon in MessageInput

📊 Changes

112 files changed (+711 additions, -1844 deletions)

View changed files

.github/FUNDING.yml (+0 -1)
.github/ISSUE_TEMPLATE/bug_report.md (+0 -80)
.github/ISSUE_TEMPLATE/feature_request.md (+0 -35)
.github/dependabot.yml (+0 -12)
.github/pull_request_template.md (+0 -72)
.github/workflows/build-release.yml (+0 -72)
.github/workflows/build.yaml (+47 -0)
.github/workflows/deploy-to-hf-spaces.yml (+0 -63)
.github/workflows/docker-build.yaml (+0 -477)
.github/workflows/format-backend.yaml (+0 -39)
.github/workflows/format-build-frontend.yaml (+0 -57)
.github/workflows/integration-test.yml (+0 -253)
.github/workflows/lint-frontend.disabled (+0 -21)
📝 .github/workflows/linter.python.yaml (+9 -5)
.github/workflows/release-pypi.yml (+0 -32)
📝 Dockerfile (+1 -0)
📝 README.md (+57 -0)
📝 backend/open_webui/config.py (+2 -74)
📝 backend/open_webui/env.py (+3 -5)
backend/open_webui/static/1.0.mp4 (+0 -0)

...and 80 more files

📄 Description

Deleted all the console.logs that were not related to connsole log errors from the frontend


🔄 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/8658 **Author:** [@supermyriam](https://github.com/supermyriam) **Created:** 1/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `log-remover` --- ### 📝 Commits (10+) - [`ca08291`](https://github.com/open-webui/open-webui/commit/ca08291aa794eb00e5cb7d0fcf95c26d057eb618) Update Spanish translations for missing UI strings - [`54d2c2a`](https://github.com/open-webui/open-webui/commit/54d2c2a1f438b8810e1073cf1b2e63bb0412b243) Rename splash-dark.png to splash-dark.old.png - [`6ee8aef`](https://github.com/open-webui/open-webui/commit/6ee8aef9e735c344aef836640b30663d0e9c6fba) Add splash-dark.png to static assets - [`0957ccb`](https://github.com/open-webui/open-webui/commit/0957ccbe16fe2a6612a63d2c47c89638c480da76) Add new splash.png and update splash-dark.png - [`1e0ff77`](https://github.com/open-webui/open-webui/commit/1e0ff77e5d1d97b14c0027d92a33c4113feceba0) Update branding to "Turing" and revise favicon assets - [`27f07d5`](https://github.com/open-webui/open-webui/commit/27f07d5cab86db565a130e56daf1ecdd603feccf) Update favicon and splash images, add dark splash variant - [`54b0da5`](https://github.com/open-webui/open-webui/commit/54b0da59daf661c924e2464a13d7a564c0a3c6d6) Update logo and add old logo for reference - [`db2bce3`](https://github.com/open-webui/open-webui/commit/db2bce3eff1545032588cc20dd310d6047bf2f93) Add compose-dev.yaml for local development setup - [`9a54194`](https://github.com/open-webui/open-webui/commit/9a541945c81bce5d4238c89fc1d201c953b806ce) Add Speech icon component - [`17b7c92`](https://github.com/open-webui/open-webui/commit/17b7c926181883a899cd1be01e825b6238240cb6) Replace Headphone icon with Speech icon in MessageInput ### 📊 Changes **112 files changed** (+711 additions, -1844 deletions) <details> <summary>View changed files</summary> ➖ `.github/FUNDING.yml` (+0 -1) ➖ `.github/ISSUE_TEMPLATE/bug_report.md` (+0 -80) ➖ `.github/ISSUE_TEMPLATE/feature_request.md` (+0 -35) ➖ `.github/dependabot.yml` (+0 -12) ➖ `.github/pull_request_template.md` (+0 -72) ➖ `.github/workflows/build-release.yml` (+0 -72) ➕ `.github/workflows/build.yaml` (+47 -0) ➖ `.github/workflows/deploy-to-hf-spaces.yml` (+0 -63) ➖ `.github/workflows/docker-build.yaml` (+0 -477) ➖ `.github/workflows/format-backend.yaml` (+0 -39) ➖ `.github/workflows/format-build-frontend.yaml` (+0 -57) ➖ `.github/workflows/integration-test.yml` (+0 -253) ➖ `.github/workflows/lint-frontend.disabled` (+0 -21) 📝 `.github/workflows/linter.python.yaml` (+9 -5) ➖ `.github/workflows/release-pypi.yml` (+0 -32) 📝 `Dockerfile` (+1 -0) 📝 `README.md` (+57 -0) 📝 `backend/open_webui/config.py` (+2 -74) 📝 `backend/open_webui/env.py` (+3 -5) ➕ `backend/open_webui/static/1.0.mp4` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Deleted all the console.logs that were not related to connsole log errors from the frontend --- <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:13:09 -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#9061