[PR #957] [MERGED] v0.4 miscellaneous #1090

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

📋 Pull Request Information

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

Base: nextHead: dev


📝 Commits (7)

  • 1ce8282 feat(ui): app loader
  • 586a11f chore(ui): improve i18n
  • 1bb6da4 feat: workflow dispatcher compensation mechanism
  • 114b89f Update CONTRIBUTING.md
  • 1d106f5 refactor: clean code
  • 2be9118 chore(ui): improve i18n
  • e7c1f90 feat(ui): new WorkflowNew page

📊 Changes

30 files changed (+445 additions, -398 deletions)

View changed files

📝 CONTRIBUTING.md (+6 -0)
📝 CONTRIBUTING_EN.md (+6 -0)
📝 internal/certdeploy/deployers/sp_ssh.go (+1 -1)
📝 internal/workflow/dispatcher/dispatcher.go (+23 -2)
📝 pkg/core/ssl-applicator/acme-http01/providers/ssh/ssh.go (+3 -41)
📝 pkg/core/ssl-deployer/providers/ssh/ssh.go (+10 -48)
pkg/utils/ssh/client.go (+59 -0)
📝 ui/index.html (+54 -1)
📝 ui/src/components/CodeInput.tsx (+10 -4)
📝 ui/src/components/TextFileInput.tsx (+7 -3)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderACMECA.tsx (+1 -8)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderActalisSSL.tsx (+12 -13)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderBaotaPanel.tsx (+3 -3)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderGlobalSignAtlas.tsx (+12 -13)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderGoogleTrustServices.tsx (+12 -13)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderPowerDNS.tsx (+3 -3)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderRatPanel.tsx (+3 -3)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderSSLCom.tsx (+12 -13)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderSafeLine.tsx (+3 -3)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderSectigo.tsx (+12 -13)

...and 10 more files

📄 Description

该 PR 包含以下内容变更:

  • feat: 前端页面增加加载指示器。
  • feat: 调整工作流新建页布局。
  • chore: 调整部分文案。

🔄 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/957 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 9/9/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `next` ← **Head:** `dev` --- ### 📝 Commits (7) - [`1ce8282`](https://github.com/certimate-go/certimate/commit/1ce828264845468b12a8d3986f6e1c7613b844f5) feat(ui): app loader - [`586a11f`](https://github.com/certimate-go/certimate/commit/586a11f91c8b5525a6aea1ebd9246bf05928f8d1) chore(ui): improve i18n - [`1bb6da4`](https://github.com/certimate-go/certimate/commit/1bb6da46f151ff7e57873ab95f0bf14adbfead79) feat: workflow dispatcher compensation mechanism - [`114b89f`](https://github.com/certimate-go/certimate/commit/114b89f26eefd65869586d61e08a7224c1c2edfa) Update CONTRIBUTING.md - [`1d106f5`](https://github.com/certimate-go/certimate/commit/1d106f5575844951606a04b6faffd5eaaac98a16) refactor: clean code - [`2be9118`](https://github.com/certimate-go/certimate/commit/2be911840f47032f8270b106f83c2dc6a994045d) chore(ui): improve i18n - [`e7c1f90`](https://github.com/certimate-go/certimate/commit/e7c1f90bc4f6a3baf9bf6f9a06a447479913adec) feat(ui): new WorkflowNew page ### 📊 Changes **30 files changed** (+445 additions, -398 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+6 -0) 📝 `CONTRIBUTING_EN.md` (+6 -0) 📝 `internal/certdeploy/deployers/sp_ssh.go` (+1 -1) 📝 `internal/workflow/dispatcher/dispatcher.go` (+23 -2) 📝 `pkg/core/ssl-applicator/acme-http01/providers/ssh/ssh.go` (+3 -41) 📝 `pkg/core/ssl-deployer/providers/ssh/ssh.go` (+10 -48) ➕ `pkg/utils/ssh/client.go` (+59 -0) 📝 `ui/index.html` (+54 -1) 📝 `ui/src/components/CodeInput.tsx` (+10 -4) 📝 `ui/src/components/TextFileInput.tsx` (+7 -3) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderACMECA.tsx` (+1 -8) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderActalisSSL.tsx` (+12 -13) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderBaotaPanel.tsx` (+3 -3) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderGlobalSignAtlas.tsx` (+12 -13) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderGoogleTrustServices.tsx` (+12 -13) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderPowerDNS.tsx` (+3 -3) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderRatPanel.tsx` (+3 -3) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderSSLCom.tsx` (+12 -13) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderSafeLine.tsx` (+3 -3) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderSectigo.tsx` (+12 -13) _...and 10 more files_ </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 前端页面增加加载指示器。 - **feat**: 调整工作流新建页布局。 - **chore**: 调整部分文案。 --- <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:38 +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#1090
No description provided.