[PR #82] [MERGED] Feature/aws ec2 instance update form #345

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/82
Author: @manikanta9176
Created: 4/22/2025
Status: Merged
Merged: 4/22/2025
Merged by: @manikanta9176

Base: mainHead: feature/aws-ec2-instance-update-form


📝 Commits (2)

  • 9776773 chore: updated servers collection by adding aws ec2 fields
  • 654a660 feat: implement EC2 instance update form

📊 Changes

7 files changed (+946 additions, -200 deletions)

View changed files

📝 src/actions/cloud/aws/index.ts (+118 -84)
📝 src/actions/cloud/aws/validator.ts (+4 -3)
📝 src/app/(frontend)/(dashboard)/servers/[id]/page.tsx (+28 -14)
📝 src/components/servers/ServerDetails.tsx (+1 -1)
src/components/servers/UpdateEC2InstanceForm.tsx (+489 -0)
📝 src/payload-types.ts (+112 -27)
📝 src/payload/collections/Servers/index.ts (+194 -71)

📄 Description

#62
#70


🔄 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/82 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 4/22/2025 **Status:** ✅ Merged **Merged:** 4/22/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feature/aws-ec2-instance-update-form` --- ### 📝 Commits (2) - [`9776773`](https://github.com/dflow-sh/dflow/commit/97767731a2a6b0c903006b965946af09d5661de1) chore: updated servers collection by adding aws ec2 fields - [`654a660`](https://github.com/dflow-sh/dflow/commit/654a6608c4a4da2a3c03b665c6dd18b5fb95d160) feat: implement EC2 instance update form ### 📊 Changes **7 files changed** (+946 additions, -200 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/cloud/aws/index.ts` (+118 -84) 📝 `src/actions/cloud/aws/validator.ts` (+4 -3) 📝 `src/app/(frontend)/(dashboard)/servers/[id]/page.tsx` (+28 -14) 📝 `src/components/servers/ServerDetails.tsx` (+1 -1) ➕ `src/components/servers/UpdateEC2InstanceForm.tsx` (+489 -0) 📝 `src/payload-types.ts` (+112 -27) 📝 `src/payload/collections/Servers/index.ts` (+194 -71) </details> ### 📄 Description #62 #70 --- <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:29 +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#345
No description provided.