mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #390] [MERGED] feat: new UI #935
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#935
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/390
Author: @fudiwei
Created: 12/22/2024
Status: ✅ Merged
Merged: 1/8/2025
Merged by: @usual2970
Base:
next← Head:feat/new-workflow-ui📝 Commits (10+)
09919cbfix(ui): couldn't save ssh keyd7e205afeat(ui): improve i18n695c991Merge branch 'next' into feat/new-workflow-ui984aae1chore: remove unused codecda5408chore(deps): upgrade npm dependenciesd7bff59chore(deps): upgrade gomod dependenciesd509445refactor: clean code9ef16ebrefactor: clean code586c7fafeat: create DNSProvider using independent config instead of envvar0556d68feat(ui): MultipleInput📊 Changes
357 files changed (+16508 additions, -15927 deletions)
View changed files
📝
.vscode/settings.json(+2 -1)📝
go.mod(+82 -83)📝
go.sum(+234 -207)📝
internal/app/app.go(+5 -0)📝
internal/app/scheduler.go(+3 -3)➕
internal/applicant/acme-ca.go(+38 -0)➕
internal/applicant/acme-user.go(+125 -0)➖
internal/applicant/aliyun.go(+0 -36)📝
internal/applicant/applicant.go(+79 -312)➖
internal/applicant/aws.go(+0 -39)➖
internal/applicant/cloudflare.go(+0 -36)➖
internal/applicant/godaddy.go(+0 -37)➖
internal/applicant/httpreq.go(+0 -38)➖
internal/applicant/huaweicloud.go(+0 -43)➖
internal/applicant/namedotcom.go(+0 -36)➖
internal/applicant/namesilo.go(+0 -36)➖
internal/applicant/pdns.go(+0 -36)➕
internal/applicant/providers.go(+199 -0)➖
internal/applicant/tencent.go(+0 -37)➖
internal/applicant/volcengine.go(+0 -35)...and 80 more files
📄 Description
继 #366 #375,该 PR 包含以下内容变更:
Id结尾,避免因通过 Record 或 map 等数据结构传递参数时因缺少上下文而产生歧义(例如之前某access字段,在不同的上下文中可能分别表示为 ① 一个 Access 的 ID、② 一个 Access 的 Config 字符串、③ 一个 Access 对象)。BREAKING CHANGES
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.