[PR #975] [MERGED] v0.4 pre-release bugfixes #1093

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/975
Author: @fudiwei
Created: 9/25/2025
Status: Merged
Merged: 9/25/2025
Merged by: @fudiwei

Base: mainHead: main


📝 Commits (4)

  • 8f4457c feat(ui): show built-in tag for CA
  • b1d1070 feat: remove support for CA Buypass
  • 789ea2a fix(ui): could not import workflow with empty condition branches
  • 3d36830 fix: condition branch panic

📊 Changes

19 files changed (+64 additions, -46 deletions)

View changed files

📝 internal/certapply/config.go (+0 -1)
📝 internal/domain/provider.go (+0 -2)
📝 internal/workflow/dispatcher/dispatcher.go (+2 -2)
📝 internal/workflow/engine/engine.go (+3 -0)
📝 internal/workflow/engine/state.go (+1 -1)
📝 migrations/1757476800_m0.4.0_migrate.go (+5 -1)
ui/public/imgs/providers/buypass.png (+0 -0)
📝 ui/src/App.tsx (+6 -4)
📝 ui/src/components/access/AccessEditDrawer.tsx (+4 -1)
📝 ui/src/components/access/AccessForm.tsx (+3 -1)
📝 ui/src/components/provider/AccessProviderPicker.tsx (+7 -4)
📝 ui/src/components/provider/AccessProviderSelect.tsx (+5 -2)
📝 ui/src/components/workflow/WorkflowGraphImportInputBox.tsx (+10 -10)
📝 ui/src/components/workflow/WorkflowRunDetail.tsx (+13 -2)
📝 ui/src/domain/provider.ts (+0 -4)
📝 ui/src/i18n/locales/en/nls.provider.json (+0 -1)
📝 ui/src/i18n/locales/zh/nls.provider.json (+0 -1)
📝 ui/src/pages/accesses/AccessNew.tsx (+4 -1)
📝 ui/src/pages/settings/SettingsSSLProvider.tsx (+1 -8)

📄 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/975 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 9/25/2025 **Status:** ✅ Merged **Merged:** 9/25/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`8f4457c`](https://github.com/certimate-go/certimate/commit/8f4457c67665c16cb5431e246a847d797321e732) feat(ui): show built-in tag for CA - [`b1d1070`](https://github.com/certimate-go/certimate/commit/b1d10704bef96b8e7ae08aedff13bfa87d407818) feat: remove support for CA Buypass - [`789ea2a`](https://github.com/certimate-go/certimate/commit/789ea2ae9af833ad7d192d91f5495bfc5b7f4039) fix(ui): could not import workflow with empty condition branches - [`3d36830`](https://github.com/certimate-go/certimate/commit/3d36830bd2b3523e5fe77257fc38aa76dda6b131) fix: condition branch panic ### 📊 Changes **19 files changed** (+64 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `internal/certapply/config.go` (+0 -1) 📝 `internal/domain/provider.go` (+0 -2) 📝 `internal/workflow/dispatcher/dispatcher.go` (+2 -2) 📝 `internal/workflow/engine/engine.go` (+3 -0) 📝 `internal/workflow/engine/state.go` (+1 -1) 📝 `migrations/1757476800_m0.4.0_migrate.go` (+5 -1) ➖ `ui/public/imgs/providers/buypass.png` (+0 -0) 📝 `ui/src/App.tsx` (+6 -4) 📝 `ui/src/components/access/AccessEditDrawer.tsx` (+4 -1) 📝 `ui/src/components/access/AccessForm.tsx` (+3 -1) 📝 `ui/src/components/provider/AccessProviderPicker.tsx` (+7 -4) 📝 `ui/src/components/provider/AccessProviderSelect.tsx` (+5 -2) 📝 `ui/src/components/workflow/WorkflowGraphImportInputBox.tsx` (+10 -10) 📝 `ui/src/components/workflow/WorkflowRunDetail.tsx` (+13 -2) 📝 `ui/src/domain/provider.ts` (+0 -4) 📝 `ui/src/i18n/locales/en/nls.provider.json` (+0 -1) 📝 `ui/src/i18n/locales/zh/nls.provider.json` (+0 -1) 📝 `ui/src/pages/accesses/AccessNew.tsx` (+4 -1) 📝 `ui/src/pages/settings/SettingsSSLProvider.tsx` (+1 -8) </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 移除证书颁发机构 Buypass。关闭 #932 - **fix**: 修复无法导入包含空白并行条件分支的工作流的问题。 - **fix**: 关闭 https://github.com/certimate-go/certimate/issues/949#issuecomment-3312073025 @imlonghao - **fix**: 关闭 https://github.com/certimate-go/certimate/issues/949#issuecomment-3317540181 @z1782158860 --- <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:39 +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#1093
No description provided.