mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #13765] [CLOSED] Main #10081
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/13765
Author: @Caparross
Created: 5/11/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
b7fcf11Merge pull request #12932 from open-webui/dev93a7f7bMerge branches 'main' and 'main' of https://github.com/open-webui/open-webui8011faeINFO: Started server process [7]📊 Changes
18 files changed (+16511 additions, -0 deletions)
View changed files
➕
openwebui-app/.gitignore(+23 -0)➕
openwebui-app/README.md(+70 -0)➕
openwebui-app/package-lock.json(+16188 -0)➕
openwebui-app/package.json(+39 -0)➕
openwebui-app/public/favicon.ico(+0 -0)➕
openwebui-app/public/index.html(+43 -0)➕
openwebui-app/public/logo192.png(+0 -0)➕
openwebui-app/public/logo512.png(+0 -0)➕
openwebui-app/public/manifest.json(+25 -0)➕
openwebui-app/public/robots.txt(+3 -0)➕
openwebui-app/src/App.css(+38 -0)➕
openwebui-app/src/App.js(+25 -0)➕
openwebui-app/src/App.test.js(+8 -0)➕
openwebui-app/src/index.css(+13 -0)➕
openwebui-app/src/index.js(+17 -0)➕
openwebui-app/src/logo.svg(+1 -0)➕
openwebui-app/src/reportWebVitals.js(+13 -0)➕
openwebui-app/src/setupTests.js(+5 -0)📄 Description
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO: 172.17.0.1:38234 - "GET /docs HTTP/1.1" 200 OK
INFO: 172.17.0.1:33114 - "POST /list_files HTTP/1.1" 404 Not Found
INFO: 172.17.0.1:41646 - "GET /openapi.json HTTP/1.1" 200 OK
INFO: 172.17.0.1:46822 - "GET /openapi.json HTTP/1.1" 200 OK
INFO: 172.17.0.1:46824 - "POST /list_directory HTTP/1.1" 403 Forbidden
INFO: 172.17.0.1:55114 - "GET /list_allowed_directories HTTP/1.1" 200 OK
INFO: 172.17.0.1:35120 - "GET / HTTP/1.1" 404 Not Found
INFO: 172.17.0.1:35120 - "GET /favicon.ico HTTP/1.1" 404 Not Found
INFO: 172.17.0.1:50702 - "GET /health HTTP/1.1" 404 Not Found
INFO: 172.17.0.1:40096 - "GET / HTTP/1.1" 404 Not Found
INFO: 172.17.0.1:60984 - "GET /docs HTTP/1.1" 200 OK
INFO: 172.17.0.1:59068 - "GET /openapi.json HTTP/1.1" 200 OK
INFO: Started server process [7]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO: Started server process [7]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO: 172.17.0.1:33260 - "OPTIONS /models HTTP/1.1" 200 OK
INFO: 172.17.0.1:33260 - "GET /models HTTP/1.1" 404 Not Found
INFO: 172.17.0.1:37570 - "GET /models HTTP/1.1" 404 Not Found
INFO: 172.17.0.1:51038 - "GET /models HTTP/1.1" 404 Not Found
INFO: 172.17.0.1:39194 - "OPTIONS /models HTTP/1.1" 200 OK
INFO: 172.17.0.1:39194 - "GET /models HTTP/1.1" 404 Not Found
INFO: Started server process [7]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
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:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.