mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #540] [MERGED] Reimplement snapshot #540
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#540
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/Telmate/proxmox-api-go/pull/540
Author: @Tinyblargon
Created: 2/1/2026
Status: ✅ Merged
Merged: 2/1/2026
Merged by: @Tinyblargon
Base:
master← Head:#527📝 Commits (5)
2666fe5refactor: Snapshots5bb56f1feat: add iteratore99c72ffeat: SelectSnapshotc082a71fix: Remove globalDebugstate3bd4576fix: typos📊 Changes
52 files changed (+2823 additions, -395 deletions)
View changed files
📝
.gitignore(+3 -1)📝
Makefile(+3 -1)📝
cli/cobra.go(+1 -1)📝
cli/command/list/list-snapshots.go(+72 -12)📝
internal/mockServer/requests.go(+10 -0)📝
main.go(+4 -4)📝
proxmox/client.go(+4 -2)📝
proxmox/client__api.go(+1 -2)📝
proxmox/client__api__reusable.go(+92 -40)📝
proxmox/client__new.go(+1 -0)📝
proxmox/error.go(+9 -0)📝
proxmox/helper_test.go(+1 -1)📝
proxmox/session.go(+6 -7)📝
proxmox/snapshot.go(+561 -95)📝
proxmox/snapshot_test.go(+1579 -193)📝
proxmox/staticcheck.go(+1 -1)📝
test/api/ApiToken/create_token_test.go(+2 -2)📝
test/api/ApiToken/delete_token_test.go(+1 -1)📝
test/api/ApiToken/exists_token_test.go(+1 -1)📝
test/api/ApiToken/list_token_test.go(+1 -1)...and 32 more files
📄 Description
Fully re-implemented snapshot functionality.
Releated to #527
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.