[PR #237] [MERGED] fix: updated plugin installation queue, changed root-layout file path #392

Closed
opened 2026-03-03 11:29:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/237
Author: @pavanbhaskardev
Created: 6/10/2025
Status: Merged
Merged: 6/10/2025
Merged by: @pavanbhaskardev

Base: mainHead: fix-plugin-installation


📝 Commits (1)

  • aa06fa0 fix: updated plugin installation queue, changed root-layout file path

📊 Changes

18 files changed (+158 additions, -154 deletions)

View changed files

📝 src/actions/plugin/index.ts (+2 -2)
📝 src/app/(frontend)/(dashboard)/[organisation]/backups/page.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/page.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/page.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/docs/[categorySlug]/layout.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/integrations/page.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/layout.client.tsx (+0 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/layout.tsx (+118 -11)
📝 src/app/(frontend)/(dashboard)/[organisation]/security/page.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/add-new-server/page.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/page.tsx (+2 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/team/page.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/templates/compose/page.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/templates/page.tsx (+1 -1)
src/app/(frontend)/(dashboard)/layout.tsx (+0 -115)
📝 src/lib/dokku/plugin/install.ts (+12 -6)
📝 src/providers/Provider.tsx (+5 -1)
📝 src/queues/plugin/install.ts (+9 -8)

📄 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/237 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 6/10/2025 **Status:** ✅ Merged **Merged:** 6/10/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `fix-plugin-installation` --- ### 📝 Commits (1) - [`aa06fa0`](https://github.com/dflow-sh/dflow/commit/aa06fa014fccf3454db1e60181bbbe2942047e86) fix: updated plugin installation queue, changed root-layout file path ### 📊 Changes **18 files changed** (+158 additions, -154 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/plugin/index.ts` (+2 -2) 📝 `src/app/(frontend)/(dashboard)/[organisation]/backups/page.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/page.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/page.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/docs/[categorySlug]/layout.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/integrations/page.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/layout.client.tsx` (+0 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/layout.tsx` (+118 -11) 📝 `src/app/(frontend)/(dashboard)/[organisation]/security/page.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/add-new-server/page.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/page.tsx` (+2 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/team/page.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/templates/compose/page.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/templates/page.tsx` (+1 -1) ➖ `src/app/(frontend)/(dashboard)/layout.tsx` (+0 -115) 📝 `src/lib/dokku/plugin/install.ts` (+12 -6) 📝 `src/providers/Provider.tsx` (+5 -1) 📝 `src/queues/plugin/install.ts` (+9 -8) </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:29:45 +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#392
No description provided.