[PR #167] [MERGED] Local api to action #376

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

📋 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-oldHead: local-api-to-action


📝 Commits (6)

  • e240ccc chore: updated local apis to actions of project pages
  • ef3e181 chore: security page local apis moved to action
  • 688a0fb chore: templates local api moved to action
  • dffb410 chore: server local apis moved to action
  • dd34c01 chore: update dropdown menu styles and improve tenant display
  • ef8eccd Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/167 **Author:** [@jagadeesh507](https://github.com/jagadeesh507) **Created:** 5/11/2025 **Status:** ✅ Merged **Merged:** 5/11/2025 **Merged by:** [@jagadeesh507](https://github.com/jagadeesh507) **Base:** `main-old` ← **Head:** `local-api-to-action` --- ### 📝 Commits (6) - [`e240ccc`](https://github.com/dflow-sh/dflow/commit/e240ccce7cd72ee49895d79cc06e5fcf7f5a090e) chore: updated local apis to actions of project pages - [`ef3e181`](https://github.com/dflow-sh/dflow/commit/ef3e181ec4370abeb872d66d19fa1f010d698d05) chore: security page local apis moved to action - [`688a0fb`](https://github.com/dflow-sh/dflow/commit/688a0fb014f7c02e3efa4f69509303786bc0e88f) chore: templates local api moved to action - [`dffb410`](https://github.com/dflow-sh/dflow/commit/dffb41033a2ff4eb3895b2f21fb2c363ac195ab4) chore: server local apis moved to action - [`dd34c01`](https://github.com/dflow-sh/dflow/commit/dd34c01b2b4fe5e9019a9c208b7b6e5568259d9e) chore: update dropdown menu styles and improve tenant display - [`ef8eccd`](https://github.com/dflow-sh/dflow/commit/ef8eccd1ba6536407f27c4223ddb3d6d101acbe7) Merge branch 'main-old' into local-api-to-action ### 📊 Changes **26 files changed** (+678 additions, -415 deletions) <details> <summary>View changed files</summary> ➕ `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_ </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:37 +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#376
No description provided.