[PR #432] [MERGED] Session refactor #467

Closed
opened 2026-02-28 00:42:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/432
Author: @angyaljanos
Created: 6/21/2025
Status: Merged
Merged: 6/23/2025
Merged by: @Tinyblargon

Base: masterHead: session_refactor


📝 Commits (3)

📊 Changes

6 files changed (+184 additions, -214 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 proxmox/client.go (+138 -138)
📝 proxmox/config_qemu.go (+1 -1)
📝 proxmox/node.go (+2 -2)
📝 proxmox/session.go (+40 -71)
📝 proxmox/session_test.go (+2 -2)

📄 Description

As we discussed in #379
Also added idea files to ignore
@Tinyblargon can you have a llook?


🔄 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/Telmate/proxmox-api-go/pull/432 **Author:** [@angyaljanos](https://github.com/angyaljanos) **Created:** 6/21/2025 **Status:** ✅ Merged **Merged:** 6/23/2025 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `session_refactor` --- ### 📝 Commits (3) - [`801d74e`](https://github.com/Telmate/proxmox-api-go/commit/801d74e10f625a0f17163641a79360f351394804) ignore Jetbrains IDE files - [`b78c6a2`](https://github.com/Telmate/proxmox-api-go/commit/b78c6a2307e2da582bb609416c1cc103b7a2cf85) Refactor: make everything private #379 - [`1aa87e8`](https://github.com/Telmate/proxmox-api-go/commit/1aa87e84f8eb71605c690be29c713bfda3d4f5f7) Removed unused references ### 📊 Changes **6 files changed** (+184 additions, -214 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `proxmox/client.go` (+138 -138) 📝 `proxmox/config_qemu.go` (+1 -1) 📝 `proxmox/node.go` (+2 -2) 📝 `proxmox/session.go` (+40 -71) 📝 `proxmox/session_test.go` (+2 -2) </details> ### 📄 Description As we discussed in #379 Also added idea files to ignore @Tinyblargon can you have a llook? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:42:18 +03:00
Sign in to join this conversation.
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/proxmox-api-go#467
No description provided.