mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #680] [MERGED] enhance #1010
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#1010
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/680
Author: @fudiwei
Created: 5/12/2025
Status: ✅ Merged
Merged: 5/12/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (9)
82bdccffeat(ui): move settings page entry from topbar to sider-menu1fee156chore(deps): upgrade npm dependenciesa1fc384chore(deps): upgrade gomod dependencies07037e8feat: support replacing old certificate on deployment to gcore cdn0c42bb8feat(ui): AccessProviderPicker7d57c5afeat(ui): show search on AccessSelect989fd1efeat(ui): max content height on AccessEditModal709684dfix(ui): scale origin2ec4adffix(ui): tsc build error📊 Changes
42 files changed (+714 additions, -459 deletions)
View changed files
📝
go.mod(+50 -51)📝
go.sum(+116 -98)📝
internal/deployer/providers.go(+3 -2)📝
internal/pkg/core/deployer/providers/baishan-cdn/baishan_cdn.go(+1 -0)📝
internal/pkg/core/deployer/providers/gcore-cdn/gcore_cdn.go(+61 -19)📝
internal/pkg/core/uploader/providers/gcore-cdn/gcore_cdn.go(+9 -9)📝
ui/package-lock.json(+156 -152)📝
ui/package.json(+16 -16)📝
ui/src/components/DrawerForm.tsx(+1 -1)📝
ui/src/components/ModalForm.tsx(+1 -1)📝
ui/src/components/access/AccessEditDrawer.tsx(+1 -1)📝
ui/src/components/access/AccessEditModal.tsx(+8 -1)📝
ui/src/components/access/AccessForm.tsx(+52 -28)📝
ui/src/components/access/AccessFormWebhookConfig.tsx(+2 -2)📝
ui/src/components/access/AccessSelect.tsx(+6 -0)📝
ui/src/components/certificate/CertificateDetailDrawer.tsx(+1 -1)📝
ui/src/components/provider/ACMEDns01ProviderPicker.tsx(+19 -10)➕
ui/src/components/provider/AccessProviderPicker.tsx(+117 -0)📝
ui/src/components/provider/AccessProviderSelect.tsx(+6 -6)📝
ui/src/components/provider/DeploymentProviderPicker.tsx(+11 -3)...and 22 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.