mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #12] [MERGED] Add qiniu deployer #830
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#830
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/12
Author: @usual2970
Created: 9/5/2024
Status: ✅ Merged
Merged: 9/5/2024
Merged by: @usual2970
Base:
main← Head:feat/qiniu📝 Commits (2)
e244d6eAdd qiniu deployerabc6ea1Add qiniu deployer📊 Changes
15 files changed (+631 additions, -561 deletions)
View changed files
📝
go.mod(+2 -0)📝
go.sum(+43 -0)📝
internal/deployer/deployer.go(+3 -4)➕
internal/deployer/qiniu.go(+208 -0)➕
internal/deployer/qiniu_test.go(+86 -0)📝
internal/domain/access.go(+5 -0)📝
internal/utils/http/http.go(+19 -6)➖
migrations/1724943694_collections_snapshot.go(+0 -504)📝
migrations/1725503354_collections_snapshot.go(+8 -6)📝
ui/dist/assets/index-CMS-AsEx.js(+38 -38)📝
ui/dist/index.html(+1 -1)📝
ui/src/components/certimate/AccessEdit.tsx(+13 -1)➕
ui/src/components/certimate/AccessQiniuForm.tsx(+195 -0)📝
ui/src/domain/access.ts(+9 -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.