mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #82] [MERGED] Feature/aws ec2 instance update form #345
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#345
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/82
Author: @manikanta9176
Created: 4/22/2025
Status: ✅ Merged
Merged: 4/22/2025
Merged by: @manikanta9176
Base:
main← Head:feature/aws-ec2-instance-update-form📝 Commits (2)
9776773chore: updated servers collection by adding aws ec2 fields654a660feat: 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.