mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #640] [MERGED] field type conversion #1001
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#1001
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/640
Author: @fudiwei
Created: 4/22/2025
Status: ✅ Merged
Merged: 4/22/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (10+)
ecff16cchore: improve error messages2899aa1feat: set placeholder values in preset scriptscedbaf7Merge branch 'usual2970:main' into mainabe755cMerge branch 'usual2970:main' into main363e23dMerge branch 'usual2970:main' into maine0fad9dMerge branch 'main' of https://github.com/fudiwei/certimate56405efchore(deps): upgrade npm dependenciesefd8135chore(deps): upgrade gomod dependencies3febc53feat: change fieldprovider's type of tableaccess94f162cMerge branch 'sync-upstream'📊 Changes
26 files changed (+1172 additions, -852 deletions)
View changed files
📝
go.mod(+67 -67)📝
go.sum(+153 -152)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/baiducloud/internal/lego.go(+2 -2)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/cmcccloud/internal/lego.go(+33 -22)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/dnsla/internal/lego.go(+2 -2)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/dynv6/internal/lego.go(+2 -2)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/gname/internal/lego.go(+2 -2)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/jdcloud/internal/lego.go(+2 -2)📝
internal/pkg/core/deployer/providers/azure-keyvault/azure_keyvault.go(+1 -1)📝
internal/pkg/core/deployer/providers/huaweicloud-cdn/huaweicloud_cdn.go(+8 -8)📝
internal/pkg/core/deployer/providers/huaweicloud-elb/huaweicloud_elb.go(+6 -6)📝
internal/pkg/core/deployer/providers/huaweicloud-waf/huaweicloud_waf.go(+13 -13)📝
internal/pkg/core/deployer/providers/wangsu-cdnpro/wangsu_cdnpro.go(+14 -15)📝
internal/pkg/core/uploader/providers/azure-keyvault/azure_keyvault.go(+12 -12)📝
internal/pkg/core/uploader/providers/huaweicloud-elb/huaweicloud_elb.go(+6 -6)📝
internal/pkg/core/uploader/providers/huaweicloud-scm/huaweicloud_scm.go(+5 -5)📝
internal/pkg/core/uploader/providers/huaweicloud-waf/huaweicloud_waf.go(+3 -3)➖
internal/pkg/sdk3rd/huaweicloud/cast.go(+0 -9)📝
internal/pkg/utils/type/assert.go(+0 -26)➕
internal/pkg/utils/type/cast.go(+27 -0)...and 6 more files
📄 Description
该 PR 包含以下内容变更:
access的字段provider的数据库约束。关闭 #635🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.