mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #443] [MERGED] feat: enhance & bugfix #961
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#961
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/443
Author: @fudiwei
Created: 2/6/2025
Status: ✅ Merged
Merged: 2/12/2025
Merged by: @usual2970
Base:
next← Head:feat/new-workflow📝 Commits (10+)
d11fc1crefactor: reimpl qiniu sdk98f4f1cfix: conflict pocketbase superuser initializationsbc29ccechore(deps): upgrade gomod dependencies5f5c835feat: addExtractCertificatesFromPEMutil funca41ee9cfeat: enhance certificate model24b591efix: nil pointer dereference4b931f7refactor(ui): clean code5b9e39afix: #439d32fce9feat: save related runId in certificates or workflow outputs3f9fda8feat: support multiple workflow outputs📊 Changes
97 files changed (+2274 additions, -1124 deletions)
View changed files
📝
go.mod(+32 -36)📝
go.sum(+70 -86)📝
internal/applicant/acme_user.go(+7 -4)📝
internal/applicant/applicant.go(+15 -15)📝
internal/applicant/providers.go(+34 -34)📝
internal/certificate/service.go(+30 -18)📝
internal/deployer/providers.go(+28 -28)📝
internal/domain/certificate.go(+79 -14)📝
internal/domain/dtos/certificate.go(+9 -7)📝
internal/domain/dtos/workflow.go(+1 -1)📝
internal/domain/workflow.go(+3 -2)📝
internal/domain/workflow_output.go(+1 -0)📝
internal/domain/workflow_run.go(+15 -6)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/gname/internal/lego.go(+0 -2)📝
internal/pkg/core/deployer/providers/edgio-applications/edgio_applications.go(+5 -31)📝
internal/pkg/core/deployer/providers/qiniu-cdn/qiniu_cdn.go(+3 -3)📝
internal/pkg/core/uploader/providers/qiniu-sslcert/qiniu_sslcert.go(+1 -1)➕
internal/pkg/utils/certs/extractor.go(+48 -0)📝
internal/pkg/utils/certs/parser.go(+1 -0)📝
internal/pkg/utils/maps/maps.go(+8 -3)...and 77 more files
📄 Description
该 PR 包含以下内容的变更:
【备注】
关于工作流执行的新版实现
新的工作流执行由 WorkflowDispatcher(相关源码位于
/internal/workflow/dispatcher目录下)处理,与原 WorkflowProcessor 相比:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.