mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #7] [MERGED] Feat server base logs #321
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#321
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/7
Author: @pavanbhaskardev
Created: 3/17/2025
Status: ✅ Merged
Merged: 3/17/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-server-base-logs📝 Commits (3)
27fdc31feat: added server-based log setup10ec933chore: add server-logs logic to all queues3b51c0fMerge branch 'main' into feat-server-base-logs📊 Changes
40 files changed (+1921 additions, -1211 deletions)
View changed files
📝
src/actions/deployment/index.ts(+2 -0)📝
src/actions/plugin/index.ts(+1 -1)📝
src/actions/project/index.ts(+6 -0)📝
src/actions/server/index.ts(+22 -27)📝
src/actions/server/validator.ts(+0 -4)📝
src/actions/service/index.ts(+73 -42)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/page.tsx(+7 -1)📝
src/app/(frontend)/(dashboard)/layout.tsx(+39 -17)➖
src/app/(frontend)/api/events/route.ts(+0 -42)📝
src/components/ServerTerminal.tsx(+108 -21)📝
src/components/servers/PluginConfigurationForm.tsx(+0 -2)📝
src/components/servers/ServerCard.tsx(+132 -18)➖
src/components/servers/ServerList.tsx(+0 -254)📝
src/components/servers/UpdateServerForm.tsx(+12 -6)📝
src/components/service/DeploymentList.tsx(+12 -11)➕
src/components/service/ServiceTerminal.tsx(+79 -0)📝
src/lib/dokku/version/install.ts(+1 -3)➕
src/lib/sendEvent.ts(+29 -0)📝
src/payload.config.ts(+6 -0)➕
src/payload/endpoints/server-events/index.ts(+143 -0)...and 20 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.