mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 22:05:53 +03:00
[PR #49] [MERGED] Database linking #333
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#333
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/49
Author: @pavanbhaskardev
Created: 4/10/2025
Status: ✅ Merged
Merged: 4/10/2025
Merged by: @pavanbhaskardev
Base:
main← Head:database-linking📝 Commits (3)
634b2acchore: added UI setup for database linkingbc00e14chore: added backend-logic for database-linking and environment-variable populationc01d596feat: added unlink & update environment variables📊 Changes
20 files changed (+1849 additions, -283 deletions)
View changed files
📝
pnpm-lock.yaml(+4 -4)📝
src/actions/project/index.ts(+27 -4)📝
src/actions/service/index.ts(+130 -0)📝
src/actions/service/validator.ts(+13 -1)📝
src/components/service/CreateService.tsx(+1 -1)📝
src/components/service/EnvironmentVariablesForm.tsx(+467 -123)📝
src/components/service/ProviderForm.tsx(+69 -1)➕
src/components/ui/multiselect.tsx(+619 -0)📝
src/lib/dokku/config/unset.ts(+21 -6)📝
src/lib/dokku/plugin/database/link.ts(+22 -12)📝
src/lib/dokku/plugin/database/unlink.ts(+20 -12)📝
src/lib/server/docker/createImage.ts(+8 -1)📝
src/payload-types.ts(+2 -0)➖
src/payload/collections/Deployments/hooks/triggerDokkuDeployment.ts(+0 -104)📝
src/payload/collections/Services/index.ts(+17 -0)📝
src/queues/app/dockerfile-deployment.ts(+21 -5)➕
src/queues/app/link-database.ts(+209 -0)📝
src/queues/app/railpack-deployment.ts(+11 -4)➕
src/queues/app/unlink-database.ts(+177 -0)📝
src/queues/environment/update.ts(+11 -5)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.