mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #8658] [CLOSED] Log remover #9061
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/8658
Author: @supermyriam
Created: 1/17/2025
Status: ❌ Closed
Base:
main← Head:log-remover📝 Commits (10+)
ca08291Update Spanish translations for missing UI strings54d2c2aRename splash-dark.png to splash-dark.old.png6ee8aefAdd splash-dark.png to static assets0957ccbAdd new splash.png and update splash-dark.png1e0ff77Update branding to "Turing" and revise favicon assets27f07d5Update favicon and splash images, add dark splash variant54b0da5Update logo and add old logo for referencedb2bce3Add compose-dev.yaml for local development setup9a54194Add Speech icon component17b7c92Replace 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.