mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #953] [MERGED] v0.4 pre-release bugfixes #1086
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#1086
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/953
Author: @fudiwei
Created: 9/5/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @fudiwei
Base:
next← Head:dev📝 Commits (10+)
3703846fix: incompatible node ids34749aefix: could not activate workflow again6b741dachore(ui): improve i18n6f0d468fix: could not register acme external account09e938echore(ui): improve i18n1b0f652chore: improve logging299e220fix: #906d9a1facchore: improve logging66149e0fix: #84807c44e9Merge branch 'dev' of https://github.com/fudiwei/certimate into dev📊 Changes
27 files changed (+295 additions, -118 deletions)
View changed files
📝
internal/certapply/account.go(+17 -3)📝
internal/certapply/config.go(+3 -3)📝
internal/domain/expr/expr.go(+1 -1)📝
internal/workflow/dispatcher/dispatcher.go(+2 -2)📝
internal/workflow/engine/engine.go(+1 -1)📝
internal/workflow/engine/executor_bizapply.go(+7 -7)📝
internal/workflow/engine/executor_bizdeploy.go(+2 -2)📝
internal/workflow/engine/executor_bizmonitor.go(+1 -1)📝
internal/workflow/engine/executor_biznotify.go(+1 -1)📝
internal/workflow/engine/executor_bizupload.go(+1 -1)📝
migrations/1756296000_cm0.4.0_migrate.go(+17 -0)➕
pkg/utils/filepath/path.go(+33 -0)📝
pkg/utils/ssh/io.go(+4 -3)📝
ui/src/components/access/AccessEditDrawer.tsx(+3 -1)📝
ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProviderLocal.tsx(+22 -20)📝
ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProviderSSH.tsx(+22 -20)📝
ui/src/components/workflow/designer/forms/_shared.tsx(+1 -1)📝
ui/src/domain/workflow.ts(+3 -1)📝
ui/src/i18n/locales/en/nls.common.json(+1 -0)📝
ui/src/i18n/locales/en/nls.workflow.json(+0 -1)...and 7 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.