mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[PR #525] [MERGED] new workflow logging #979
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#979
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/525
Author: @fudiwei
Created: 3/16/2025
Status: ✅ Merged
Merged: 3/20/2025
Merged by: @usual2970
Base:
main← Head:main📝 Commits (7)
c13a7a7feat: loggingb620052feat: adapt new logging to uploader, deployer and notifier providersaf5d746feat: adapt new logging to workflow node processorsfd6e41cfeat(ui): workflow logs882f802feat(ui): enhance workflow logs display914c5b4refactor: clean codee27d4f1feat: auto cleanup workflow history runs and expired certificates📊 Changes
166 files changed (+3334 additions, -1815 deletions)
View changed files
📝
internal/applicant/acme_user.go(+3 -3)📝
internal/applicant/applicant.go(+3 -3)📝
internal/applicant/providers.go(+28 -28)📝
internal/certificate/service.go(+45 -9)📝
internal/deployer/deployer.go(+11 -3)📝
internal/deployer/providers.go(+163 -163)📝
internal/domain/certificate.go(+3 -3)📝
internal/domain/settings.go(+9 -6)📝
internal/domain/workflow.go(+31 -31)➕
internal/domain/workflow_log.go(+30 -0)📝
internal/domain/workflow_run.go(+1 -38)📝
internal/notify/notify.go(+2 -2)📝
internal/notify/providers.go(+19 -19)📝
internal/pkg/core/deployer/deployer.go(+6 -1)📝
internal/pkg/core/deployer/providers/1panel-console/1panel_console.go(+10 -7)📝
internal/pkg/core/deployer/providers/1panel-site/1panel_site.go(+13 -10)📝
internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb.go(+24 -24)📝
internal/pkg/core/deployer/providers/aliyun-cas-deploy/aliyun_cas_deploy.go(+17 -12)📝
internal/pkg/core/deployer/providers/aliyun-cdn/aliyun_cdn.go(+10 -7)📝
internal/pkg/core/deployer/providers/aliyun-clb/aliyun_clb.go(+20 -20)...and 80 more files
📄 Description
该 PR 包含以下内容变更:
log/slog库;🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.