[PR #457] [MERGED] feat: RawConfigUser #489

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

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/457
Author: @Tinyblargon
Created: 9/14/2025
Status: Merged
Merged: 9/14/2025
Merged by: @Tinyblargon

Base: masterHead: rawConfigUser


📝 Commits (4)

  • 38765a5 feat: RawConfigUser
  • 9a94cea refactor: implement rawConfigUser
  • 958938e Deprecate Client.GetPoolInfo
  • eba77f7 refactor: don't use deprecated code

📊 Changes

13 files changed (+327 additions, -215 deletions)

View changed files

📝 cli/command/get/get.go (+25 -6)
📝 main.go (+5 -3)
📝 proxmox/client.go (+1 -1)
📝 proxmox/client__api.go (+5 -0)
📝 proxmox/client__api__mock.go (+8 -0)
📝 proxmox/client__new.go (+2 -0)
📝 proxmox/client__new__mock.go (+9 -0)
📝 proxmox/config__user.go (+110 -38)
proxmox/config__user__mock.go (+89 -0)
📝 proxmox/config__user_test.go (+57 -158)
📝 test/api/Authentication/authentication_apikey_test.go (+2 -1)
📝 test/api/Pool/pool_create_destroy_test.go (+2 -2)
📝 test/api/UserManagement/create_token_test.go (+12 -6)

📄 Description

Implements RawConfigUser and it's mock.
Deprecates Client.GetPoolInfo.


🔄 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/457 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 9/14/2025 **Status:** ✅ Merged **Merged:** 9/14/2025 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `rawConfigUser` --- ### 📝 Commits (4) - [`38765a5`](https://github.com/Telmate/proxmox-api-go/commit/38765a5ea499e0ab943111c66e863f6dbe51bfa4) feat: `RawConfigUser` - [`9a94cea`](https://github.com/Telmate/proxmox-api-go/commit/9a94cea8896a5be6a3f6354a88bf42d850367b1b) refactor: implement `rawConfigUser` - [`958938e`](https://github.com/Telmate/proxmox-api-go/commit/958938edf55418fa021b90db73eafe63371886e7) Deprecate `Client.GetPoolInfo` - [`eba77f7`](https://github.com/Telmate/proxmox-api-go/commit/eba77f73014c4a9cc0c34a87a385f286e8a8e375) refactor: don't use deprecated code ### 📊 Changes **13 files changed** (+327 additions, -215 deletions) <details> <summary>View changed files</summary> 📝 `cli/command/get/get.go` (+25 -6) 📝 `main.go` (+5 -3) 📝 `proxmox/client.go` (+1 -1) 📝 `proxmox/client__api.go` (+5 -0) 📝 `proxmox/client__api__mock.go` (+8 -0) 📝 `proxmox/client__new.go` (+2 -0) 📝 `proxmox/client__new__mock.go` (+9 -0) 📝 `proxmox/config__user.go` (+110 -38) ➕ `proxmox/config__user__mock.go` (+89 -0) 📝 `proxmox/config__user_test.go` (+57 -158) 📝 `test/api/Authentication/authentication_apikey_test.go` (+2 -1) 📝 `test/api/Pool/pool_create_destroy_test.go` (+2 -2) 📝 `test/api/UserManagement/create_token_test.go` (+12 -6) </details> ### 📄 Description Implements `RawConfigUser` and it's mock. Deprecates `Client.GetPoolInfo`. --- <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:23 +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#489
No description provided.