mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #430] [MERGED] feat: add ClickHouse support across various components and update rel… #465
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#465
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/430
Author: @charanm927
Created: 8/29/2025
Status: ✅ Merged
Merged: 8/29/2025
Merged by: @charanm927
Base:
main← Head:add-clickhouse📝 Commits (2)
05741aafeat: add ClickHouse support across various components and update related icons1ffea34add 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.