[PR #275] [MERGED] Feat/server details tailscale ssh #411

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/275
Author: @manikanta9176
Created: 6/30/2025
Status: Merged
Merged: 6/30/2025
Merged by: @manikanta9176

Base: mainHead: feat/server-details-tailscale-ssh


📝 Commits (5)

  • 549c940 feat: implement update functionality for Tailscale servers, including validation schema and UI components for seamless server management
  • cea24cd fix: enhance SSH connection error messaging to include connection type
  • c94f3d3 refactor: update connection testing logic in UpdateTailscaleServerForm to only require testing for critical field changes
  • 035a31b refactor: streamline connection testing logic in AWSAccountForm and AttachCustomServerForm to trigger only for credential or critical field changes
  • be58d9a refactor: clean up JSX structure in UpdateTailscaleServerForm

📊 Changes

8 files changed (+553 additions, -26 deletions)

View changed files

📝 src/actions/server/index.ts (+25 -0)
📝 src/actions/server/validator.ts (+11 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+11 -3)
📝 src/components/Integrations/aws/AWSAccountForm.tsx (+31 -9)
📝 src/components/security/ManualSetupTabs.tsx (+10 -1)
📝 src/components/servers/AttachCustomServerForm.tsx (+49 -13)
src/components/servers/UpdateTailscaleServerForm.tsx (+410 -0)
📝 src/components/servers/onboarding/ServerOnboarding.tsx (+6 -0)

📄 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/275 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 6/30/2025 **Status:** ✅ Merged **Merged:** 6/30/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/server-details-tailscale-ssh` --- ### 📝 Commits (5) - [`549c940`](https://github.com/dflow-sh/dflow/commit/549c940e5b6f7fbcc8c3b6a09622fb5132ad6e12) feat: implement update functionality for Tailscale servers, including validation schema and UI components for seamless server management - [`cea24cd`](https://github.com/dflow-sh/dflow/commit/cea24cd12e3bdaba50e6a43a889a960101529a94) fix: enhance SSH connection error messaging to include connection type - [`c94f3d3`](https://github.com/dflow-sh/dflow/commit/c94f3d3bdb0f33eca651861b7cffca621bde20a0) refactor: update connection testing logic in UpdateTailscaleServerForm to only require testing for critical field changes - [`035a31b`](https://github.com/dflow-sh/dflow/commit/035a31befcb2519b45193743b623fcdcaade8e4d) refactor: streamline connection testing logic in AWSAccountForm and AttachCustomServerForm to trigger only for credential or critical field changes - [`be58d9a`](https://github.com/dflow-sh/dflow/commit/be58d9a418275a7d620f798c9c0cfed30855fcd7) refactor: clean up JSX structure in UpdateTailscaleServerForm ### 📊 Changes **8 files changed** (+553 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/server/index.ts` (+25 -0) 📝 `src/actions/server/validator.ts` (+11 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+11 -3) 📝 `src/components/Integrations/aws/AWSAccountForm.tsx` (+31 -9) 📝 `src/components/security/ManualSetupTabs.tsx` (+10 -1) 📝 `src/components/servers/AttachCustomServerForm.tsx` (+49 -13) ➕ `src/components/servers/UpdateTailscaleServerForm.tsx` (+410 -0) 📝 `src/components/servers/onboarding/ServerOnboarding.tsx` (+6 -0) </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:49 +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#411
No description provided.