[PR #113] [MERGED] Add Tasks tools #177

Closed
opened 2026-02-27 15:46:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/proxmoxer/proxmoxer/pull/113
Author: @jhollowe
Created: 10/6/2022
Status: Merged
Merged: 10/26/2022
Merged by: @jhollowe

Base: developHead: add-tools-task


📝 Commits (4)

  • 63dccd4 Add Tasks tools
  • 6e99913 Fix polling test timing
  • 67695b8 Fix and add tasks tools tests
  • 769f2a4 Fix documentation comment left as default

📊 Changes

10 files changed (+394 additions, -4 deletions)

View changed files

proxmoxer/tools/__init__.py (+6 -0)
proxmoxer/tools/tasks.py (+80 -0)
📝 setup.py (+1 -1)
tests/__init__.py (+0 -0)
📝 tests/api_mock.py (+76 -0)
📝 tests/test_command_base.py (+2 -1)
📝 tests/test_core.py (+5 -1)
📝 tests/test_https.py (+5 -1)
tests/tools/__init__.py (+0 -0)
tests/tools/test_tasks.py (+219 -0)

📄 Description

  • Added the "tools" subpackage which will include utility classes for common use cases of proxmoxer
  • Added "Tasks" tools to support easily interacting with Proxmox tasks and UPIDs
  • Added tests for "Tasks" tools

🔄 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/proxmoxer/proxmoxer/pull/113 **Author:** [@jhollowe](https://github.com/jhollowe) **Created:** 10/6/2022 **Status:** ✅ Merged **Merged:** 10/26/2022 **Merged by:** [@jhollowe](https://github.com/jhollowe) **Base:** `develop` ← **Head:** `add-tools-task` --- ### 📝 Commits (4) - [`63dccd4`](https://github.com/proxmoxer/proxmoxer/commit/63dccd40e2320e90b1fe11faa147c0d99c1af8a8) Add Tasks tools - [`6e99913`](https://github.com/proxmoxer/proxmoxer/commit/6e999130cdbbc0902c61892d962c51e72d481564) Fix polling test timing - [`67695b8`](https://github.com/proxmoxer/proxmoxer/commit/67695b8c8cc5e43576dd4aadb79a66be519c46e9) Fix and add tasks tools tests - [`769f2a4`](https://github.com/proxmoxer/proxmoxer/commit/769f2a4048469ee4661d117ad1d5a9551a506cdb) Fix documentation comment left as default ### 📊 Changes **10 files changed** (+394 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `proxmoxer/tools/__init__.py` (+6 -0) ➕ `proxmoxer/tools/tasks.py` (+80 -0) 📝 `setup.py` (+1 -1) ➕ `tests/__init__.py` (+0 -0) 📝 `tests/api_mock.py` (+76 -0) 📝 `tests/test_command_base.py` (+2 -1) 📝 `tests/test_core.py` (+5 -1) 📝 `tests/test_https.py` (+5 -1) ➕ `tests/tools/__init__.py` (+0 -0) ➕ `tests/tools/test_tasks.py` (+219 -0) </details> ### 📄 Description * Added the "tools" subpackage which will include utility classes for common use cases of proxmoxer * Added "Tasks" tools to support easily interacting with Proxmox tasks and UPIDs * Added tests for "Tasks" tools --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:46:47 +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/proxmoxer#177
No description provided.