mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #419] [MERGED] Feat/auto detect and install plugins #461
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#461
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/dflow-sh/dflow/pull/419
Author: @manikanta9176
Created: 8/18/2025
Status: ✅ Merged
Merged: 8/18/2025
Merged by: @manikanta9176
Base:
main← Head:feat/auto-detect-and-install-plugins📝 Commits (3)
3220458feat: update database options and improve type handling in service creatione1e44f2feat: replace database creation queue with plugin-aware implementationa68e239feat(service): enable auto-install of missing plugins for services📊 Changes
11 files changed (+1047 additions, -213 deletions)
View changed files
📝
src/actions/deployment/deploy.ts(+2 -2)📝
src/actions/service/index.ts(+44 -6)📝
src/components/service/CreateService.tsx(+139 -130)📝
src/components/templates/DeployTemplate.tsx(+56 -55)📝
src/lib/constants.ts(+11 -4)📝
src/lib/permissions/config.ts(+7 -0)📝
src/payload-types.ts(+1 -1)📝
src/payload/collections/Services/index.ts(+4 -1)➕
src/queues/database/createWithPlugins.ts(+351 -0)➕
src/queues/service/createWithPlugins.ts(+417 -0)📝
src/queues/template/deploy.ts(+15 -14)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.