mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #50] [MERGED] Security group #334
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#334
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/50
Author: @manikanta9176
Created: 4/14/2025
Status: ✅ Merged
Merged: 4/14/2025
Merged by: @manikanta9176
Base:
main← Head:security-group📝 Commits (10+)
42f7e86chore: added security groups collectionab32ab4chore: attached security groups to servers5c58c6achore: security group compenents15611a4chore: changes folders and removed sshkeys tab4551fbdchore: updated ui for the security tab3147b30chore: updated the not found for ssh and security groupaac1247chore: updated the collectionf03347bchore: server-onboarding-ui-fixes, add provider type to server7686a6ffix: onboarding context-issue1b8e35efix: condition context issue📊 Changes
79 files changed (+4865 additions, -772 deletions)
View changed files
📝
.env.example(+1 -1)📝
.vscode/settings.json(+10 -1)📝
OVERVIEW.md(+1 -1)📝
README.md(+7 -2)📝
package.json(+3 -2)📝
pnpm-lock.yaml(+141 -78)➕
public/images/dflow-no-bg.png(+0 -0)➕
public/images/favicon.ico(+0 -0)📝
src/actions/cloud/aws/index.ts(+80 -65)📝
src/actions/cloud/aws/validator.ts(+34 -0)➕
src/actions/securityGroups/index.ts(+176 -0)➕
src/actions/securityGroups/validator.ts(+160 -0)📝
src/actions/server/index.ts(+2 -0)📝
src/actions/sshkeys/index.ts(+4 -4)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.client.tsx(+2 -2)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.tsx(+44 -1)📝
src/app/(frontend)/(dashboard)/docs/layout.tsx(+4 -1)📝
src/app/(frontend)/(dashboard)/layout.client.tsx(+4 -4)📝
src/app/(frontend)/(dashboard)/layout.tsx(+24 -7)➕
src/app/(frontend)/(dashboard)/settings/security/page.tsx(+203 -0)...and 59 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.