mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #424] [MERGED] feat: enhance & bugfix #950
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#950
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/424
Author: @fudiwei
Created: 1/17/2025
Status: ✅ Merged
Merged: 1/19/2025
Merged by: @usual2970
Base:
next← Head:feat/new-workflow📝 Commits (10+)
0869eaarefactor: clean codeee2cca1Merge branch 'next' into feat/new-workflowe4a534cMerge branch 'next' into feat/new-workflow1568e5afix: incorrect config in deployment on aliyun oss32f9c95feat: migrate pocketbase to v0.23c66027abuild: rebuilld pocketbase migration snapshotecde12efeat(ui): improve ssl providers switch warning6adcc61refactor: clean coded28b89ffix: couldn't trasform ecc certificate to pfx formatd5e4ea3feat: download certificate archive📊 Changes
142 files changed (+3454 additions, -8971 deletions)
View changed files
📝
go.mod(+68 -72)📝
go.sum(+174 -191)📝
internal/app/app.go(+8 -2)📝
internal/app/scheduler.go(+3 -1)📝
internal/applicant/acme_ca.go(+0 -0)📝
internal/applicant/acme_user.go(+0 -0)📝
internal/applicant/applicant.go(+26 -21)📝
internal/applicant/applicant_test.go(+1 -1)📝
internal/applicant/providers.go(+55 -43)📝
internal/certificate/service.go(+128 -10)📝
internal/deployer/deployer.go(+6 -5)📝
internal/domain/access.go(+2 -0)📝
internal/domain/acme_account.go(+2 -0)📝
internal/domain/certificate.go(+8 -6)➕
internal/domain/dtos/certificate.go(+6 -0)➕
internal/domain/dtos/notify.go(+7 -0)➕
internal/domain/dtos/workflow.go(+8 -0)📝
internal/domain/notify.go(+0 -4)📝
internal/domain/settings.go(+2 -0)📝
internal/domain/workflow.go(+89 -31)...and 80 more files
📄 Description
该 PR 包含以下内容的变更:
BREAKING CHANGES
pocketbase 现已升级到 v0.24.x,此版本包含大量破坏性变更。PR 已调整代码做适配,但原有的所有 migrations 需要清理并重新生成数据库快照。
目前的数据库快照基于 v0.3.0-alpha.10 时生成,低于此版本的用户可能需要以全新方式重新部署,或尝试先升级到此版本后再执行升级。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.