mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 12:55:57 +03:00
[PR #77] [MERGED] Refactor subscription #109
Labels
No labels
bug
bug
enhancement
feedback
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-admin#109
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/Corsinvest/cv4pve-admin/pull/77
Author: @franklupo
Created: 8/4/2023
Status: ✅ Merged
Merged: 8/4/2023
Merged by: @franklupo
Base:
main← Head:main📝 Commits (3)
ddd925aImprove codeb6b8542Refactor subscription33a2287Merge branch 'Corsinvest:main' into main📊 Changes
36 files changed (+527 additions, -273 deletions)
View changed files
📝
cmd/doc-utils.ps1(+5 -5)📝
cmd/docker-utils.ps1(+3 -3)📝
src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Hooks.razor.cs(+3 -3)📝
src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Repository/AutoSnapJobSpec.cs(+2 -2)📝
src/Corsinvest.ProxmoxVE.Admin.ClusterStatus/Components/WidgetInfo/RenderWidgetInfoClusterStatus.razor(+3 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Corsinvest.ProxmoxVE.Admin.Core.csproj(+2 -2)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Helpers/PveAdminHelper.cs(+38 -46)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Services/IPveClientService.cs(+4 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Services/PveClientService.cs(+59 -3)➖
src/Corsinvest.ProxmoxVE.Admin.Core/Subscription/RenderIndex.razor(+0 -90)➖
src/Corsinvest.ProxmoxVE.Admin.Core/Subscription/SubscriptionService.cs(+0 -49)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Support/Buy/Module.cs(+29 -0)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Support/RequestSupport/Module.cs(+30 -0)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Support/RequestSupport/RenderSupport.razor(+47 -0)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Support/RequestSupport/RenderSupport.razor.cs(+29 -0)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Support/Subscription/Helper.cs(+76 -0)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Support/Subscription/Info.cs(+1 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Support/Subscription/Module.cs(+7 -11)➕
src/Corsinvest.ProxmoxVE.Admin.Core/Support/Subscription/RenderIndex.razor(+102 -0)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Support/Subscription/RenderIndex.razor.cs(+8 -21)...and 16 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.