[PR #725] [MERGED] bugfix #1024

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

📋 Pull Request Information

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

Base: mainHead: bugfix


📝 Commits (4)

📊 Changes

13 files changed (+105 additions, -21 deletions)

View changed files

📝 internal/applicant/applicant.go (+10 -7)
📝 internal/applicant/providers.go (+2 -2)
📝 internal/domain/certificate.go (+1 -0)
📝 internal/pkg/core/deployer/providers/1panel-site/1panel_site.go (+4 -3)
📝 internal/pkg/core/uploader/providers/1panel-ssl/1panel_ssl.go (+9 -2)
📝 internal/repository/certificate.go (+21 -0)
📝 internal/workflow/node-processor/apply_node.go (+10 -1)
📝 internal/workflow/node-processor/processor.go (+2 -0)
📝 internal/workflow/node-processor/upload_node.go (+1 -1)
migrations/1748228400_upgrade.go (+39 -0)
📝 ui/src/components/access/AccessEditModal.tsx (+1 -0)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+3 -3)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+2 -2)

📄 Description

该 PR 包含以下内容变更:

  • fix: 修复特定场景下同一张证书会多次触发 ARI 的问题
  • fix: 修复前端本地化错误
  • fix: 关闭 #723
  • fix: 关闭 #724

🔄 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/725 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 5/26/2025 **Status:** ✅ Merged **Merged:** 5/26/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `bugfix` --- ### 📝 Commits (4) - [`7cd036f`](https://github.com/certimate-go/certimate/commit/7cd036f41ec8bd8a17ffbd5cbb8567a577c71c3d) fix: #724 - [`11ff80a`](https://github.com/certimate-go/certimate/commit/11ff80ab28beb088db079bd77904726d8877326e) fix: #723 - [`970a1f0`](https://github.com/certimate-go/certimate/commit/970a1f0f7929bfb9e1f5de63cacc24b4610de012) fix: i18n error in AccessEditModal - [`46b4ff7`](https://github.com/certimate-go/certimate/commit/46b4ff73c9a64147276ef8a67c39b20d697e2f5a) fix: ari double renewal error ### 📊 Changes **13 files changed** (+105 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `internal/applicant/applicant.go` (+10 -7) 📝 `internal/applicant/providers.go` (+2 -2) 📝 `internal/domain/certificate.go` (+1 -0) 📝 `internal/pkg/core/deployer/providers/1panel-site/1panel_site.go` (+4 -3) 📝 `internal/pkg/core/uploader/providers/1panel-ssl/1panel_ssl.go` (+9 -2) 📝 `internal/repository/certificate.go` (+21 -0) 📝 `internal/workflow/node-processor/apply_node.go` (+10 -1) 📝 `internal/workflow/node-processor/processor.go` (+2 -0) 📝 `internal/workflow/node-processor/upload_node.go` (+1 -1) ➕ `migrations/1748228400_upgrade.go` (+39 -0) 📝 `ui/src/components/access/AccessEditModal.tsx` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+3 -3) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+2 -2) </details> ### 📄 Description 该 PR 包含以下内容变更: - **fix**: 修复特定场景下同一张证书会多次触发 ARI 的问题 - **fix**: 修复前端本地化错误 - **fix**: 关闭 #723 - **fix**: 关闭 #724 --- <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:20 +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#1024
No description provided.