mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #696] [MERGED] feat: backend support for ratpanel #1015
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#1015
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/696
Author: @devhaozi
Created: 5/16/2025
Status: ✅ Merged
Merged: 5/16/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (3)
bd4aa48feat: backend support for ratpanel8014abcfeat: add test cases871d3ecfix: test case📊 Changes
10 files changed (+589 additions, -0 deletions)
View changed files
📝
internal/deployer/providers.go(+34 -0)📝
internal/domain/access.go(+7 -0)📝
internal/domain/provider.go(+3 -0)➕
internal/pkg/core/deployer/providers/ratpanel-console/ratpanel_console.go(+93 -0)➕
internal/pkg/core/deployer/providers/ratpanel-console/ratpanel_console_test.go(+76 -0)➕
internal/pkg/core/deployer/providers/ratpanel-site/ratpanel_site.go(+100 -0)➕
internal/pkg/core/deployer/providers/ratpanel-site/ratpanel_site_test.go(+81 -0)➕
internal/pkg/sdk3rd/ratpanel/api.go(+15 -0)➕
internal/pkg/sdk3rd/ratpanel/client.go(+145 -0)➕
internal/pkg/sdk3rd/ratpanel/models.go(+35 -0)📄 Description
close #694
后端单测已通过
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.