[PR #30] [MERGED] Autosnap #81

Closed
opened 2026-02-26 17:37:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Corsinvest/cv4pve-admin/pull/30
Author: @franklupo
Created: 6/7/2023
Status: Merged
Merged: 6/7/2023
Merged by: @franklupo

Base: mainHead: autosnap


📝 Commits (4)

📊 Changes

12 files changed (+388 additions, -158 deletions)

View changed files

src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Hooks.razor (+126 -0)
src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Hooks.razor.cs (+53 -0)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor (+66 -48)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor.cs (+15 -39)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Status.razor.cs (+1 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Helper.cs (+36 -27)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Models/AutoSnapJobHook.cs (+4 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Repository/AutoSnapJobSpec.cs (+7 -11)
📝 src/Corsinvest.ProxmoxVE.Admin.Core/Extensions/JobExtension.cs (+3 -0)
src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/modules/autosnap/modules-safe-autosnap-hook-conf.png (+0 -0)
📝 src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.html (+54 -22)
📝 src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/module-safe.adoc (+23 -9)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Corsinvest/cv4pve-admin/pull/30 **Author:** [@franklupo](https://github.com/franklupo) **Created:** 6/7/2023 **Status:** ✅ Merged **Merged:** 6/7/2023 **Merged by:** [@franklupo](https://github.com/franklupo) **Base:** `main` ← **Head:** `autosnap` --- ### 📝 Commits (4) - [`09012d8`](https://github.com/Corsinvest/cv4pve-admin/commit/09012d8b324206b1b7ccf486f5f6a1a09c274511) Add hook support - [`a7f493b`](https://github.com/Corsinvest/cv4pve-admin/commit/a7f493b611ab6a0ca7477144732ca0eab7ecdd90) Add doc - [`5a53721`](https://github.com/Corsinvest/cv4pve-admin/commit/5a53721886f52ebcc273cd1a55315471bf8ebc00) Improve hook - [`44c76fe`](https://github.com/Corsinvest/cv4pve-admin/commit/44c76fe773c542f4b64423253eb976716e90180e) Fix doc ### 📊 Changes **12 files changed** (+388 additions, -158 deletions) <details> <summary>View changed files</summary> ➕ `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Hooks.razor` (+126 -0) ➕ `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Hooks.razor.cs` (+53 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor` (+66 -48) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Jobs.razor.cs` (+15 -39) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Components/Status.razor.cs` (+1 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Helper.cs` (+36 -27) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Models/AutoSnapJobHook.cs` (+4 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.AutoSnap/Repository/AutoSnapJobSpec.cs` (+7 -11) 📝 `src/Corsinvest.ProxmoxVE.Admin.Core/Extensions/JobExtension.cs` (+3 -0) ➕ `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/images/screenshot/modules/autosnap/modules-safe-autosnap-hook-conf.png` (+0 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.html` (+54 -22) 📝 `src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/module-safe.adoc` (+23 -9) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 17:37:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cv4pve-admin#81
No description provided.