mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #265] [MERGED] Refactor ssh connection #406
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#406
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/265
Author: @pavanbhaskardev
Created: 6/24/2025
Status: ✅ Merged
Merged: 6/24/2025
Merged by: @pavanbhaskardev
Base:
main← Head:refactor-ssh-connection📝 Commits (2)
f167310feat: added common method for dynamicSSH and extracting SSH detailse62414ffix: resolved dynamicSSH in checkServerConnection📊 Changes
42 files changed (+305 additions, -636 deletions)
View changed files
📝
src/actions/dbBackup/index.ts(+7 -27)📝
src/actions/deployment/deploy.ts(+2 -6)📝
src/actions/netdata/index.ts(+5 -21)📝
src/actions/plugin/index.ts(+17 -110)📝
src/actions/server/index.ts(+25 -45)📝
src/actions/service/index.ts(+66 -119)📝
src/actions/terminal/index.ts(+10 -30)📝
src/lib/ssh.ts(+79 -17)📝
src/payload/collections/Servers/hooks/populateDokkuVersion.ts(+6 -7)📝
src/payload/endpoints/logs/index.ts(+2 -11)📝
src/payload/jobs/checkServersConnections.ts(+3 -8)📝
src/queues/app/buildpacks-deployment.ts(+2 -7)📝
src/queues/app/destroy.ts(+3 -8)📝
src/queues/app/dockerImage-deployment.ts(+2 -7)📝
src/queues/app/dockerfile-deployment.ts(+2 -7)📝
src/queues/app/railpack-deployment.ts(+2 -7)📝
src/queues/app/rebuilt.ts(+2 -7)📝
src/queues/app/restart.ts(+3 -8)📝
src/queues/app/start.ts(+2 -7)📝
src/queues/app/stop.ts(+3 -8)...and 22 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.