mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #30] [MERGED] 添加部署变量、部署授权组的支持 #834
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#834
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/30
Author: @usual2970
Created: 9/14/2024
Status: ✅ Merged
Merged: 9/14/2024
Merged by: @usual2970
Base:
main← Head:feat/deploy_group📝 Commits (1)
6c1b1fbSupport deploying one certificate to multiple SSH hosts, and support deploying multiple certificates to one SSH host.📊 Changes
29 files changed (+2173 additions, -575 deletions)
View changed files
📝
internal/deployer/aliyun.go(+4 -0)📝
internal/deployer/aliyun_cdn.go(+4 -0)📝
internal/deployer/deployer.go(+81 -11)📝
internal/deployer/qiniu.go(+4 -0)📝
internal/deployer/ssh.go(+14 -0)📝
internal/deployer/tencent_cdn.go(+4 -0)📝
internal/deployer/webhook.go(+4 -0)📝
internal/domains/deploy.go(+13 -9)➕
internal/utils/variables/variables.go(+30 -0)➕
internal/utils/variables/variables_test.go(+56 -0)➕
migrations/1726299230_collections_snapshot.go(+679 -0)➖
ui/dist/assets/index-B_74ZyCB.js(+0 -284)➖
ui/dist/assets/index-Cg0yCJnh.css(+0 -1)➕
ui/dist/assets/index-DXJTf3ck.css(+1 -0)➕
ui/dist/assets/index-pPAQ4idS.js(+291 -0)📝
ui/dist/index.html(+2 -2)➕
ui/src/components/certimate/AccessGroupEdit.tsx(+120 -0)📝
ui/src/components/certimate/AccessSSHForm.tsx(+113 -4)📝
ui/src/domain/access.ts(+5 -0)➕
ui/src/domain/access_groups.ts(+10 -0)...and 9 more files
📄 Description
…deploying multiple certificates to one SSH host.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.