mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #184] [MERGED] feat: add huaweicloud provider #860
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#860
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/184
Author: @fudiwei
Created: 10/11/2024
Status: ✅ Merged
Merged: 10/11/2024
Merged by: @usual2970
Base:
main← Head:feat/huaweicloud📝 Commits (2)
a007c81feat: add huaweicloud providerad91703Merge branch 'main' into feat/huaweicloud📊 Changes
15 files changed (+980 additions, -228 deletions)
View changed files
📝
go.mod(+43 -43)📝
go.sum(+131 -105)📝
internal/applicant/applicant.go(+10 -7)➕
internal/applicant/huaweicloud.go(+35 -0)📝
internal/domain/access.go(+6 -0)➕
migrations/1728610007_updated_access.go(+92 -0)➕
ui/dist/assets/index-UdxlphxJ.js(+332 -0)➕
ui/dist/imgs/providers/huaweicloud.svg(+1 -0)📝
ui/dist/index.html(+15 -14)➕
ui/public/imgs/providers/huaweicloud.svg(+1 -0)📝
ui/src/components/certimate/AccessEdit.tsx(+45 -29)➕
ui/src/components/certimate/AccessHuaweicloudForm.tsx(+221 -0)📝
ui/src/domain/access.ts(+42 -30)📝
ui/src/i18n/locales/en.json(+3 -0)📝
ui/src/i18n/locales/zh.json(+3 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.