mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[PR #307] [CLOSED] WIP: workflow #909
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#909
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/307
Author: @usual2970
Created: 11/5/2024
Status: ❌ Closed
Base:
main← Head:feat/workflow📝 Commits (10+)
613b683workflow076f0d5Merge branch 'main' into feat/workflow9b8e73fworkflowe4d190fMerge branch 'main' into feat/workflow8809eefMerge branch 'main' into feat/workflowb06ffc0worklfow07b5760Merge branch 'main' into feat/workflowbe84f33impprove frontend327c83cMerge branch 'main' into feat/workflow1ea0ba1workflow multi languages📊 Changes
153 files changed (+11045 additions, -5382 deletions)
View changed files
📝
internal/applicant/applicant.go(+33 -1)➕
internal/certificate/service.go(+102 -0)📝
internal/deployer/deployer.go(+15 -6)📝
internal/domain/access.go(+21 -0)➕
internal/domain/certificate.go(+43 -0)➕
internal/domain/common.go(+9 -0)📝
internal/domain/err.go(+11 -1)📝
internal/domain/setting.go(+14 -0)➕
internal/domain/statistics.go(+11 -0)➕
internal/domain/workflow.go(+95 -0)➕
internal/domain/workflow_output.go(+12 -0)➕
internal/domain/workflow_run_log.go(+33 -0)➖
internal/domains/init.go(+0 -38)➖
internal/notify/expire.go(+0 -96)➕
internal/repository/access.go(+39 -0)➕
internal/repository/certificate.go(+24 -0)➕
internal/repository/statistics.go(+63 -0)➕
internal/repository/workflow.go(+96 -0)➕
internal/repository/workflow_output.go(+162 -0)📝
internal/rest/notify.go(+1 -1)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.