mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #272] [CLOSED] Bug fix: ConfigQemu. Node, Pool, VmID #360
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#360
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/272
Author: @Tinyblargon
Created: 7/14/2023
Status: ❌ Closed
Base:
master← Head:BugFix-Qemu-Pool📝 Commits (3)
f5eb43drefactor: update test to improve readability761523atest: added forNode,Pool,VmIDa752d22fix:Node,Pool,VmIDare never set📊 Changes
2 files changed (+2112 additions, -2047 deletions)
View changed files
📝
proxmox/config_qemu.go(+8 -2)📝
proxmox/config_qemu_test.go(+2104 -2045)📄 Description
Noticed that #255 broke
ConfigQemu.Node,Pool,VmIDWork Done:
a752d2201e761523a724f5eb43dfad. The change was nesting all existing Disk tests into an array item so each top level parameter inConfigQemuhas it's own array entry. This way the item containing the Disk tasks can be collapsed making the test more readable.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.