mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #280] [MERGED] Security/restrict access during cloudinit #413
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#413
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/280
Author: @manikanta9176
Created: 7/1/2025
Status: ✅ Merged
Merged: 7/1/2025
Merged by: @manikanta9176
Base:
main← Head:security/restrict-access-during-cloudinit📝 Commits (7)
b3a4a40feat: add cloudInitStatus field and update logic for cloud-init process monitoring35a8d81feat: add CloudInitStatusBanner and refresh button to server details page for improved cloud-init monitoringe577ae7feat: enhance ServerCard component with detailed server status logic and alerts for connection and onboarding states1ecff64feat: add provisioning state handling and alerts to ServerCard component for improved server status visibilitye323612Merge branch 'main' into security/restrict-access-during-cloudinit97752b4refactor: improve ServerCard component with alert z-index adjustments and minor code cleanup6662c76refactor: streamline ServerCard component by consolidating status badge logic and enhancing tooltip integration for improved user experience📊 Changes
7 files changed (+280 additions, -55 deletions)
View changed files
📝
src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx(+27 -1)➕
src/components/servers/CloudInitStatusBanner.tsx(+58 -0)📝
src/components/servers/ServerCard.tsx(+130 -41)📝
src/components/servers/ServerDetails.tsx(+2 -3)📝
src/payload-types.ts(+5 -0)📝
src/payload/collections/Servers/hooks/populateDokkuVersion.ts(+44 -10)📝
src/payload/collections/Servers/index.ts(+14 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.