[PR #504] [MERGED] bugfix #973

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/504
Author: @fudiwei
Created: 3/10/2025
Status: Merged
Merged: 3/10/2025
Merged by: @usual2970

Base: mainHead: main


📝 Commits (6)

  • 56fc2d8 fix: invalid version checker
  • 643e09a fix: typo
  • a30379b Merge branch 'usual2970:main' into main
  • f9e3797 feat: default set autoRestart on deployment to 1panel or baotapanel
  • 19ccac5 build: set timezone in docker-compose
  • c907f22 fix: wrong detection results of certificate key algorithm

📊 Changes

6 files changed (+68 additions, -20 deletions)

View changed files

📝 docker/docker-compose.yml (+2 -0)
📝 internal/domain/certificate.go (+55 -13)
📝 internal/domain/workflow.go (+2 -2)
📝 ui/src/components/workflow/node/DeployNodeConfigForm1PanelConsoleConfig.tsx (+3 -1)
📝 ui/src/components/workflow/node/DeployNodeConfigFormBaotaPanelConsoleConfig.tsx (+3 -1)
📝 ui/src/hooks/useVersionChecker.ts (+3 -3)

📄 Description

该 PR 包含以下内容的变更:

  • fix: 修复无效的版本检测。
  • fix: 修复检测某些 CA 签发的证书密钥长度错误。关闭 #502
  • build: 调整 docker-compose.yml 配置,默认挂载宿主机时区。

🔄 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/504 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/10/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`56fc2d8`](https://github.com/certimate-go/certimate/commit/56fc2d8b4423e61043ed8ad345f8e98a1148c458) fix: invalid version checker - [`643e09a`](https://github.com/certimate-go/certimate/commit/643e09a4e6b19686ec04b257b5c41fa88924fdf7) fix: typo - [`a30379b`](https://github.com/certimate-go/certimate/commit/a30379bfdbf17c80a6fe363997061edaee072ed9) Merge branch 'usual2970:main' into main - [`f9e3797`](https://github.com/certimate-go/certimate/commit/f9e3797cdd92a71811bd563bf28c8a5e8d332e70) feat: default set `autoRestart` on deployment to 1panel or baotapanel - [`19ccac5`](https://github.com/certimate-go/certimate/commit/19ccac5c054a1610045ea61039c84b5674f145e9) build: set timezone in docker-compose - [`c907f22`](https://github.com/certimate-go/certimate/commit/c907f22275e7a2b8a119962cd7aff41ed6134550) fix: wrong detection results of certificate key algorithm ### 📊 Changes **6 files changed** (+68 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `docker/docker-compose.yml` (+2 -0) 📝 `internal/domain/certificate.go` (+55 -13) 📝 `internal/domain/workflow.go` (+2 -2) 📝 `ui/src/components/workflow/node/DeployNodeConfigForm1PanelConsoleConfig.tsx` (+3 -1) 📝 `ui/src/components/workflow/node/DeployNodeConfigFormBaotaPanelConsoleConfig.tsx` (+3 -1) 📝 `ui/src/hooks/useVersionChecker.ts` (+3 -3) </details> ### 📄 Description 该 PR 包含以下内容的变更: - **fix**: 修复无效的版本检测。 - **fix**: 修复检测某些 CA 签发的证书密钥长度错误。关闭 #502 - **build**: 调整 `docker-compose.yml` 配置,默认挂载宿主机时区。 --- <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:05 +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#973
No description provided.