mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #457] [MERGED] feat: RawConfigUser #489
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#489
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/457
Author: @Tinyblargon
Created: 9/14/2025
Status: ✅ Merged
Merged: 9/14/2025
Merged by: @Tinyblargon
Base:
master← Head:rawConfigUser📝 Commits (4)
38765a5feat:RawConfigUser9a94cearefactor: implementrawConfigUser958938eDeprecateClient.GetPoolInfoeba77f7refactor: 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
RawConfigUserand it's mock.Deprecates
Client.GetPoolInfo.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.