mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #421] [MERGED] feat: enhance workflow #949
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#949
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/421
Author: @fudiwei
Created: 1/16/2025
Status: ✅ Merged
Merged: 1/17/2025
Merged by: @usual2970
Base:
next← Head:feat/new-workflow📝 Commits (9)
dea4106fix: couldn't return stdout or stderr during script execution if errors occur on deployment to local/ssh8ecb71frefactor: clean codee10fb64Merge branch 'feat/new-workflow' of https://github.com/fudiwei/certimate into feat/new-workflow831f0eefeat(ui): improve responsive ui3a2babafeat: support removing certificatesd1dbbaefeat(ui): show errmsg if table loaded error087fd81feat: support configuring pb-data-dir on app launcha20b82bfeat: re-run workflow nodes when critical configurations changeddab6ad9refactor: remove unused code📊 Changes
56 files changed (+707 additions, -475 deletions)
View changed files
📝
go.mod(+1 -1)📝
go.sum(+2 -2)📝
internal/certificate/service.go(+21 -23)📝
internal/domain/access.go(+5 -5)📝
internal/domain/certificate.go(+1 -0)➖
internal/domain/err.go(+0 -33)➕
internal/domain/error.go(+30 -0)📝
internal/notify/service.go(+3 -3)📝
internal/pkg/core/deployer/providers/local/local.go(+8 -9)📝
internal/pkg/core/deployer/providers/local/local_test.go(+25 -13)📝
internal/pkg/core/deployer/providers/ssh/ssh.go(+7 -7)📝
internal/pkg/core/deployer/providers/ssh/ssh_test.go(+1 -0)➕
internal/pkg/utils/types/types.go(+25 -0)📝
internal/repository/access.go(+15 -1)📝
internal/repository/acme_account.go(+31 -18)📝
internal/repository/certificate.go(+85 -5)📝
internal/repository/settings.go(+11 -2)📝
internal/repository/workflow.go(+35 -27)📝
internal/repository/workflow_output.go(+9 -39)📝
internal/rest/notify.go(+1 -1)...and 36 more files
📄 Description
该 PR 包含以下内容的变更:
-dir参数指定 Pocketbase 数据库路径。关闭 #343🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.