[PR #691] [MERGED] refactor #1013

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

📋 Pull Request Information

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

Base: mainHead: main


📝 Commits (3)

  • 221b6a6 feat(ui): improve i18n
  • dcd646b Merge branch 'usual2970:main' into main
  • f3bbb9e refactor: optimize third-party sdks

📊 Changes

46 files changed (+228 additions, -442 deletions)

View changed files

📝 go.mod (+0 -37)
📝 go.sum (+0 -327)
📝 internal/domain/provider.go (+9 -1)
📝 internal/pkg/core/deployer/providers/netlify-site/netlify_site.go (+15 -27)
📝 internal/pkg/sdk3rd/1panel/api.go (+1 -1)
📝 internal/pkg/sdk3rd/1panel/client.go (+2 -2)
📝 internal/pkg/sdk3rd/1panel/models.go (+1 -1)
📝 internal/pkg/sdk3rd/baishan/api.go (+1 -1)
📝 internal/pkg/sdk3rd/baishan/client.go (+2 -2)
📝 internal/pkg/sdk3rd/baishan/models.go (+1 -1)
📝 internal/pkg/sdk3rd/btpanel/api.go (+1 -1)
📝 internal/pkg/sdk3rd/btpanel/client.go (+2 -2)
📝 internal/pkg/sdk3rd/btpanel/models.go (+1 -1)
📝 internal/pkg/sdk3rd/bunny/api.go (+1 -1)
📝 internal/pkg/sdk3rd/bunny/client.go (+1 -1)
📝 internal/pkg/sdk3rd/bunny/models.go (+1 -1)
📝 internal/pkg/sdk3rd/cachefly/api.go (+1 -1)
📝 internal/pkg/sdk3rd/cachefly/client.go (+1 -1)
📝 internal/pkg/sdk3rd/cachefly/models.go (+1 -1)
📝 internal/pkg/sdk3rd/cdnfly/api.go (+1 -1)

...and 26 more files

📄 Description

该 PR 包含以下内容变更:

  • refactor: 优化第三方 SDK 实现,尽量减少外部依赖项,尝试规避 GitHub Actions 空间不足的问题

🔄 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/691 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 5/16/2025 **Status:** ✅ Merged **Merged:** 5/16/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`221b6a6`](https://github.com/certimate-go/certimate/commit/221b6a6fc640ff2264ae7d1531eb1953dcef7fc2) feat(ui): improve i18n - [`dcd646b`](https://github.com/certimate-go/certimate/commit/dcd646b465ed1bb6f9013efc53b84f999e03c7b4) Merge branch 'usual2970:main' into main - [`f3bbb9e`](https://github.com/certimate-go/certimate/commit/f3bbb9e8b2e8e1497a3d8855083eebdf29994ddc) refactor: optimize third-party sdks ### 📊 Changes **46 files changed** (+228 additions, -442 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+0 -37) 📝 `go.sum` (+0 -327) 📝 `internal/domain/provider.go` (+9 -1) 📝 `internal/pkg/core/deployer/providers/netlify-site/netlify_site.go` (+15 -27) 📝 `internal/pkg/sdk3rd/1panel/api.go` (+1 -1) 📝 `internal/pkg/sdk3rd/1panel/client.go` (+2 -2) 📝 `internal/pkg/sdk3rd/1panel/models.go` (+1 -1) 📝 `internal/pkg/sdk3rd/baishan/api.go` (+1 -1) 📝 `internal/pkg/sdk3rd/baishan/client.go` (+2 -2) 📝 `internal/pkg/sdk3rd/baishan/models.go` (+1 -1) 📝 `internal/pkg/sdk3rd/btpanel/api.go` (+1 -1) 📝 `internal/pkg/sdk3rd/btpanel/client.go` (+2 -2) 📝 `internal/pkg/sdk3rd/btpanel/models.go` (+1 -1) 📝 `internal/pkg/sdk3rd/bunny/api.go` (+1 -1) 📝 `internal/pkg/sdk3rd/bunny/client.go` (+1 -1) 📝 `internal/pkg/sdk3rd/bunny/models.go` (+1 -1) 📝 `internal/pkg/sdk3rd/cachefly/api.go` (+1 -1) 📝 `internal/pkg/sdk3rd/cachefly/client.go` (+1 -1) 📝 `internal/pkg/sdk3rd/cachefly/models.go` (+1 -1) 📝 `internal/pkg/sdk3rd/cdnfly/api.go` (+1 -1) _...and 26 more files_ </details> ### 📄 Description 该 PR 包含以下内容变更: - **refactor**: 优化第三方 SDK 实现,尽量减少外部依赖项,尝试规避 GitHub Actions 空间不足的问题 --- <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:17 +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#1013
No description provided.