[PR #229] [MERGED] feat: 支持配置 CNAME 认证跟随禁用 #878

Closed
opened 2026-03-03 01:06:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/229
Author: @PBK-B
Created: 10/20/2024
Status: Merged
Merged: 10/21/2024
Merged by: @usual2970

Base: mainHead: feat_disable_cname


📝 Commits (4)

  • 2c75d2b feat: domain config add disable follow CNAME #228
  • 64b7ed0 feat: docking disableFollowCNAME config item function #228
  • 699385a fix: adjust the string conversion syntax
  • 8f98664 fix: handle i18n label naming conventions

📊 Changes

7 files changed (+119 additions, -27 deletions)

View changed files

📝 internal/applicant/applicant.go (+20 -12)
📝 internal/domain/domains.go (+6 -5)
📝 ui/src/components/ui/tooltip.tsx (+28 -1)
📝 ui/src/domain/domain.ts (+1 -0)
📝 ui/src/i18n/locales/en/nls.domain.json (+3 -0)
📝 ui/src/i18n/locales/zh/nls.domain.json (+3 -0)
📝 ui/src/pages/domains/Edit.tsx (+58 -9)

📄 Description

@usual2970 TBR;

相关 issue: #228


🔄 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/certimate-go/certimate/pull/229 **Author:** [@PBK-B](https://github.com/PBK-B) **Created:** 10/20/2024 **Status:** ✅ Merged **Merged:** 10/21/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat_disable_cname` --- ### 📝 Commits (4) - [`2c75d2b`](https://github.com/certimate-go/certimate/commit/2c75d2bfde9244114c9d283a7691e28c509e21ef) feat: domain config add disable follow CNAME #228 - [`64b7ed0`](https://github.com/certimate-go/certimate/commit/64b7ed00f5f66f8159074ccf84addc746d2b60e8) feat: docking disableFollowCNAME config item function #228 - [`699385a`](https://github.com/certimate-go/certimate/commit/699385a8c4e6ae145ddd43a9e14bbe26ec68df4c) fix: adjust the string conversion syntax - [`8f98664`](https://github.com/certimate-go/certimate/commit/8f98664665b57022f73a8b4d0e5095120a02172a) fix: handle i18n label naming conventions ### 📊 Changes **7 files changed** (+119 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `internal/applicant/applicant.go` (+20 -12) 📝 `internal/domain/domains.go` (+6 -5) 📝 `ui/src/components/ui/tooltip.tsx` (+28 -1) 📝 `ui/src/domain/domain.ts` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.domain.json` (+3 -0) 📝 `ui/src/i18n/locales/zh/nls.domain.json` (+3 -0) 📝 `ui/src/pages/domains/Edit.tsx` (+58 -9) </details> ### 📄 Description @usual2970 TBR; 相关 issue: #228 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:38 +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/certimate#878
No description provided.