[PR #1162] [MERGED] Support configuring certificate order timeout #1159

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/1162
Author: @fudiwei
Created: 1/15/2026
Status: Merged
Merged: 1/16/2026
Merged by: @fudiwei

Base: mainHead: main


📝 Commits (3)

  • bc56d16 chore(i18n): improve i18n
  • 18b1ec4 feat: support configuring certificate order timeout
  • 1d45be2 refactor(migration): clean code

📊 Changes

22 files changed (+398 additions, -186 deletions)

View changed files

📝 internal/certacme/client.go (+16 -3)
📝 internal/certacme/config.go (+1 -1)
📝 internal/domain/settings.go (+6 -1)
📝 internal/domain/workflow.go (+6 -6)
📝 internal/workflow/engine/executor_bizapply.go (+1 -1)
📝 internal/workflow/engine/executor_bizdeploy.go (+1 -1)
📝 internal/workflow/engine/executor_bizupload.go (+4 -0)
📝 migrations/1757476800_upgrade_v0.4.0.go (+43 -61)
📝 migrations/1762516800_upgrade_v0.4.4.go (+36 -2)
migrations/1768363200_upgrade_v0.4.14.go (+56 -0)
migrations/snaps/v0.3/workflow.go (+11 -0)
📝 migrations/snaps/v0.4/workflow.go (+1 -1)
📝 pkg/core/certmgr/providers/aws-acm/aws_acm.go (+2 -2)
📝 pkg/core/certmgr/providers/aws-iam/aws_iam.go (+1 -1)
📝 pkg/core/certmgr/providers/ctcccloud-cms/ctcccloud_cms.go (+1 -1)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderSSH.tsx (+1 -1)
📝 ui/src/domain/settings.ts (+2 -1)
📝 ui/src/i18n/locales/en/nls.access.json (+1 -1)
📝 ui/src/i18n/locales/en/nls.settings.json (+8 -3)
📝 ui/src/i18n/locales/zh/nls.access.json (+1 -1)

...and 2 more files

📄 Description

该 PR 包含以下内容变更:

  • feat: 系统设置中可配置证书订单超时时间。关闭 #1145

🔄 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/1162 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/16/2026 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`bc56d16`](https://github.com/certimate-go/certimate/commit/bc56d160fa56937f8790312ba93d9093afee9e63) chore(i18n): improve i18n - [`18b1ec4`](https://github.com/certimate-go/certimate/commit/18b1ec4cc8d04f9de2ad2ddbcb29e5eb40b2abfb) feat: support configuring certificate order timeout - [`1d45be2`](https://github.com/certimate-go/certimate/commit/1d45be244810624edb9713e542a80002ea1f05f9) refactor(migration): clean code ### 📊 Changes **22 files changed** (+398 additions, -186 deletions) <details> <summary>View changed files</summary> 📝 `internal/certacme/client.go` (+16 -3) 📝 `internal/certacme/config.go` (+1 -1) 📝 `internal/domain/settings.go` (+6 -1) 📝 `internal/domain/workflow.go` (+6 -6) 📝 `internal/workflow/engine/executor_bizapply.go` (+1 -1) 📝 `internal/workflow/engine/executor_bizdeploy.go` (+1 -1) 📝 `internal/workflow/engine/executor_bizupload.go` (+4 -0) 📝 `migrations/1757476800_upgrade_v0.4.0.go` (+43 -61) 📝 `migrations/1762516800_upgrade_v0.4.4.go` (+36 -2) ➕ `migrations/1768363200_upgrade_v0.4.14.go` (+56 -0) ➕ `migrations/snaps/v0.3/workflow.go` (+11 -0) 📝 `migrations/snaps/v0.4/workflow.go` (+1 -1) 📝 `pkg/core/certmgr/providers/aws-acm/aws_acm.go` (+2 -2) 📝 `pkg/core/certmgr/providers/aws-iam/aws_iam.go` (+1 -1) 📝 `pkg/core/certmgr/providers/ctcccloud-cms/ctcccloud_cms.go` (+1 -1) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderSSH.tsx` (+1 -1) 📝 `ui/src/domain/settings.ts` (+2 -1) 📝 `ui/src/i18n/locales/en/nls.access.json` (+1 -1) 📝 `ui/src/i18n/locales/en/nls.settings.json` (+8 -3) 📝 `ui/src/i18n/locales/zh/nls.access.json` (+1 -1) _...and 2 more files_ </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 系统设置中可配置证书订单超时时间。关闭 #1145 --- <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:58 +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#1159
No description provided.