[PR #430] [MERGED] feat: add ClickHouse support across various components and update rel… #465

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/430
Author: @charanm927
Created: 8/29/2025
Status: Merged
Merged: 8/29/2025
Merged by: @charanm927

Base: mainHead: add-clickhouse


📝 Commits (2)

  • 05741aa feat: add ClickHouse support across various components and update related icons
  • 1ffea34 add ClickHouse icon to database icons

📊 Changes

16 files changed (+122 additions, -36 deletions)

View changed files

📝 .vscode/settings.json (+1 -0)
📝 src/actions/service/validator.ts (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.client.tsx (+2 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.tsx (+2 -0)
📝 src/components/ServiceIcon.tsx (+10 -1)
📝 src/components/reactflow/CustomNodes/index.tsx (+7 -5)
📝 src/components/reactflow/types.ts (+8 -1)
📝 src/components/servers/ProjectsAndServices.tsx (+20 -11)
📝 src/components/service/GeneralTab.tsx (+5 -3)
📝 src/components/service/VariablesForm.tsx (+15 -7)
📝 src/components/templates/DeployTemplate.tsx (+10 -1)
📝 src/components/templates/compose/AddDatabaseService.tsx (+23 -4)
📝 src/components/templates/compose/DeploymentOrder.tsx (+2 -0)
📝 src/components/templates/compose/UpdateServiceDetails.tsx (+2 -0)
📝 src/lib/constants.ts (+13 -1)
📝 src/payload-types.ts (+1 -1)

📄 Description

…ated icons


🔄 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/430 **Author:** [@charanm927](https://github.com/charanm927) **Created:** 8/29/2025 **Status:** ✅ Merged **Merged:** 8/29/2025 **Merged by:** [@charanm927](https://github.com/charanm927) **Base:** `main` ← **Head:** `add-clickhouse` --- ### 📝 Commits (2) - [`05741aa`](https://github.com/dflow-sh/dflow/commit/05741aab649495bac2463ac6a1c039ce9c4fe8a6) feat: add ClickHouse support across various components and update related icons - [`1ffea34`](https://github.com/dflow-sh/dflow/commit/1ffea3499cc620c4dab442f7f62189fc947703d8) add ClickHouse icon to database icons ### 📊 Changes **16 files changed** (+122 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -0) 📝 `src/actions/service/validator.ts` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.client.tsx` (+2 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.tsx` (+2 -0) 📝 `src/components/ServiceIcon.tsx` (+10 -1) 📝 `src/components/reactflow/CustomNodes/index.tsx` (+7 -5) 📝 `src/components/reactflow/types.ts` (+8 -1) 📝 `src/components/servers/ProjectsAndServices.tsx` (+20 -11) 📝 `src/components/service/GeneralTab.tsx` (+5 -3) 📝 `src/components/service/VariablesForm.tsx` (+15 -7) 📝 `src/components/templates/DeployTemplate.tsx` (+10 -1) 📝 `src/components/templates/compose/AddDatabaseService.tsx` (+23 -4) 📝 `src/components/templates/compose/DeploymentOrder.tsx` (+2 -0) 📝 `src/components/templates/compose/UpdateServiceDetails.tsx` (+2 -0) 📝 `src/lib/constants.ts` (+13 -1) 📝 `src/payload-types.ts` (+1 -1) </details> ### 📄 Description …ated icons --- <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:06 +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#465
No description provided.