[PR #207] [MERGED] feat: add support for domain-select for services, fix: private databa… #385

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

📋 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: mainHead: feat-service-default-domain


📝 Commits (1)

  • b3181db feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/207 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 6/2/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `feat-service-default-domain` --- ### 📝 Commits (1) - [`b3181db`](https://github.com/dflow-sh/dflow/commit/b3181db6eee728af2ba7e344e3919ea1295ea310) feat: add support for domain-select for services, fix: private database variable population issue ### 📊 Changes **15 files changed** (+573 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description …se variable population issue --- <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:42 +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#385
No description provided.