[PR #6843] [CLOSED] Dev #21964

Closed
opened 2026-04-20 03:50:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/6843
Author: @lentiann
Created: 11/10/2024
Status: Closed

Base: devHead: dev


📝 Commits (8)

📊 Changes

74 files changed (+115 additions, -1100 deletions)

View changed files

.github/workflows/build-release.yml (+0 -72)
.github/workflows/deploy-dev.yaml (+26 -0)
.github/workflows/deploy-main.yaml (+26 -0)
.github/workflows/deploy-to-hf-spaces.yml (+0 -59)
.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-backend.disabled (+0 -27)
.github/workflows/lint-frontend.disabled (+0 -21)
.github/workflows/release-pypi.yml (+0 -32)
📝 backend/open_webui/static/favicon.png (+0 -0)
📝 backend/open_webui/static/splash.png (+0 -0)
📝 src/lib/components/admin/Settings/Audio.svelte (+1 -1)
📝 src/lib/components/chat/Chat.svelte (+1 -1)
📝 src/lib/components/chat/Settings/About.svelte (+1 -1)
📝 src/lib/components/chat/Settings/General.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Personalization/AddMemoryModal.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Personalization/EditMemoryModal.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Personalization/ManageModal.svelte (+1 -1)

...and 54 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:

  • Target branch: Please verify that the pull request targets the dev branch.
  • Description: Provide a concise description of the changes made in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests for validating the changes?
  • Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
  • Prefix: To cleary categorize this pull request, prefix the pull request title, using one of the following:
    • BREAKING CHANGE: Significant changes that may affect compatibility
    • build: Changes that affect the build system or external dependencies
    • ci: Changes to our continuous integration processes or workflows
    • chore: Refactor, cleanup, or other non-functional code changes
    • docs: Documentation update or addition
    • feat: Introduces a new feature or enhancement to the codebase
    • fix: Bug fix or error correction
    • i18n: Internationalization or localization changes
    • perf: Performance improvement
    • refactor: Code restructuring for better maintainability, readability, or scalability
    • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)
    • test: Adding missing tests or correcting existing tests
    • WIP: Work in progress, a temporary label for incomplete or ongoing work

Changelog Entry

Description

  • [Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]

Added

  • [List any new features, functionalities, or additions]

Changed

  • [List any changes, updates, refactorings, or optimizations]

Deprecated

  • [List any deprecated functionality or features that have been removed]

Removed

  • [List any removed features, files, or functionalities]

Fixed

  • [List any fixes, corrections, or bug fixes]

Security

  • [List any new or updated security-related changes, including vulnerability fixes]

Breaking Changes

  • BREAKING CHANGE: [List any breaking changes affecting compatibility or functionality]

Additional Information

  • [Insert any additional context, notes, or explanations for the changes]
    • [Reference any related issues, commits, or other relevant information]

Screenshots or Videos

  • [Attach any relevant screenshots or videos demonstrating the changes]

🔄 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/6843 **Author:** [@lentiann](https://github.com/lentiann) **Created:** 11/10/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (8) - [`a2bed21`](https://github.com/open-webui/open-webui/commit/a2bed2179e2be746061a13aeab6d22824554d3ca) Changes for the logo - [`057a5b8`](https://github.com/open-webui/open-webui/commit/057a5b8ec85e7be73841fa71bc55694f015ce6bb) Changed the deploy-main.yaml - [`b4c877d`](https://github.com/open-webui/open-webui/commit/b4c877df32f2ea8a7d885417f0317538270c4d73) Changes for the branding and name - [`4b2b3b6`](https://github.com/open-webui/open-webui/commit/4b2b3b66157149abd4e5210f80d4f1c2f75f53c4) translation - [`93bac84`](https://github.com/open-webui/open-webui/commit/93bac845da3262cb15346491575bb99856e921cc) ci/cd - [`6e3cf1c`](https://github.com/open-webui/open-webui/commit/6e3cf1c3cbb524607ef24c55b903ca4443c87dd5) ci/cd - [`8d241f9`](https://github.com/open-webui/open-webui/commit/8d241f9280e6cc5a6adedc3e301a177c9025bf3c) info text - [`46001a5`](https://github.com/open-webui/open-webui/commit/46001a564b995109ed85237d97c8d6ec93ac9ee3) cicd ### 📊 Changes **74 files changed** (+115 additions, -1100 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/build-release.yml` (+0 -72) ➕ `.github/workflows/deploy-dev.yaml` (+26 -0) ➕ `.github/workflows/deploy-main.yaml` (+26 -0) ➖ `.github/workflows/deploy-to-hf-spaces.yml` (+0 -59) ➖ `.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-backend.disabled` (+0 -27) ➖ `.github/workflows/lint-frontend.disabled` (+0 -21) ➖ `.github/workflows/release-pypi.yml` (+0 -32) 📝 `backend/open_webui/static/favicon.png` (+0 -0) 📝 `backend/open_webui/static/splash.png` (+0 -0) 📝 `src/lib/components/admin/Settings/Audio.svelte` (+1 -1) 📝 `src/lib/components/chat/Chat.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/About.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/General.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Personalization/AddMemoryModal.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Personalization/EditMemoryModal.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Personalization/ManageModal.svelte` (+1 -1) _...and 54 more files_ </details> ### 📄 Description # Pull Request Checklist ### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request. **Before submitting, make sure you've checked the following:** - [ ] **Target branch:** Please verify that the pull request targets the `dev` branch. - [ ] **Description:** Provide a concise description of the changes made in this pull request. - [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [ ] **Testing:** Have you written and run sufficient tests for validating the changes? - [ ] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards? - [ ] **Prefix:** To cleary categorize this pull request, prefix the pull request title, using one of the following: - **BREAKING CHANGE**: Significant changes that may affect compatibility - **build**: Changes that affect the build system or external dependencies - **ci**: Changes to our continuous integration processes or workflows - **chore**: Refactor, cleanup, or other non-functional code changes - **docs**: Documentation update or addition - **feat**: Introduces a new feature or enhancement to the codebase - **fix**: Bug fix or error correction - **i18n**: Internationalization or localization changes - **perf**: Performance improvement - **refactor**: Code restructuring for better maintainability, readability, or scalability - **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.) - **test**: Adding missing tests or correcting existing tests - **WIP**: Work in progress, a temporary label for incomplete or ongoing work # Changelog Entry ### Description - [Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)] ### Added - [List any new features, functionalities, or additions] ### Changed - [List any changes, updates, refactorings, or optimizations] ### Deprecated - [List any deprecated functionality or features that have been removed] ### Removed - [List any removed features, files, or functionalities] ### Fixed - [List any fixes, corrections, or bug fixes] ### Security - [List any new or updated security-related changes, including vulnerability fixes] ### Breaking Changes - **BREAKING CHANGE**: [List any breaking changes affecting compatibility or functionality] --- ### Additional Information - [Insert any additional context, notes, or explanations for the changes] - [Reference any related issues, commits, or other relevant information] ### Screenshots or Videos - [Attach any relevant screenshots or videos demonstrating the changes] --- <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 2026-04-20 03:50:37 -05: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#21964