[PR #184] [MERGED] feat: add huaweicloud provider #860

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/184
Author: @fudiwei
Created: 10/11/2024
Status: Merged
Merged: 10/11/2024
Merged by: @usual2970

Base: mainHead: feat/huaweicloud


📝 Commits (2)

  • a007c81 feat: add huaweicloud provider
  • ad91703 Merge branch 'main' into feat/huaweicloud

📊 Changes

15 files changed (+980 additions, -228 deletions)

View changed files

📝 go.mod (+43 -43)
📝 go.sum (+131 -105)
📝 internal/applicant/applicant.go (+10 -7)
internal/applicant/huaweicloud.go (+35 -0)
📝 internal/domain/access.go (+6 -0)
migrations/1728610007_updated_access.go (+92 -0)
ui/dist/assets/index-UdxlphxJ.js (+332 -0)
ui/dist/imgs/providers/huaweicloud.svg (+1 -0)
📝 ui/dist/index.html (+15 -14)
ui/public/imgs/providers/huaweicloud.svg (+1 -0)
📝 ui/src/components/certimate/AccessEdit.tsx (+45 -29)
ui/src/components/certimate/AccessHuaweicloudForm.tsx (+221 -0)
📝 ui/src/domain/access.ts (+42 -30)
📝 ui/src/i18n/locales/en.json (+3 -0)
📝 ui/src/i18n/locales/zh.json (+3 -0)

📄 Description

  • 新增华为云 DNS 服务商支持(只验证过华为云国内版,不清楚华为云国际版是否是同样的)。
  • 升级部分 go mod 依赖库(主要是升级 lego,新版本 lego 中加入了对华为云的支持)。
  • 上述相应功能的 UI 调整。

🔄 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/184 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 10/11/2024 **Status:** ✅ Merged **Merged:** 10/11/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/huaweicloud` --- ### 📝 Commits (2) - [`a007c81`](https://github.com/certimate-go/certimate/commit/a007c81e9a8e1435cf26d8212ff0b45ef37228c0) feat: add huaweicloud provider - [`ad91703`](https://github.com/certimate-go/certimate/commit/ad91703492cde084c6ece5eab58366b38559db84) Merge branch 'main' into feat/huaweicloud ### 📊 Changes **15 files changed** (+980 additions, -228 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+43 -43) 📝 `go.sum` (+131 -105) 📝 `internal/applicant/applicant.go` (+10 -7) ➕ `internal/applicant/huaweicloud.go` (+35 -0) 📝 `internal/domain/access.go` (+6 -0) ➕ `migrations/1728610007_updated_access.go` (+92 -0) ➕ `ui/dist/assets/index-UdxlphxJ.js` (+332 -0) ➕ `ui/dist/imgs/providers/huaweicloud.svg` (+1 -0) 📝 `ui/dist/index.html` (+15 -14) ➕ `ui/public/imgs/providers/huaweicloud.svg` (+1 -0) 📝 `ui/src/components/certimate/AccessEdit.tsx` (+45 -29) ➕ `ui/src/components/certimate/AccessHuaweicloudForm.tsx` (+221 -0) 📝 `ui/src/domain/access.ts` (+42 -30) 📝 `ui/src/i18n/locales/en.json` (+3 -0) 📝 `ui/src/i18n/locales/zh.json` (+3 -0) </details> ### 📄 Description - 新增华为云 DNS 服务商支持(只验证过华为云国内版,不清楚华为云国际版是否是同样的)。 - 升级部分 go mod 依赖库(主要是升级 lego,新版本 lego 中加入了对华为云的支持)。 - 上述相应功能的 UI 调整。 --- <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:33 +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#860
No description provided.