mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #95] [MERGED] fix node network deserialization #145
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#145
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/luthermonson/go-proxmox/pull/95
Author: @simplysoft
Created: 10/15/2023
Status: ✅ Merged
Merged: 10/17/2023
Merged by: @luthermonson
Base:
main← Head:fix/node-networks📝 Commits (1)
50cd9d4fix node network deserialization📊 Changes
6 files changed (+210 additions, -4 deletions)
View changed files
📝
nodes_network_test.go(+29 -1)📝
tests/mocks/main.go(+6 -0)📝
tests/mocks/pve7x/nodes.go(+58 -0)➕
tests/mocks/pve8x/nodes.go(+109 -0)➕
tests/mocks/pve8x/proxmox.go(+5 -0)📝
types.go(+3 -3)📄 Description
& test fixtures / mocks for PVE 7.3.3 and 8.0.4
it looks like PVE is not fully adhering to what is specified in their rest api documentation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.