mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #371] [MERGED] Rework: qemu usb #425
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#425
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/371
Author: @Tinyblargon
Created: 11/3/2024
Status: ✅ Merged
Merged: 11/3/2024
Merged by: @Tinyblargon
Base:
master← Head:rework-qemu-usb📝 Commits (6)
ac9bbfarefactor: changeif elsewithswitchcasee2a435afeat: addQemuUSBsto API84667cbfeat: addQemuUSBsto SDKfaf73a4feat: addQemuUSBsValidate07ebfb7chore: wildcard for go coverage filesd771101chore: remove unused code📊 Changes
9 files changed (+1203 additions, -58 deletions)
View changed files
📝
.gitignore(+2 -2)📝
proxmox/config_qemu.go(+15 -51)📝
proxmox/config_qemu_cloudinit.go(+5 -5)📝
proxmox/config_qemu_test.go(+361 -0)➕
proxmox/config_qemu_usb.go(+417 -0)➕
proxmox/config_qemu_usb_test.go(+191 -0)➕
proxmox/resource_mapping.go(+41 -0)➕
proxmox/resource_mapping_test.go(+40 -0)➕
test/data/test_data_resourcemapping/type_ResourceMappingUsbID.go(+131 -0)📄 Description
Rework how USB devices work.
QemuDevicestype and adds theQemuUSBstype.100% code coverage.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.