[PR #188] [MERGED] Feat/v0.2 #861

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/188
Author: @usual2970
Created: 10/13/2024
Status: Merged
Merged: 10/13/2024
Merged by: @usual2970

Base: mainHead: feat/v0.2


📝 Commits (5)

📊 Changes

74 files changed (+9418 additions, -1108 deletions)

View changed files

📝 internal/applicant/aliyun.go (+2 -0)
📝 internal/applicant/applicant.go (+22 -3)
📝 internal/applicant/cloudflare.go (+2 -0)
📝 internal/applicant/godaddy.go (+2 -0)
📝 internal/applicant/huaweicloud.go (+3 -0)
📝 internal/applicant/namesilo.go (+2 -0)
📝 internal/applicant/tencent.go (+3 -0)
📝 internal/deployer/aliyun.go (+1 -1)
📝 internal/deployer/aliyun_cdn.go (+3 -2)
📝 internal/deployer/aliyun_esa.go (+3 -2)
📝 internal/deployer/deployer.go (+61 -49)
📝 internal/deployer/local.go (+12 -6)
📝 internal/deployer/qiniu.go (+5 -5)
📝 internal/deployer/ssh.go (+11 -25)
📝 internal/deployer/webhook.go (+5 -3)
internal/domain/domains.go (+20 -0)
📝 internal/domains/deploy.go (+7 -13)
migrations/1728778480_collections_snapshot.go (+731 -0)
node_modules/.package-lock.json (+16 -0)
node_modules/immer/LICENSE (+21 -0)

...and 54 more files

📄 Description

No description provided


🔄 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/188 **Author:** [@usual2970](https://github.com/usual2970) **Created:** 10/13/2024 **Status:** ✅ Merged **Merged:** 10/13/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/v0.2` --- ### 📝 Commits (5) - [`9f1b00f`](https://github.com/certimate-go/certimate/commit/9f1b00f04c30d20feca84daa96d95f06c7019e70) init - [`3b06c7b`](https://github.com/certimate-go/certimate/commit/3b06c7b0a68ea363c5ff3d6144bc4ebf293c4f68) init - [`7d74e1d`](https://github.com/certimate-go/certimate/commit/7d74e1d41ef13c510245b4ae3b18caf3385293b2) init - [`19f5348`](https://github.com/certimate-go/certimate/commit/19f5348802d808a5325756b1faed746f487ca0c5) Merge branch 'main' into feat/v0.2 - [`1928a47`](https://github.com/certimate-go/certimate/commit/1928a479612f9b899f11c9547ffdddfc0c2ff8fa) v0.2 ### 📊 Changes **74 files changed** (+9418 additions, -1108 deletions) <details> <summary>View changed files</summary> 📝 `internal/applicant/aliyun.go` (+2 -0) 📝 `internal/applicant/applicant.go` (+22 -3) 📝 `internal/applicant/cloudflare.go` (+2 -0) 📝 `internal/applicant/godaddy.go` (+2 -0) 📝 `internal/applicant/huaweicloud.go` (+3 -0) 📝 `internal/applicant/namesilo.go` (+2 -0) 📝 `internal/applicant/tencent.go` (+3 -0) 📝 `internal/deployer/aliyun.go` (+1 -1) 📝 `internal/deployer/aliyun_cdn.go` (+3 -2) 📝 `internal/deployer/aliyun_esa.go` (+3 -2) 📝 `internal/deployer/deployer.go` (+61 -49) 📝 `internal/deployer/local.go` (+12 -6) 📝 `internal/deployer/qiniu.go` (+5 -5) 📝 `internal/deployer/ssh.go` (+11 -25) 📝 `internal/deployer/webhook.go` (+5 -3) ➕ `internal/domain/domains.go` (+20 -0) 📝 `internal/domains/deploy.go` (+7 -13) ➕ `migrations/1728778480_collections_snapshot.go` (+731 -0) ➕ `node_modules/.package-lock.json` (+16 -0) ➕ `node_modules/immer/LICENSE` (+21 -0) _...and 54 more files_ </details> ### 📄 Description _No description provided_ --- <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:33 +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#861
No description provided.