[PR #1195] [MERGED] feat: add fly.io deployer plugin #1167

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/1195
Author: @ZeroClover
Created: 2/15/2026
Status: Merged
Merged: 2/28/2026
Merged by: @fudiwei

Base: mainHead: feat/flyio-deployer


📝 Commits (2)

📊 Changes

20 files changed (+497 additions, -0 deletions)

View changed files

internal/certmgmt/deployers/sp_flyio.go (+26 -0)
📝 internal/domain/access.go (+4 -0)
📝 internal/domain/provider.go (+2 -0)
pkg/core/deployer/providers/flyio/flyio.go (+82 -0)
pkg/core/deployer/providers/flyio/flyio_test.go (+75 -0)
pkg/sdk3rd/flyio/api_import_custom_certificate.go (+56 -0)
pkg/sdk3rd/flyio/client.go (+89 -0)
pkg/sdk3rd/flyio/types.go (+19 -0)
ui/public/imgs/providers/flyio.svg (+1 -0)
📝 ui/src/components/access/forms/AccessConfigFieldsProvider.tsx (+2 -0)
ui/src/components/access/forms/AccessConfigFieldsProviderFlyIO.tsx (+52 -0)
📝 ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProvider.tsx (+2 -0)
ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProviderFlyIO.tsx (+65 -0)
📝 ui/src/domain/provider.ts (+4 -0)
📝 ui/src/i18n/locales/en/nls.access.json (+3 -0)
📝 ui/src/i18n/locales/en/nls.provider.json (+1 -0)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+5 -0)
📝 ui/src/i18n/locales/zh/nls.access.json (+3 -0)
📝 ui/src/i18n/locales/zh/nls.provider.json (+1 -0)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+5 -0)

📄 Description

close #1194


🔄 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/1195 **Author:** [@ZeroClover](https://github.com/ZeroClover) **Created:** 2/15/2026 **Status:** ✅ Merged **Merged:** 2/28/2026 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `feat/flyio-deployer` --- ### 📝 Commits (2) - [`fa284a9`](https://github.com/certimate-go/certimate/commit/fa284a9cc9d14b3452cbb89ebe84d5153d818271) feat: add Fly.io certificate deployer plugin - [`8c89e78`](https://github.com/certimate-go/certimate/commit/8c89e78aab0b79f203b0144ef7e3c7c711fce20e) revise ### 📊 Changes **20 files changed** (+497 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `internal/certmgmt/deployers/sp_flyio.go` (+26 -0) 📝 `internal/domain/access.go` (+4 -0) 📝 `internal/domain/provider.go` (+2 -0) ➕ `pkg/core/deployer/providers/flyio/flyio.go` (+82 -0) ➕ `pkg/core/deployer/providers/flyio/flyio_test.go` (+75 -0) ➕ `pkg/sdk3rd/flyio/api_import_custom_certificate.go` (+56 -0) ➕ `pkg/sdk3rd/flyio/client.go` (+89 -0) ➕ `pkg/sdk3rd/flyio/types.go` (+19 -0) ➕ `ui/public/imgs/providers/flyio.svg` (+1 -0) 📝 `ui/src/components/access/forms/AccessConfigFieldsProvider.tsx` (+2 -0) ➕ `ui/src/components/access/forms/AccessConfigFieldsProviderFlyIO.tsx` (+52 -0) 📝 `ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProvider.tsx` (+2 -0) ➕ `ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProviderFlyIO.tsx` (+65 -0) 📝 `ui/src/domain/provider.ts` (+4 -0) 📝 `ui/src/i18n/locales/en/nls.access.json` (+3 -0) 📝 `ui/src/i18n/locales/en/nls.provider.json` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+5 -0) 📝 `ui/src/i18n/locales/zh/nls.access.json` (+3 -0) 📝 `ui/src/i18n/locales/zh/nls.provider.json` (+1 -0) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+5 -0) </details> ### 📄 Description close #1194 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:08:00 +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#1167
No description provided.