mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #887] [MERGED] v0.4 miscellaneous #1069
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#1069
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/887
Author: @fudiwei
Created: 7/23/2025
Status: ✅ Merged
Merged: 7/24/2025
Merged by: @fudiwei
Base:
next← Head:dev📝 Commits (10+)
8e9e55dfix(ui): tailwindcss safelisting with ranges9db0530feat(ui): replace action buttons with dropdown menus in list pages8331006feat(ui): support batch deletion153efadchore(deps): upgrade npm dependencies9138abcrefactor: use samber/loc07caebrefactor: make log level to use int32f288fc6refactor: remove 'default' perfix in some fields of access3a9572echore(deps): upgrade gomod dependenciesa37c42cchore(deps): move forks folder4889603feat(ui): new WorkflowDetail page📊 Changes
234 files changed (+2810 additions, -2729 deletions)
View changed files
📝
go.mod(+80 -81)📝
go.sum(+164 -172)📝
internal/app/app.go(+17 -0)📝
internal/applicant/applicant.go(+3 -3)📝
internal/certificate/service.go(+3 -73)📝
internal/deployer/providers.go(+11 -10)📝
internal/domain/access.go(+24 -24)📝
internal/domain/certificate.go(+9 -9)📝
internal/domain/dtos/notify.go(+1 -3)➖
internal/domain/notify.go(+0 -25)📝
internal/domain/settings.go(+1 -32)📝
internal/domain/workflow.go(+5 -7)📝
internal/domain/workflow_log.go(+8 -5)📝
internal/domain/workflow_output.go(+2 -2)📝
internal/domain/workflow_run.go(+1 -1)➖
internal/notify/notify.go(+0 -81)📝
internal/notify/providers.go(+8 -8)➖
internal/notify/providers_deprecated.go(+0 -108)📝
internal/notify/service.go(+8 -31)📝
internal/repository/certificate.go(+13 -13)...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.