[PR #106] [MERGED] Add local deployer #843

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/106
Author: @usual2970
Created: 9/26/2024
Status: Merged
Merged: 9/26/2024
Merged by: @usual2970

Base: mainHead: feat/local_deploy


📝 Commits (1)

📊 Changes

12 files changed (+1117 additions, -35 deletions)

View changed files

📝 internal/deployer/deployer.go (+4 -0)
internal/deployer/local.go (+106 -0)
📝 internal/domain/access.go (+1 -0)
migrations/1727341442_collections_snapshot.go (+706 -0)
📝 ui/dist/assets/index-CnO7gXFE.js (+33 -33)
ui/dist/imgs/providers/local.svg (+10 -0)
📝 ui/dist/index.html (+1 -1)
ui/public/imgs/providers/local.svg (+10 -0)
📝 ui/src/components/certimate/AccessEdit.tsx (+11 -0)
ui/src/components/certimate/AccessLocalForm.tsx (+223 -0)
📝 ui/src/domain/access.ts (+11 -1)
📝 ui/src/domain/domain.ts (+1 -0)

📄 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/106 **Author:** [@usual2970](https://github.com/usual2970) **Created:** 9/26/2024 **Status:** ✅ Merged **Merged:** 9/26/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/local_deploy` --- ### 📝 Commits (1) - [`2634789`](https://github.com/certimate-go/certimate/commit/2634789769cf4f775d0d337b9442c4f9f57cf01d) Add local deployer ### 📊 Changes **12 files changed** (+1117 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `internal/deployer/deployer.go` (+4 -0) ➕ `internal/deployer/local.go` (+106 -0) 📝 `internal/domain/access.go` (+1 -0) ➕ `migrations/1727341442_collections_snapshot.go` (+706 -0) 📝 `ui/dist/assets/index-CnO7gXFE.js` (+33 -33) ➕ `ui/dist/imgs/providers/local.svg` (+10 -0) 📝 `ui/dist/index.html` (+1 -1) ➕ `ui/public/imgs/providers/local.svg` (+10 -0) 📝 `ui/src/components/certimate/AccessEdit.tsx` (+11 -0) ➕ `ui/src/components/certimate/AccessLocalForm.tsx` (+223 -0) 📝 `ui/src/domain/access.ts` (+11 -1) 📝 `ui/src/domain/domain.ts` (+1 -0) </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:28 +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#843
No description provided.