[PR #30] [MERGED] 添加部署变量、部署授权组的支持 #834

Closed
opened 2026-03-03 01:06:25 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/deploy_group


📝 Commits (1)

  • 6c1b1fb Support 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.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/30 **Author:** [@usual2970](https://github.com/usual2970) **Created:** 9/14/2024 **Status:** ✅ Merged **Merged:** 9/14/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/deploy_group` --- ### 📝 Commits (1) - [`6c1b1fb`](https://github.com/certimate-go/certimate/commit/6c1b1fb72b82a44e165ed8ac24957220e0566fcb) Support deploying one certificate to multiple SSH hosts, and support deploying multiple certificates to one SSH host. ### 📊 Changes **29 files changed** (+2173 additions, -575 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description …deploying multiple certificates to one SSH host. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#834
No description provided.