mirror of
https://github.com/ivenator1/proxmox-management.git
synced 2026-07-18 11:28:21 +08:00
[PR #22] [MERGED] Add feature enhancement roadmap (2 small / 2 medium / 2 large) #22
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ivenator1/proxmox-management#22
Loading…
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/ivenator1/proxmox-management/pull/22
Author: @ivenator1
Created: 6/11/2026
Status: ✅ Merged
Merged: 6/11/2026
Merged by: @ivenator1
Base:
testing← Head:claude/feature-enhancement-planning-i63dw2📝 Commits (10+)
5432589Merge pull request #19 from ivenator1/testing8c87c79fix: suppress NO SCRIPT from briefing when OS is also idle8cb2f24test: update no-update-script tests for NO SCRIPT + idle OS suppressionfacbd77fix: address code-review findings across driver, flows, window, and helpers8cb1a6eMerge pull request #21 from ivenator1/claude/code-review-8copts9aa962aAdd feature enhancement roadmap (2 small / 2 medium / 2 large)0150b47Add --history / --history-show CLI to view persisted runs (S1)916ff0fAdd generic webhook and Telegram notifier types (S2)71ea158Add --limit and --phases run targeting (M1)2927765Add PVE snapshot/rollback to the custom_update flow (M2, config v2)📊 Changes
48 files changed (+4259 additions, -193 deletions)
View changed files
📝
.github/workflows/ci.yml(+1 -0)📝
CLAUDE.md(+55 -10)📝
config_templates/custom_system.yml.example(+13 -0)➕
docs/FEATURE_ROADMAP.md(+183 -0)📝
fleet-update.py(+77 -25)📝
proxmox_fleet/cli.py(+155 -12)📝
proxmox_fleet/driver.py(+366 -76)📝
proxmox_fleet/executor.py(+1 -1)📝
proxmox_fleet/flows/custom.py(+81 -7)📝
proxmox_fleet/flows/lxc.py(+31 -12)📝
proxmox_fleet/flows/remote.py(+3 -1)📝
proxmox_fleet/flows/vm.py(+3 -1)📝
proxmox_fleet/history.py(+58 -1)📝
proxmox_fleet/inventory.py(+15 -0)➕
proxmox_fleet/lock.py(+120 -0)📝
proxmox_fleet/models/config.py(+25 -2)📝
proxmox_fleet/models/settings.py(+21 -0)📝
proxmox_fleet/notifiers.py(+35 -1)📝
proxmox_fleet/orchestration.py(+9 -2)➕
proxmox_fleet/scan.py(+372 -0)...and 28 more files
📄 Description
(PatchMon-style + community-script app versions), run history
browsing, and run triggering via the fleet-update CLI
https://claude.ai/code/session_01HASE4GGnyrVztYbWQaajdn
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[PR #22] Add feature enhancement roadmap (2 small / 2 medium / 2 large)to [PR #22] [MERGED] Add feature enhancement roadmap (2 small / 2 medium / 2 large)