mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 22:05:53 +03:00
[PR #207] [MERGED] feat: add support for domain-select for services, fix: private databa… #385
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#385
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/207
Author: @pavanbhaskardev
Created: 6/2/2025
Status: ✅ Merged
Merged: 6/2/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-service-default-domain📝 Commits (1)
b3181dbfeat: add support for domain-select for services, fix: private database variable population issue📊 Changes
15 files changed (+573 additions, -123 deletions)
View changed files
📝
src/actions/service/index.ts(+111 -38)📝
src/actions/service/validator.ts(+1 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx(+6 -1)📝
src/components/service/DomainForm.tsx(+30 -7)📝
src/components/service/DomainList.tsx(+109 -5)📝
src/components/service/VariablesForm.tsx(+1 -1)📝
src/payload-types.ts(+2 -0)📝
src/payload/collections/Services/index.ts(+6 -0)📝
src/queues/app/buildpacks-deployment.ts(+44 -18)📝
src/queues/app/dockerImage-deployment.ts(+44 -16)📝
src/queues/app/dockerfile-deployment.ts(+44 -16)📝
src/queues/app/railpack-deployment.ts(+44 -17)📝
src/queues/domain/manage.ts(+74 -2)📝
src/queues/domain/manageGlobal.ts(+1 -0)📝
src/queues/environment/update.ts(+56 -2)📄 Description
…se variable population issue
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.