mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #430] [MERGED] feat: enhance workflow #955
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#955
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/430
Author: @fudiwei
Created: 1/21/2025
Status: ✅ Merged
Merged: 1/23/2025
Merged by: @usual2970
Base:
next← Head:feat/new-workflow📝 Commits (10+)
d556860refactor: clean codec61b2d2fix: couldn't list expire soon certificates8dc8620feat: support removing workflow runs79c1da6feat: a new status for canceled workflow run7e0f575feat(ui): jump to workflow detail page in dashboardbee4ba1feat: generate run record at the beginning of the workflow execution0f94588feat: cancel workflow run7a2fc5eMerge branch 'next' into feat/new-workflowb67049frefactor: clean code5cabcebfeat(ui): improve workflow elements scroll area📊 Changes
53 files changed (+889 additions, -517 deletions)
View changed files
📝
go.mod(+12 -16)📝
go.sum(+34 -38)📝
internal/applicant/acme_user.go(+3 -4)📝
internal/applicant/applicant.go(+1 -1)📝
internal/certificate/service.go(+1 -1)📝
internal/domain/dtos/certificate.go(+0 -5)📝
internal/domain/dtos/workflow.go(+6 -1)📝
internal/domain/workflow.go(+5 -5)📝
internal/domain/workflow_run.go(+10 -5)📝
internal/pkg/core/logger/builtin.go(+3 -1)📝
internal/pkg/utils/certs/parser.go(+15 -0)📝
internal/pkg/utils/certs/transformer.go(+3 -19)📝
internal/pkg/utils/types/types.go(+1 -0)📝
internal/repository/certificate.go(+6 -5)📝
internal/repository/workflow.go(+34 -11)📝
internal/rest/handlers/certificate.go(+16 -14)📝
internal/rest/handlers/workflow.go(+19 -5)📝
internal/workflow/event.go(+1 -1)📝
internal/workflow/node-processor/apply_node.go(+1 -1)📝
internal/workflow/processor/processor.go(+7 -11)...and 33 more files
📄 Description
该 PR 包含以下内容的变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.