mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-26 07:55:50 +03:00
[PR #456] [MERGED] refactor: GuestType #485
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#485
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/456
Author: @Tinyblargon
Created: 9/9/2025
Status: ✅ Merged
Merged: 9/9/2025
Merged by: @Tinyblargon
Base:
master← Head:guest-type📝 Commits (3)
ae4a5f3refactor:GuestType302ffcdfix: vmRef misused for passing nodeaae9ef6docs: explainGuestType📊 Changes
17 files changed (+166 additions, -54 deletions)
View changed files
📝
cli/command/get/guest/get-guest-config.go(+2 -2)📝
main.go(+2 -2)📝
proxmox/client.go(+14 -18)📝
proxmox/client__api.go(+1 -1)📝
proxmox/config__guest.go(+41 -6)📝
proxmox/config__guest__resource.go(+7 -2)📝
proxmox/config__guest__resource_test.go(+1 -1)📝
proxmox/config__guest_test.go(+76 -0)📝
proxmox/config__lxc.go(+2 -2)📝
proxmox/config__lxc__new.go(+1 -1)📝
proxmox/config__qemu.go(+4 -4)📝
proxmox/snapshot.go(+5 -5)📝
proxmox/vmref.go(+6 -6)📝
test/api/CloudInit/shared_test.go(+1 -1)📝
test/api/Lxc/shared_test.go(+1 -1)📝
test/api/Qemu/qemu_clone_test.go(+1 -1)📝
test/api/Qemu/shared_test.go(+1 -1)📄 Description
Use an enum instead of a string for
GuestType.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.