mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #216] [MERGED] Fix tenant specific refresh event #391
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#391
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/216
Author: @pavanbhaskardev
Created: 6/6/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @pavanbhaskardev
Base:
main← Head:fix-tenant-specific-refresh-event📝 Commits (3)
ee5a303fix: add refresh-event tenant specificba9459bchore: changed all refresh-events to tenant specificb3cda5cfix: 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.