mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 08:22:09 -05:00
[PR #23303] [MERGED] feat: automations #27139
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/23303
Author: @tjbck
Created: 4/1/2026
Status: ✅ Merged
Merged: 4/1/2026
Merged by: @tjbck
Base:
dev← Head:automations📝 Commits (10+)
e6f38f5feat: automation3786734refac8a07949refacf984c6erefac9031959refac48288e9refacc6b1c56refacfe8a3d9refac6de9a2arefac40a7b65refac📊 Changes
14 files changed (+2765 additions, -11 deletions)
View changed files
📝
backend/open_webui/main.py(+9 -0)➕
backend/open_webui/migrations/versions/d4e5f6a7b8c9_add_automation_tables.py(+60 -0)➕
backend/open_webui/models/automations.py(+376 -0)➕
backend/open_webui/routers/automations.py(+293 -0)➕
backend/open_webui/utils/automations.py(+425 -0)📝
backend/open_webui/utils/middleware.py(+16 -8)➕
src/lib/apis/automations/index.ts(+328 -0)➕
src/lib/components/AutomationModal.svelte(+666 -0)➕
src/lib/components/automations/AutomationMenu.svelte(+101 -0)📝
src/lib/components/common/Dropdown.svelte(+2 -1)📝
src/lib/components/common/Modal.svelte(+28 -1)📝
src/lib/components/layout/Sidebar.svelte(+3 -1)📝
src/lib/components/layout/Sidebar/UserMenu.svelte(+34 -0)➕
src/routes/(app)/automations/+page.svelte(+424 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.