[PR #993] [MERGED] bugfix #1096

Closed
opened 2026-03-03 01:07:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/993
Author: @fudiwei
Created: 10/16/2025
Status: Merged
Merged: 10/20/2025
Merged by: @fudiwei

Base: mainHead: main


📝 Commits (10+)

📊 Changes

46 files changed (+1893 additions, -2060 deletions)

View changed files

📝 go.mod (+70 -69)
📝 go.sum (+156 -150)
📝 internal/domain/settings.go (+5 -0)
migrations/1760486400_m0.4.1.go (+123 -0)
📝 pkg/core/ssl-applicator/acme-dns01/providers/ucloud-udnr/internal/lego.go (+6 -12)
📝 pkg/core/ssl-deployer/providers/aliyun-alb/aliyun_alb.go (+1 -2)
📝 pkg/core/ssl-deployer/providers/aliyun-vod/aliyun_vod.go (+1 -0)
📝 pkg/core/ssl-deployer/providers/aliyun-waf/aliyun_waf.go (+7 -3)
📝 pkg/core/ssl-deployer/providers/huaweicloud-cdn/huaweicloud_cdn.go (+5 -5)
📝 pkg/core/ssl-deployer/providers/huaweicloud-elb/huaweicloud_elb.go (+2 -2)
📝 pkg/core/ssl-deployer/providers/upyun-cdn/upyun_cdn.go (+2 -2)
📝 pkg/core/ssl-manager/providers/aws-acm/aws_acm.go (+2 -2)
📝 pkg/core/ssl-manager/providers/jdcloud-ssl/jdcloud_ssl.go (+1 -2)
📝 pkg/sdk3rd/ctyun/ao/api_modify_domain_config.go (+1 -1)
📝 pkg/sdk3rd/ctyun/ao/types.go (+2 -2)
📝 pkg/sdk3rd/ucloud/udnr/api_add_domain_dns.go (+2 -2)
📝 pkg/sdk3rd/ucloud/udnr/types.go (+2 -2)
📝 pkg/utils/cert/hostname.go (+1 -1)
📝 ui/package-lock.json (+1326 -1665)
📝 ui/package.json (+29 -29)

...and 26 more files

📄 Description

该 PR 包含以下内容变更:

  • fix: 关闭 #982
  • fix: 关闭 #988
  • fix: 关闭 #990
  • fix: 关闭 #991
  • fix: 关闭 #992
  • fix: 关闭 #995
  • chore: 升级 go mod & npm 依赖。

🔄 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/993 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/20/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`a185de5`](https://github.com/certimate-go/certimate/commit/a185de5e3686659f8b8713cc7aa40d08bfa6787c) build(ui): adjust babel tagets - [`dfa1160`](https://github.com/certimate-go/certimate/commit/dfa11608a1ca48b7303d45aa2e28ba5dec0bb71b) chore(deps): upgrade go mod dependencies - [`92be3f0`](https://github.com/certimate-go/certimate/commit/92be3f01fbeed8b08a2be093979faf5a25f0f232) chore(deps): upgrade npm dependencies - [`d9755d2`](https://github.com/certimate-go/certimate/commit/d9755d29318cee16cd09bc9410651fce9e9fe3b9) Merge branch 'main' of https://github.com/fudiwei/certimate - [`f0bc816`](https://github.com/certimate-go/certimate/commit/f0bc816879974030482403140834e8beb3b87ecb) fix: #982 - [`f28e399`](https://github.com/certimate-go/certimate/commit/f28e39924fdd9d7e8ac42d3ff97a0e5119ef3c3c) fix: fix typo - [`0932a2a`](https://github.com/certimate-go/certimate/commit/0932a2aff972d692f19847e104aba6163b5ddca2) fix: #990 - [`df015b1`](https://github.com/certimate-go/certimate/commit/df015b1e58eddb390f1ee78ec14d001f8120450c) fix: #988 - [`5e5d442`](https://github.com/certimate-go/certimate/commit/5e5d442f261a611db30f95ea12325b3474f2c9e9) feat(ui): remove workflow nodes help tooltip - [`8cf8994`](https://github.com/certimate-go/certimate/commit/8cf8994dc612604d4aa8875ee0a6b8843950ddd6) fix: #992 ### 📊 Changes **46 files changed** (+1893 additions, -2060 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+70 -69) 📝 `go.sum` (+156 -150) 📝 `internal/domain/settings.go` (+5 -0) ➕ `migrations/1760486400_m0.4.1.go` (+123 -0) 📝 `pkg/core/ssl-applicator/acme-dns01/providers/ucloud-udnr/internal/lego.go` (+6 -12) 📝 `pkg/core/ssl-deployer/providers/aliyun-alb/aliyun_alb.go` (+1 -2) 📝 `pkg/core/ssl-deployer/providers/aliyun-vod/aliyun_vod.go` (+1 -0) 📝 `pkg/core/ssl-deployer/providers/aliyun-waf/aliyun_waf.go` (+7 -3) 📝 `pkg/core/ssl-deployer/providers/huaweicloud-cdn/huaweicloud_cdn.go` (+5 -5) 📝 `pkg/core/ssl-deployer/providers/huaweicloud-elb/huaweicloud_elb.go` (+2 -2) 📝 `pkg/core/ssl-deployer/providers/upyun-cdn/upyun_cdn.go` (+2 -2) 📝 `pkg/core/ssl-manager/providers/aws-acm/aws_acm.go` (+2 -2) 📝 `pkg/core/ssl-manager/providers/jdcloud-ssl/jdcloud_ssl.go` (+1 -2) 📝 `pkg/sdk3rd/ctyun/ao/api_modify_domain_config.go` (+1 -1) 📝 `pkg/sdk3rd/ctyun/ao/types.go` (+2 -2) 📝 `pkg/sdk3rd/ucloud/udnr/api_add_domain_dns.go` (+2 -2) 📝 `pkg/sdk3rd/ucloud/udnr/types.go` (+2 -2) 📝 `pkg/utils/cert/hostname.go` (+1 -1) 📝 `ui/package-lock.json` (+1326 -1665) 📝 `ui/package.json` (+29 -29) _...and 26 more files_ </details> ### 📄 Description 该 PR 包含以下内容变更: - **fix**: 关闭 #982 - **fix**: 关闭 #988 - **fix**: 关闭 #990 - **fix**: 关闭 #991 - **fix**: 关闭 #992 - **fix**: 关闭 #995 - **chore**: 升级 go mod & npm 依赖。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:40 +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#1096
No description provided.