[PR #216] [MERGED] Fix tenant specific refresh event #391

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/216
Author: @pavanbhaskardev
Created: 6/6/2025
Status: Merged
Merged: 6/6/2025
Merged by: @pavanbhaskardev

Base: mainHead: fix-tenant-specific-refresh-event


📝 Commits (3)

  • ee5a303 fix: add refresh-event tenant specific
  • ba9459b chore: changed all refresh-events to tenant specific
  • b3cda5c fix: updated redirect event

📊 Changes

38 files changed (+440 additions, -435 deletions)

View changed files

📝 src/actions/dbBackup/index.ts (+11 -2)
📝 src/actions/deployment/deploy.ts (+11 -0)
📝 src/actions/deployment/index.ts (+5 -1)
📝 src/actions/netdata/index.ts (+8 -2)
📝 src/actions/plugin/index.ts (+16 -4)
📝 src/actions/project/index.ts (+3 -0)
📝 src/actions/server/index.ts (+16 -4)
📝 src/actions/service/index.ts (+15 -3)
📝 src/app/(frontend)/api/refresh/route.ts (+6 -3)
📝 src/lib/sendEvent.ts (+15 -17)
src/payload/collections/Services/hooks/deleteDokkuService.ts (+0 -72)
📝 src/providers/RefreshProvider.tsx (+4 -2)
📝 src/queues/app/buildpacks-deployment.ts (+18 -4)
📝 src/queues/app/dockerImage-deployment.ts (+26 -5)
📝 src/queues/app/dockerfile-deployment.ts (+18 -4)
📝 src/queues/app/railpack-deployment.ts (+19 -4)
📝 src/queues/app/rebuilt.ts (+25 -8)
src/queues/app/unlink-database.ts (+0 -179)
📝 src/queues/builder/installRailpack.ts (+10 -6)
📝 src/queues/dFlow/addCreateVpsQueue.ts (+25 -24)

...and 18 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/216 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 6/6/2025 **Status:** ✅ Merged **Merged:** 6/6/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `fix-tenant-specific-refresh-event` --- ### 📝 Commits (3) - [`ee5a303`](https://github.com/dflow-sh/dflow/commit/ee5a303705161fa39af1ef598806eff8421643b1) fix: add refresh-event tenant specific - [`ba9459b`](https://github.com/dflow-sh/dflow/commit/ba9459b91fcb00af3af5813a5c4e5ebaa60df415) chore: changed all refresh-events to tenant specific - [`b3cda5c`](https://github.com/dflow-sh/dflow/commit/b3cda5cfff8fa1312c43c56434082f825ddeb2b0) fix: updated redirect event ### 📊 Changes **38 files changed** (+440 additions, -435 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/dbBackup/index.ts` (+11 -2) 📝 `src/actions/deployment/deploy.ts` (+11 -0) 📝 `src/actions/deployment/index.ts` (+5 -1) 📝 `src/actions/netdata/index.ts` (+8 -2) 📝 `src/actions/plugin/index.ts` (+16 -4) 📝 `src/actions/project/index.ts` (+3 -0) 📝 `src/actions/server/index.ts` (+16 -4) 📝 `src/actions/service/index.ts` (+15 -3) 📝 `src/app/(frontend)/api/refresh/route.ts` (+6 -3) 📝 `src/lib/sendEvent.ts` (+15 -17) ➖ `src/payload/collections/Services/hooks/deleteDokkuService.ts` (+0 -72) 📝 `src/providers/RefreshProvider.tsx` (+4 -2) 📝 `src/queues/app/buildpacks-deployment.ts` (+18 -4) 📝 `src/queues/app/dockerImage-deployment.ts` (+26 -5) 📝 `src/queues/app/dockerfile-deployment.ts` (+18 -4) 📝 `src/queues/app/railpack-deployment.ts` (+19 -4) 📝 `src/queues/app/rebuilt.ts` (+25 -8) ➖ `src/queues/app/unlink-database.ts` (+0 -179) 📝 `src/queues/builder/installRailpack.ts` (+10 -6) 📝 `src/queues/dFlow/addCreateVpsQueue.ts` (+25 -24) _...and 18 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:44 +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#391
No description provided.