[PR #97] [MERGED] Add context support #148

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

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/97
Author: @jqueuniet
Created: 10/25/2023
Status: Merged
Merged: 10/25/2023
Merged by: @luthermonson

Base: mainHead: context


📝 Commits (2)

  • e23a9de Add context support
  • b660812 Merge branch 'main' into context

📊 Changes

22 files changed (+452 additions, -384 deletions)

View changed files

📝 README.md (+8 -2)
📝 access.go (+51 -50)
📝 access_test.go (+48 -28)
📝 cluster.go (+7 -6)
📝 cluster_firewall.go (+17 -16)
📝 cluster_test.go (+11 -7)
📝 containers.go (+13 -12)
📝 nodes.go (+56 -55)
📝 nodes_network.go (+18 -15)
📝 nodes_network_test.go (+9 -4)
📝 nodes_test.go (+7 -4)
📝 pools.go (+11 -10)
📝 pools_test.go (+10 -7)
📝 proxmox.go (+18 -17)
📝 proxmox_test.go (+8 -6)
📝 storage.go (+22 -21)
📝 tasks.go (+21 -20)
📝 tests/integration/cluster_test.go (+10 -7)
📝 tests/integration/proxmox_test.go (+10 -6)
📝 types.go (+2 -0)

...and 2 more files

📄 Description

Add context support across the whole API using a first argument design.


🔄 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/97 **Author:** [@jqueuniet](https://github.com/jqueuniet) **Created:** 10/25/2023 **Status:** ✅ Merged **Merged:** 10/25/2023 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `context` --- ### 📝 Commits (2) - [`e23a9de`](https://github.com/luthermonson/go-proxmox/commit/e23a9dee3d431e02ae22e609a875c15abb959749) Add context support - [`b660812`](https://github.com/luthermonson/go-proxmox/commit/b6608125e419a582452d741451430a4eae207bb0) Merge branch 'main' into context ### 📊 Changes **22 files changed** (+452 additions, -384 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -2) 📝 `access.go` (+51 -50) 📝 `access_test.go` (+48 -28) 📝 `cluster.go` (+7 -6) 📝 `cluster_firewall.go` (+17 -16) 📝 `cluster_test.go` (+11 -7) 📝 `containers.go` (+13 -12) 📝 `nodes.go` (+56 -55) 📝 `nodes_network.go` (+18 -15) 📝 `nodes_network_test.go` (+9 -4) 📝 `nodes_test.go` (+7 -4) 📝 `pools.go` (+11 -10) 📝 `pools_test.go` (+10 -7) 📝 `proxmox.go` (+18 -17) 📝 `proxmox_test.go` (+8 -6) 📝 `storage.go` (+22 -21) 📝 `tasks.go` (+21 -20) 📝 `tests/integration/cluster_test.go` (+10 -7) 📝 `tests/integration/proxmox_test.go` (+10 -6) 📝 `types.go` (+2 -0) _...and 2 more files_ </details> ### 📄 Description Add context support across the whole API using a first argument design. --- <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:25 +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#148
No description provided.