[PR #64] [MERGED] move mock config, add /nodes #118

Closed
opened 2026-03-03 15:30:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/64
Author: @luthermonson
Created: 6/5/2023
Status: Merged
Merged: 6/5/2023
Merged by: @luthermonson

Base: mainHead: mock-fix


📝 Commits (1)

  • 4207bfa move mock config, add /nodes

📊 Changes

13 files changed (+185 additions, -158 deletions)

View changed files

nodes_test.go (+22 -0)
📝 proxmox.go (+9 -9)
📝 proxmox_test.go (+17 -32)
tests/mocks/config/main.go (+9 -0)
📝 tests/mocks/main.go (+15 -8)
📝 tests/mocks/pve6x/proxmox.go (+3 -7)
📝 tests/mocks/pve7x/access.go (+4 -8)
tests/mocks/pve7x/nodes.go (+78 -0)
📝 tests/mocks/pve7x/proxmox.go (+5 -55)
📝 tests/mocks/pve7x/version.go (+22 -5)
tests/mocks/types/types.go (+0 -19)
tests/mocks/versions.go (+0 -15)
📝 types.go (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/luthermonson/go-proxmox/pull/64 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 6/5/2023 **Status:** ✅ Merged **Merged:** 6/5/2023 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `mock-fix` --- ### 📝 Commits (1) - [`4207bfa`](https://github.com/luthermonson/go-proxmox/commit/4207bfadd13ac6c285d58f7a037484af6dd1114b) move mock config, add /nodes ### 📊 Changes **13 files changed** (+185 additions, -158 deletions) <details> <summary>View changed files</summary> ➕ `nodes_test.go` (+22 -0) 📝 `proxmox.go` (+9 -9) 📝 `proxmox_test.go` (+17 -32) ➕ `tests/mocks/config/main.go` (+9 -0) 📝 `tests/mocks/main.go` (+15 -8) 📝 `tests/mocks/pve6x/proxmox.go` (+3 -7) 📝 `tests/mocks/pve7x/access.go` (+4 -8) ➕ `tests/mocks/pve7x/nodes.go` (+78 -0) 📝 `tests/mocks/pve7x/proxmox.go` (+5 -55) 📝 `tests/mocks/pve7x/version.go` (+22 -5) ➖ `tests/mocks/types/types.go` (+0 -19) ➖ `tests/mocks/versions.go` (+0 -15) 📝 `types.go` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:30:16 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-proxmox#118
No description provided.