[PR #272] [MERGED] Sync with main #409

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/272
Author: @manikanta9176
Created: 6/27/2025
Status: Merged
Merged: 6/27/2025
Merged by: @manikanta9176

Base: feat/tailscale-integrationHead: main


📝 Commits (6)

  • ef2f311 feat: Wrote api calls for tailscale integration
  • 8fbeb5b chore: trying to fix the issue in prod with minimal updates
  • bf6c3f1 chore: fix type issues with build
  • c227aef Merge pull request #270 from akhil-naidu/feat/tailnet-integration
  • c4b4b79 chore: making env variables optional
  • 51cf863 chore: reverted to old

📊 Changes

11 files changed (+585 additions, -175 deletions)

View changed files

📝 .env.example (+4 -0)
📝 .vscode/settings.json (+1 -0)
📝 Dockerfile (+2 -0)
📝 env.ts (+4 -0)
📝 src/actions/server/index.ts (+303 -126)
📝 src/actions/server/validator.ts (+13 -6)
src/actions/tailscale/index.ts (+116 -0)
📝 src/components/servers/TailscaleForm.tsx (+111 -31)
src/lib/axios/tailscale.ts (+7 -0)
📝 src/lib/ssh.ts (+22 -10)
📝 src/queues/environment/update.ts (+2 -2)

📄 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/272 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 6/27/2025 **Status:** ✅ Merged **Merged:** 6/27/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `feat/tailscale-integration` ← **Head:** `main` --- ### 📝 Commits (6) - [`ef2f311`](https://github.com/dflow-sh/dflow/commit/ef2f3117518758d21a9500e18b01987f1f026826) feat: Wrote api calls for tailscale integration - [`8fbeb5b`](https://github.com/dflow-sh/dflow/commit/8fbeb5bd784f5cae4852591fbc846f27703a3fbc) chore: trying to fix the issue in prod with minimal updates - [`bf6c3f1`](https://github.com/dflow-sh/dflow/commit/bf6c3f15c13531038f4212b0ca4e3bb2f7900c9b) chore: fix type issues with build - [`c227aef`](https://github.com/dflow-sh/dflow/commit/c227aef0fc2b7cac7587e35d13f9ffa375d26ad0) Merge pull request #270 from akhil-naidu/feat/tailnet-integration - [`c4b4b79`](https://github.com/dflow-sh/dflow/commit/c4b4b79a68e429518a84c931bdd14086942e1480) chore: making env variables optional - [`51cf863`](https://github.com/dflow-sh/dflow/commit/51cf8639a632227ff766834e392a2331d82954ad) chore: reverted to old ### 📊 Changes **11 files changed** (+585 additions, -175 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+4 -0) 📝 `.vscode/settings.json` (+1 -0) 📝 `Dockerfile` (+2 -0) 📝 `env.ts` (+4 -0) 📝 `src/actions/server/index.ts` (+303 -126) 📝 `src/actions/server/validator.ts` (+13 -6) ➕ `src/actions/tailscale/index.ts` (+116 -0) 📝 `src/components/servers/TailscaleForm.tsx` (+111 -31) ➕ `src/lib/axios/tailscale.ts` (+7 -0) 📝 `src/lib/ssh.ts` (+22 -10) 📝 `src/queues/environment/update.ts` (+2 -2) </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#409
No description provided.