[PR #953] [MERGED] v0.4 pre-release bugfixes #1086

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

📋 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: nextHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/953 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 9/5/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `next` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`3703846`](https://github.com/certimate-go/certimate/commit/37038469a1fe1cec6b546353237cfb506414a0be) fix: incompatible node ids - [`34749ae`](https://github.com/certimate-go/certimate/commit/34749ae6e6dfafc5348cda437360c3ba2d4ae0e3) fix: could not activate workflow again - [`6b741da`](https://github.com/certimate-go/certimate/commit/6b741da6544fcb011081184f148f1c2b299496af) chore(ui): improve i18n - [`6f0d468`](https://github.com/certimate-go/certimate/commit/6f0d468be9190853b389cf307f5d12f32e8298c5) fix: could not register acme external account - [`09e938e`](https://github.com/certimate-go/certimate/commit/09e938e77fbbe979afaca22a6ee0564d6b0167fb) chore(ui): improve i18n - [`1b0f652`](https://github.com/certimate-go/certimate/commit/1b0f652de3ed3a512420b75bf587f60d80ebecd3) chore: improve logging - [`299e220`](https://github.com/certimate-go/certimate/commit/299e2202fd2a21ba43bcf42663b595ed8f254a5f) fix: #906 - [`d9a1fac`](https://github.com/certimate-go/certimate/commit/d9a1facbe1f9b5b782f7d682d097733de5ae8b82) chore: improve logging - [`66149e0`](https://github.com/certimate-go/certimate/commit/66149e0a510940abeed8f8cabfa9566df6d4fee5) fix: #848 - [`07c44e9`](https://github.com/certimate-go/certimate/commit/07c44e9d4a77299e0cd63de84e30dbf83ea5ff59) Merge branch 'dev' of https://github.com/fudiwei/certimate into dev ### 📊 Changes **27 files changed** (+295 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description 该 PR 包含以下内容变更: - **fix**: 关闭 #848 - **fix**: 关闭 #906 - **fix**: 关闭 https://github.com/certimate-go/certimate/issues/949#issuecomment-3251428359 @JavaSCU - P.S. 仅适配从 v0.3.x 升级的;已升级至 v0.4.0-alpha.3 的不会尝试转化脏数据。 - **fix**: 关闭 https://github.com/certimate-go/certimate/issues/949#issuecomment-3251461666 @JavaSCU - **fix**: 关闭 https://github.com/certimate-go/certimate/issues/949#issuecomment-3251666721 @JavaSCU - **fix**: 关闭 https://github.com/certimate-go/certimate/issues/949#issuecomment-3254130569 @imlonghao --- <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:37 +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#1086
No description provided.