mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-26 07:55:50 +03:00
[PR #534] [MERGED] Add Group to new client #534
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#534
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/534
Author: @Tinyblargon
Created: 12/29/2025
Status: ✅ Merged
Merged: 12/29/2025
Merged by: @Tinyblargon
Base:
master← Head:#483-group📝 Commits (4)
df50017feat: Add group to new Clientce48100perf: store token name when possible2390ad9refactor: fix typo in test nameeb20c2drefactor: fix typo in test name📊 Changes
31 files changed (+2608 additions, -882 deletions)
View changed files
📝
cli/command/delete/delete-group.go(+2 -5)📝
cli/command/delete/delete.go(+1 -1)📝
cli/command/get/get-group.go(+2 -5)📝
cli/command/get/get.go(+3 -1)📝
cli/command/list/list-groups.go(+14 -12)📝
cli/command/member/group/add-users.go(+6 -8)📝
cli/command/member/group/remove-users.go(+6 -8)📝
cli/command/member/group/set-users.go(+8 -9)📝
cli/command/set/set-group.go(+3 -4)📝
internal/array/array.go(+79 -1)➕
internal/array/array_test.go(+175 -0)📝
internal/mockServer/requests.go(+17 -4)📝
proxmox/client.go(+1 -0)📝
proxmox/client__api.go(+4 -0)📝
proxmox/client__new.go(+2 -1)📝
proxmox/config__apiToken.go(+11 -10)📝
proxmox/config__apiToken_test.go(+8 -7)📝
proxmox/config__group.go(+434 -229)📝
proxmox/config__group_test.go(+974 -422)📝
proxmox/config__user.go(+49 -69)...and 11 more files
📄 Description
Re implements the group handling functionality in the New client interface.
Related to #483
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.