[PR #155] [MERGED] Feat domains verification #368

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

📋 Pull Request Information

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

Base: mainHead: feat-domains-verification


📝 Commits (3)

  • 7130c50 chore: add DNS records verification badge to domains-list
  • cb752f9 feat: added sync for global-domains based on DNS record validation
  • 52f8c3a feat: added regenerate ssl & removed payload-webhook

📊 Changes

43 files changed (+733 additions, -1291 deletions)

View changed files

📝 .vscode/settings.json (+1 -0)
📝 src/actions/deployment/deploy.ts (+0 -8)
📝 src/actions/plugin/index.ts (+0 -13)
📝 src/actions/server/index.ts (+72 -18)
📝 src/actions/server/validator.ts (+5 -0)
📝 src/actions/service/index.ts (+35 -124)
📝 src/actions/service/validator.ts (+2 -10)
📝 src/actions/templates/index.ts (+0 -8)
📝 src/app/(frontend)/(dashboard)/dashboard/page.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.client.tsx (+2 -1)
📝 src/components/SelectSearch.tsx (+1 -1)
📝 src/components/Tabs.tsx (+1 -1)
📝 src/components/servers/DomainForm.tsx (+8 -7)
📝 src/components/servers/DomainList.tsx (+94 -16)
📝 src/components/service/DomainForm.tsx (+8 -36)
📝 src/components/service/DomainList.tsx (+5 -20)
src/components/service/EnvironmentVariablesForm.tsx (+0 -608)
src/components/service/RegenerateSSLForm.tsx (+131 -0)
📝 src/components/ui/card.tsx (+1 -1)
src/lib/dokku/domains/list.ts (+22 -0)

...and 23 more files

📄 Description

  1. Added DNS record validation before adding a domain
  2. Removed the SET domain option in server, services domains
  3. Added SSL regeneration with a custom email if required
  4. Removed payload-webhook dependency

🔄 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/155 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 5/8/2025 **Status:** ✅ Merged **Merged:** 5/8/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `feat-domains-verification` --- ### 📝 Commits (3) - [`7130c50`](https://github.com/dflow-sh/dflow/commit/7130c50d4185ce38efcfb72bfea614c908dae5ea) chore: add DNS records verification badge to domains-list - [`cb752f9`](https://github.com/dflow-sh/dflow/commit/cb752f978b05bacb6d70f16774df9b47f00ebab3) feat: added sync for global-domains based on DNS record validation - [`52f8c3a`](https://github.com/dflow-sh/dflow/commit/52f8c3aff547a4bcc4e902a79ee7ed9998e1ea52) feat: added regenerate ssl & removed payload-webhook ### 📊 Changes **43 files changed** (+733 additions, -1291 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -0) 📝 `src/actions/deployment/deploy.ts` (+0 -8) 📝 `src/actions/plugin/index.ts` (+0 -13) 📝 `src/actions/server/index.ts` (+72 -18) 📝 `src/actions/server/validator.ts` (+5 -0) 📝 `src/actions/service/index.ts` (+35 -124) 📝 `src/actions/service/validator.ts` (+2 -10) 📝 `src/actions/templates/index.ts` (+0 -8) 📝 `src/app/(frontend)/(dashboard)/dashboard/page.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.client.tsx` (+2 -1) 📝 `src/components/SelectSearch.tsx` (+1 -1) 📝 `src/components/Tabs.tsx` (+1 -1) 📝 `src/components/servers/DomainForm.tsx` (+8 -7) 📝 `src/components/servers/DomainList.tsx` (+94 -16) 📝 `src/components/service/DomainForm.tsx` (+8 -36) 📝 `src/components/service/DomainList.tsx` (+5 -20) ➖ `src/components/service/EnvironmentVariablesForm.tsx` (+0 -608) ➕ `src/components/service/RegenerateSSLForm.tsx` (+131 -0) 📝 `src/components/ui/card.tsx` (+1 -1) ➕ `src/lib/dokku/domains/list.ts` (+22 -0) _...and 23 more files_ </details> ### 📄 Description 1. Added DNS record validation before adding a domain 2. Removed the SET domain option in server, services domains 3. Added SSL regeneration with a custom email if required 4. Removed payload-webhook dependency --- <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:35 +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#368
No description provided.