mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #106] [MERGED] Add local deployer #843
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#843
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/106
Author: @usual2970
Created: 9/26/2024
Status: ✅ Merged
Merged: 9/26/2024
Merged by: @usual2970
Base:
main← Head:feat/local_deploy📝 Commits (1)
2634789Add local deployer📊 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.