[PR #48] [CLOSED] Sync with main #332

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/48
Author: @manikanta9176
Created: 4/10/2025
Status: Closed

Base: security-groupHead: main


📝 Commits (10+)

  • 5918c4e chore: server-onboarding-ui-fixes, add provider type to server
  • 4f43cf5 fix: onboarding context-issue
  • 070893b fix: condition context issue
  • fdb4fa9 refactor: update project name from 'dflow' to 'dFlow'
  • f5ce494 fix: correct image file name to lowercase
  • 059b806 feat(layout): add favicon to metadata for better branding
  • d0ab11f chore: Made a common demo environment variable and disabled aws account creation for demo account.
  • 61a7559 Update README.md
  • fddd6a6 fix: top margin issue for sidebar in docs
  • 1f61c12 chore: Added blur reveal for secrets inside application

📊 Changes

52 files changed (+339 additions, -465 deletions)

View changed files

📝 .env.example (+1 -1)
📝 .vscode/settings.json (+10 -1)
📝 OVERVIEW.md (+1 -1)
📝 README.md (+7 -2)
📝 package.json (+1 -1)
public/images/dflow-no-bg.png (+0 -0)
public/images/favicon.ico (+0 -0)
📝 src/actions/cloud/aws/index.ts (+8 -8)
📝 src/actions/server/index.ts (+2 -0)
📝 src/actions/sshkeys/index.ts (+1 -1)
📝 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 (+2 -2)
📝 src/app/(frontend)/(dashboard)/layout.tsx (+24 -7)
📝 src/app/(frontend)/(dashboard)/settings/servers/[id]/layout.client.tsx (+2 -2)
📝 src/app/(frontend)/layout.tsx (+7 -2)
📝 src/app/(frontend)/onboarding/layout.tsx (+9 -2)
📝 src/components/Integrations/AWSDrawer.tsx (+2 -1)
📝 src/components/Integrations/CloudProvidersList.tsx (+3 -2)

...and 32 more files

📄 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/48 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 4/10/2025 **Status:** ❌ Closed **Base:** `security-group` ← **Head:** `main` --- ### 📝 Commits (10+) - [`5918c4e`](https://github.com/dflow-sh/dflow/commit/5918c4eeecb9edc175b9e846aaa32f51777a5814) chore: server-onboarding-ui-fixes, add provider type to server - [`4f43cf5`](https://github.com/dflow-sh/dflow/commit/4f43cf51dc8dc26fe4211acdbfbd9a9964f75fd6) fix: onboarding context-issue - [`070893b`](https://github.com/dflow-sh/dflow/commit/070893b91247df669fee2f2d1c171a6f3d892d64) fix: condition context issue - [`fdb4fa9`](https://github.com/dflow-sh/dflow/commit/fdb4fa9176c7cb7290d0e50fd0b04efaf5254f83) refactor: update project name from 'dflow' to 'dFlow' - [`f5ce494`](https://github.com/dflow-sh/dflow/commit/f5ce494790ca73fd355735299813aac8a92e003d) fix: correct image file name to lowercase - [`059b806`](https://github.com/dflow-sh/dflow/commit/059b8064aaa5c3f6e5c339d6f2182571e8451d64) feat(layout): add favicon to metadata for better branding - [`d0ab11f`](https://github.com/dflow-sh/dflow/commit/d0ab11fdf2643dbab9ca667bf51d5a2e06ed99f6) chore: Made a common demo environment variable and disabled aws account creation for demo account. - [`61a7559`](https://github.com/dflow-sh/dflow/commit/61a7559bbcb52a60750663d1f35e0d3a1d646605) Update README.md - [`fddd6a6`](https://github.com/dflow-sh/dflow/commit/fddd6a6395c0969c46a1778acbc64d4e991a15a6) fix: top margin issue for sidebar in docs - [`1f61c12`](https://github.com/dflow-sh/dflow/commit/1f61c12ca4ef1483ea328b3220fd6ad3310c3e92) chore: Added blur reveal for secrets inside application ### 📊 Changes **52 files changed** (+339 additions, -465 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -1) 📝 `.vscode/settings.json` (+10 -1) 📝 `OVERVIEW.md` (+1 -1) 📝 `README.md` (+7 -2) 📝 `package.json` (+1 -1) ➕ `public/images/dflow-no-bg.png` (+0 -0) ➕ `public/images/favicon.ico` (+0 -0) 📝 `src/actions/cloud/aws/index.ts` (+8 -8) 📝 `src/actions/server/index.ts` (+2 -0) 📝 `src/actions/sshkeys/index.ts` (+1 -1) 📝 `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` (+2 -2) 📝 `src/app/(frontend)/(dashboard)/layout.tsx` (+24 -7) 📝 `src/app/(frontend)/(dashboard)/settings/servers/[id]/layout.client.tsx` (+2 -2) 📝 `src/app/(frontend)/layout.tsx` (+7 -2) 📝 `src/app/(frontend)/onboarding/layout.tsx` (+9 -2) 📝 `src/components/Integrations/AWSDrawer.tsx` (+2 -1) 📝 `src/components/Integrations/CloudProvidersList.tsx` (+3 -2) _...and 32 more files_ </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:26 +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#332
No description provided.