mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #349] [MERGED] Overhaul: Memory #408
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#408
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/349
Author: @Tinyblargon
Created: 7/27/2024
Status: ✅ Merged
Merged: 7/27/2024
Merged by: @Tinyblargon
Base:
master← Head:memory📝 Commits (6)
603a2c5test: add baseConfig for memory3a5fe97refactor: sort alphabeticallye4dc5carefactor: addbaseConfigf1d62eefeat: int & uint parsers4098fd3feat: memory mappingb6d5422feat: memory validator📊 Changes
9 files changed (+1578 additions, -886 deletions)
View changed files
📝
.github/workflows/go.yml(+1 -1)➕
internal/parse/parse.go(+31 -0)➕
internal/parse/parse_test.go(+79 -0)📝
proxmox/config_qemu.go(+34 -39)➕
proxmox/config_qemu_memory.go(+165 -0)➕
proxmox/config_qemu_memory_test.go(+221 -0)📝
proxmox/config_qemu_test.go(+1045 -844)📝
test/api/CloudInit/shared_test.go(+1 -1)📝
test/api/Qemu/shared_test.go(+1 -1)📄 Description
QemuMemoryPR is so big due to unit-test refactoring.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.