[PR #16] [MERGED] getting uploads and tasks to semi function #77

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

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/16
Author: @luthermonson
Created: 1/1/2022
Status: Merged
Merged: 1/2/2022
Merged by: @luthermonson

Base: mainHead: uploads


📝 Commits (1)

  • 8dae82b getting uploads and tasks to semi function

📊 Changes

10 files changed (+666 additions, -88 deletions)

View changed files

📝 go.mod (+5 -1)
📝 go.sum (+54 -2)
📝 proxmox.go (+120 -51)
📝 proxmox_test.go (+74 -0)
📝 storage.go (+44 -5)
📝 storage_test.go (+28 -3)
tasks.go (+132 -0)
tasks_test.go (+91 -0)
📝 types.go (+112 -21)
📝 virtual_machines.go (+6 -5)

📄 Description

This gets the following semi functional

  • convert a upid to a task and wait on it to complete
  • iso uploads working via download url and multipart/form-data POST

🔄 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/16 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 1/1/2022 **Status:** ✅ Merged **Merged:** 1/2/2022 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `uploads` --- ### 📝 Commits (1) - [`8dae82b`](https://github.com/luthermonson/go-proxmox/commit/8dae82bd39cd86fa7497247f9a0715f5e77c9c83) getting uploads and tasks to semi function ### 📊 Changes **10 files changed** (+666 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+5 -1) 📝 `go.sum` (+54 -2) 📝 `proxmox.go` (+120 -51) 📝 `proxmox_test.go` (+74 -0) 📝 `storage.go` (+44 -5) 📝 `storage_test.go` (+28 -3) ➕ `tasks.go` (+132 -0) ➕ `tasks_test.go` (+91 -0) 📝 `types.go` (+112 -21) 📝 `virtual_machines.go` (+6 -5) </details> ### 📄 Description This gets the following semi functional * convert a upid to a task and wait on it to complete * iso uploads working via download url and multipart/form-data POST --- <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:05 +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#77
No description provided.