[PR #1016] [MERGED] refactor #1104

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

📋 Pull Request Information

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

Base: mainHead: main


📝 Commits (10+)

  • c15d678 refactor: clean code
  • 5513dc7 chore(deps): upgrade gomod dependencies
  • a0a808f chore(deps): migrate alibabacloud-oss-go-sdk to v2
  • d9bd39a chore(deps): migrate volc-sdk-golang to volcengine-go-sdk
  • 0ec3596 refactor: clean code
  • 1ae6154 refactor: reimplement dingtalkbot notifier, drop thrird-party deps
  • ecb2da4 refactor: reimplement larkbot notifier, drop thrird-party deps
  • 091c3db refactor: remove unused code
  • ae18f64 feat: support larkbot with secret
  • 08c3a56 refactor: clean code

📊 Changes

155 files changed (+710 additions, -1718 deletions)

View changed files

📝 go.mod (+23 -25)
📝 go.sum (+49 -61)
📝 internal/certdeploy/deployers/sp_1panel_site.go (+1 -1)
📝 internal/certdeploy/deployers/sp_aliyun_alb.go (+1 -1)
📝 internal/certdeploy/deployers/sp_aliyun_apigw.go (+1 -1)
📝 internal/certdeploy/deployers/sp_aliyun_clb.go (+1 -1)
📝 internal/certdeploy/deployers/sp_aliyun_ga.go (+1 -1)
📝 internal/certdeploy/deployers/sp_aliyun_nlb.go (+1 -1)
📝 internal/certdeploy/deployers/sp_apisix.go (+1 -1)
📝 internal/certdeploy/deployers/sp_baiducloud_appblb.go (+1 -1)
📝 internal/certdeploy/deployers/sp_baiducloud_blb.go (+1 -1)
📝 internal/certdeploy/deployers/sp_cdnfly.go (+1 -1)
📝 internal/certdeploy/deployers/sp_ctcccloud_elb.go (+1 -1)
📝 internal/certdeploy/deployers/sp_flexcdn.go (+1 -1)
📝 internal/certdeploy/deployers/sp_goedge.go (+1 -1)
📝 internal/certdeploy/deployers/sp_huaweicloud_elb.go (+1 -1)
📝 internal/certdeploy/deployers/sp_huaweicloud_waf.go (+1 -1)
📝 internal/certdeploy/deployers/sp_jdcloud_alb.go (+1 -1)
📝 internal/certdeploy/deployers/sp_kong.go (+1 -1)
📝 internal/certdeploy/deployers/sp_lecdn.go (+1 -1)

...and 80 more files

📄 Description

No description provided


🔄 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/1016 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 10/30/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`c15d678`](https://github.com/certimate-go/certimate/commit/c15d6783c66e71220acd77d4905e3a37106ca4ef) refactor: clean code - [`5513dc7`](https://github.com/certimate-go/certimate/commit/5513dc76d6f36b8bfd858d6aae93e77d2f26645c) chore(deps): upgrade gomod dependencies - [`a0a808f`](https://github.com/certimate-go/certimate/commit/a0a808fd4473b6f3670ea62de12e24ecd77d9d31) chore(deps): migrate alibabacloud-oss-go-sdk to v2 - [`d9bd39a`](https://github.com/certimate-go/certimate/commit/d9bd39aa87443684451e7ac530562456dc1d202a) chore(deps): migrate volc-sdk-golang to volcengine-go-sdk - [`0ec3596`](https://github.com/certimate-go/certimate/commit/0ec3596745f1c89fe9c1c708fcb1889743d56850) refactor: clean code - [`1ae6154`](https://github.com/certimate-go/certimate/commit/1ae61549a15c48bca403e9560b216aa56f4683ca) refactor: reimplement dingtalkbot notifier, drop thrird-party deps - [`ecb2da4`](https://github.com/certimate-go/certimate/commit/ecb2da4fe01d1f1d41848d5e3e420fafd215954c) refactor: reimplement larkbot notifier, drop thrird-party deps - [`091c3db`](https://github.com/certimate-go/certimate/commit/091c3db5205b029d348d8f4ef6aa015f98e1699d) refactor: remove unused code - [`ae18f64`](https://github.com/certimate-go/certimate/commit/ae18f64d35bcb9ba70932358f329bccf7301eb6d) feat: support larkbot with secret - [`08c3a56`](https://github.com/certimate-go/certimate/commit/08c3a5600613aa6cc156679d83d82cad1dd1e6da) refactor: clean code ### 📊 Changes **155 files changed** (+710 additions, -1718 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+23 -25) 📝 `go.sum` (+49 -61) 📝 `internal/certdeploy/deployers/sp_1panel_site.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_aliyun_alb.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_aliyun_apigw.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_aliyun_clb.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_aliyun_ga.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_aliyun_nlb.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_apisix.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_baiducloud_appblb.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_baiducloud_blb.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_cdnfly.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_ctcccloud_elb.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_flexcdn.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_goedge.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_huaweicloud_elb.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_huaweicloud_waf.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_jdcloud_alb.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_kong.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_lecdn.go` (+1 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:42 +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#1104
No description provided.