mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #488] [MERGED] serveral bugfix #969
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#969
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/488
Author: @fudiwei
Created: 3/6/2025
Status: ✅ Merged
Merged: 3/6/2025
Merged by: @usual2970
Base:
main← Head:bugfix📝 Commits (10+)
b17dd04chore(deps): upgrade gomod dependenciese2fdc29chore(deps): upgrade npm dependencies6d612f4fix: #4829aaf3fffix: #4788a113e2fix: missing parameter on deployment to tencentcloud ssl5b2bc6bchore(ui): improve i18n574ad04refactor(ui): clean code411c39bfix: #48552e9341fix: inappropriate workflow node config unsaved reminder48f3cc4chore(ui): upgrade cron-parser📊 Changes
18 files changed (+684 additions, -614 deletions)
View changed files
📝
go.mod(+45 -50)📝
go.sum(+98 -100)📝
internal/pkg/vendors/cmcc-sdk/README.md(+0 -1)📝
internal/repository/statistics.go(+3 -3)📝
ui/package-lock.json(+410 -376)📝
ui/package.json(+20 -20)📝
ui/src/components/notification/NotifyChannelEditFormBarkFields.tsx(+1 -2)📝
ui/src/components/notification/NotifyChannelEditFormDingTalkFields.tsx(+2 -4)📝
ui/src/components/notification/NotifyChannelEditFormWeComFields.tsx(+1 -4)📝
ui/src/components/workflow/WorkflowElementsContainer.tsx(+6 -2)📝
ui/src/components/workflow/node/DeployNodeConfigFormTencentCloudSSLDeployConfig.tsx(+9 -0)📝
ui/src/components/workflow/node/_SharedNode.tsx(+3 -2)📝
ui/src/domain/workflow.ts(+65 -27)📝
ui/src/i18n/locales/en/nls.workflow.nodes.json(+8 -5)📝
ui/src/i18n/locales/zh/nls.workflow.nodes.json(+6 -6)📝
ui/src/pages/dashboard/Dashboard.tsx(+1 -1)📝
ui/src/stores/workflow/index.ts(+2 -2)📝
ui/src/utils/cron.ts(+4 -9)📄 Description
该 PR 包含以下内容的变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.