mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1162] [MERGED] Support configuring certificate order timeout #1159
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#1159
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (3)
bc56d16chore(i18n): improve i18n18b1ec4feat: support configuring certificate order timeout1d45be2refactor(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 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.