mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #167] [MERGED] Local api to action #376
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#376
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/167
Author: @jagadeesh507
Created: 5/11/2025
Status: ✅ Merged
Merged: 5/11/2025
Merged by: @jagadeesh507
Base:
main-old← Head:local-api-to-action📝 Commits (6)
e240cccchore: updated local apis to actions of project pagesef3e181chore: security page local apis moved to action688a0fbchore: templates local api moved to actiondffb410chore: server local apis moved to actiondd34c01chore: update dropdown menu styles and improve tenant displayef8eccdMerge branch 'main-old' into local-api-to-action📊 Changes
26 files changed (+678 additions, -415 deletions)
View changed files
➕
src/actions/pages/Template/index.ts(+26 -0)➕
src/actions/pages/dashboard/index.ts(+41 -0)➕
src/actions/pages/project/index.ts(+114 -0)➕
src/actions/pages/project/validator.ts(+3 -0)➕
src/actions/pages/security/index.ts(+74 -0)➕
src/actions/pages/server/index.ts(+177 -0)➕
src/actions/pages/server/validator.ts(+3 -0)➕
src/actions/pages/service/index.ts(+90 -0)➕
src/actions/pages/service/validator.ts(+3 -0)📝
src/actions/project/index.ts(+5 -2)📝
src/actions/service/index.ts(+28 -10)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/page.tsx(+8 -36)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/layout.client.tsx(+1 -1)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/layout.tsx(+9 -26)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/page.tsx(+16 -59)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.tsx(+10 -13)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx(+9 -34)📝
src/app/(frontend)/(dashboard)/[organisation]/layout.tsx(+2 -3)📝
src/app/(frontend)/(dashboard)/[organisation]/security/page.tsx(+12 -60)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx(+12 -64)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.