mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #453] [MERGED] feat: enhance #963
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#963
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/453
Author: @fudiwei
Created: 2/13/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @usual2970
Base:
next← Head:feat/new-workflow📝 Commits (9)
3bc708bchore(deps): upgrade gomod denpendenciesf6c338bchore(deps): upgrade npm denpendencies970fba9chore: rename664bb69feat: search by keyword on AccessList, CertificateList, WorkflowList0b7b544feat: deploy provider categoryd588e14feat: reserved providersfe93334chore: create migration snapshotd21c027refactor: drop access fieldusageb9356a5feat(ui): new deploy provider categorywebsite📊 Changes
63 files changed (+1629 additions, -1674 deletions)
View changed files
📝
go.mod(+38 -38)📝
go.sum(+92 -93)📝
internal/certificate/service.go(+2 -2)📝
internal/deployer/providers.go(+2 -2)📝
internal/domain/access.go(+0 -1)📝
internal/domain/provider.go(+12 -0)📝
internal/pkg/core/deployer/providers/baotapanel-site/baotapanel_site.go(+0 -0)📝
internal/pkg/core/deployer/providers/baotapanel-site/baotapanel_site_test.go(+0 -0)📝
internal/pkg/vendors/btpanel-sdk/client.go(+2 -2)📝
internal/pkg/vendors/gname-sdk/client.go(+1 -1)📝
internal/repository/access.go(+0 -1)📝
internal/workflow/node-processor/apply_node.go(+1 -1)📝
internal/workflow/node-processor/deploy_node.go(+1 -1)📝
main.go(+4 -6)➖
migrations/1737141502_superusers_initial.go(+0 -27)➖
migrations/1738767422_updated_certificate.go(+0 -127)➖
migrations/1738828775_updated_workflow.go(+0 -65)➖
migrations/1738828788_updated_workflow_run.go(+0 -65)➖
migrations/1738839725_updated_certificate.go(+0 -67)➖
migrations/1738840633_updated_workflow_output.go(+0 -63)...and 43 more files
📄 Description
该 PR 包含以下内容变更:
P.S. 这应该是 v0.3.0 正式发布前的最后一个功能性 PR,后续以修复 Bug 为主。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.