mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #155] [MERGED] Feat domains verification #368
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#368
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/155
Author: @pavanbhaskardev
Created: 5/8/2025
Status: ✅ Merged
Merged: 5/8/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-domains-verification📝 Commits (3)
7130c50chore: add DNS records verification badge to domains-listcb752f9feat: added sync for global-domains based on DNS record validation52f8c3afeat: 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.