mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #13224] [CLOSED] Fix-tagging-image #61986
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/13224
Author: @anthonyjacquelin
Created: 4/25/2025
Status: ❌ Closed
Base:
main← Head:fix-tagging-image📝 Commits (10+)
95466fefeat: add albert-api to env exampleaac3f55update docker compose to add albert api1abc291chore: add dsfrefbe448backend pro-connect integrationc60de28dsfrb25f5c2fixed white page on /authab61f47global fetch to add requests credentialsca72e03init commit workflow369bc2cadd workflow5a79379build and deploy on workflow branch📊 Changes
831 files changed (+12777 additions, -4295 deletions)
View changed files
📝
.env.example(+3 -0)➖
.github/workflows/build-release.yml(+0 -72)➕
.github/workflows/build_and_deploy.yml(+76 -0)➖
.github/workflows/codespell.disabled(+0 -25)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -63)➖
.github/workflows/docker-build.yaml(+0 -477)➖
.github/workflows/format-backend.yaml(+0 -49)➖
.github/workflows/format-build-frontend.yaml(+0 -65)➖
.github/workflows/integration-test.disabled(+0 -255)➖
.github/workflows/lint-backend.disabled(+0 -27)➖
.github/workflows/lint-frontend.disabled(+0 -21)📝
.github/workflows/release-pypi.yml(+6 -5)📝
.gitignore(+7 -1)📝
Dockerfile(+18 -5)📝
backend/.gitignore(+1 -1)📝
backend/open_webui/config.py(+12 -31)📝
backend/open_webui/constants.py(+1 -0)📝
backend/open_webui/env.py(+23 -4)📝
backend/open_webui/main.py(+4 -0)➕
backend/open_webui/migrations/versions/803b69edab21_add_organization_name_to_user.py(+35 -0)...and 80 more files
📄 Description
Updated the tagging format to keep track of older versions tags
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.