[PR #419] [MERGED] Feat/auto detect and install plugins #461

Closed
opened 2026-03-03 11:30:04 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/auto-detect-and-install-plugins


📝 Commits (3)

  • 3220458 feat: update database options and improve type handling in service creation
  • e1e44f2 feat: replace database creation queue with plugin-aware implementation
  • a68e239 feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/419 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 8/18/2025 **Status:** ✅ Merged **Merged:** 8/18/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/auto-detect-and-install-plugins` --- ### 📝 Commits (3) - [`3220458`](https://github.com/dflow-sh/dflow/commit/3220458a3f50dfdf24fa382c2523a1d50e9e8ff8) feat: update database options and improve type handling in service creation - [`e1e44f2`](https://github.com/dflow-sh/dflow/commit/e1e44f24535ba51333dfffc8db8c428b7e882dd3) feat: replace database creation queue with plugin-aware implementation - [`a68e239`](https://github.com/dflow-sh/dflow/commit/a68e239069723b622a9d3cae20540c4d0067da62) feat(service): enable auto-install of missing plugins for services ### 📊 Changes **11 files changed** (+1047 additions, -213 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:30:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#461
No description provided.