mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #394] [MERGED] feat(provider): add name.com #936
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#936
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/certimate-go/certimate/pull/394
Author: @RangerCD
Created: 12/24/2024
Status: ✅ Merged
Merged: 12/25/2024
Merged by: @usual2970
Base:
next← Head:feat-name-dot-com📝 Commits (3)
6217d3afeat(provider): add name.com956fbb7feat(ui): improve i18na92dc2bfix(provider): typo while adding name.com📊 Changes
16 files changed (+262 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📝
README_EN.md(+1 -0)📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
internal/applicant/applicant.go(+3 -0)➕
internal/applicant/namedotcom.go(+36 -0)📝
internal/domain/access.go(+5 -0)➕
migrations/1735032595_add_namedotcom.go(+109 -0)➕
ui/public/imgs/providers/namedotcom.svg(+1 -0)📝
ui/src/components/access/AccessEditForm.tsx(+3 -0)➕
ui/src/components/access/AccessEditFormNameDotComConfig.tsx(+77 -0)📝
ui/src/domain/access.ts(+9 -0)📝
ui/src/i18n/locales/en/nls.access.json(+6 -0)📝
ui/src/i18n/locales/en/nls.common.json(+1 -0)📝
ui/src/i18n/locales/zh/nls.access.json(+6 -0)📝
ui/src/i18n/locales/zh/nls.common.json(+1 -0)📄 Description
Add name.com as DNS provider
Fix #78
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.