mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #684] [MERGED] enhance & bugfix #1011
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#1011
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/684
Author: @fudiwei
Created: 5/13/2025
Status: ✅ Merged
Merged: 5/15/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (10+)
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 error4b226d7Merge branch 'usual2970:main' into main📊 Changes
41 files changed (+1103 additions, -337 deletions)
View changed files
📝
internal/deployer/providers.go(+31 -26)📝
internal/domain/access.go(+1 -0)📝
internal/pkg/core/deployer/providers/aliyun-clb/aliyun_clb.go(+1 -14)📝
internal/pkg/core/deployer/providers/edgio-applications/edgio_applications.go(+3 -3)📝
internal/pkg/core/deployer/providers/gcore-cdn/gcore_cdn.go(+1 -1)📝
internal/pkg/core/deployer/providers/goedge/goedge.go(+11 -5)📝
internal/pkg/core/deployer/providers/local/local.go(+26 -0)📝
internal/pkg/core/deployer/providers/ssh/ssh.go(+26 -0)📝
internal/pkg/core/deployer/providers/webhook/webhook.go(+8 -0)📝
internal/pkg/sdk3rd/goedge/api.go(+1 -1)📝
internal/pkg/sdk3rd/goedge/client.go(+3 -3)📝
internal/pkg/utils/cert/extractor.go(+5 -5)➕
migrations/1747314000_upgrade.go(+44 -0)📝
ui/package-lock.json(+277 -0)📝
ui/package.json(+7 -0)➕
ui/src/components/CodeInput.tsx(+97 -0)➕
ui/src/components/TextFileInput.tsx(+51 -0)📝
ui/src/components/access/AccessFormGoEdgeConfig.tsx(+9 -1)📝
ui/src/components/access/AccessFormKubernetesConfig.tsx(+5 -28)📝
ui/src/components/access/AccessFormSSHConfig.tsx(+32 -64)...and 21 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.