public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager 0/7] PBS remotes: task API and task cache support
@ 2025-11-12  9:41 Lukas Wagner
  2025-11-12  9:41 ` [pdm-devel] [PATCH datacenter-manager 1/7] pdm-api-types: remote upid: add helpers for getting native UPID type Lukas Wagner
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Lukas Wagner @ 2025-11-12  9:41 UTC (permalink / raw)
  To: pdm-devel

NOTE: This one is based of my series which changes the RemoteUpid to include
the remote type [0]. If that RFC is rejected, I will rebase onto master (and
try to solve the problem that the RFC is trying to fixin some other way). If
the RFC is accepted, I will probably merge both series into one for easier
handling.

This series adds the necessary bindings to the PBS client for basic task
retrieval as required by the task cache and the remote task overview in the UI.

[0] https://lore.proxmox.com/pdm-devel/20251111105059.148997-1-l.wagner@proxmox.com/T/#t


proxmox-datacenter-manager:

Lukas Wagner (7):
  pdm-api-types: remote upid: add helpers for getting native UPID type
  pbs-client: add bindings for task list, task status, task log
  pdm-api-types: api: factor out schema definitions for task log params
  api: pbs tasks: add PBS task API
  api: pve tasks: use shared helpers for RemoteUpid handling
  remote tasks: fetch/track PBS tasks
  remote updates: re-enable PBS update fetching

 lib/pdm-api-types/src/lib.rs                  |  21 +++
 lib/pdm-api-types/src/remote_upid.rs          |  22 +++
 server/Cargo.toml                             |   1 +
 server/src/api/mod.rs                         |  22 ++-
 server/src/api/nodes/tasks.rs                 |  30 +---
 server/src/api/pbs/mod.rs                     |   4 +-
 server/src/api/pbs/tasks.rs                   | 170 ++++++++++++++++++
 server/src/api/pve/tasks.rs                   |  97 +++-------
 .../tasks/remote_tasks.rs                     |  98 +++++++---
 server/src/pbs_client.rs                      | 120 ++++++++++++-
 server/src/remote_updates.rs                  |  23 ++-
 11 files changed, 468 insertions(+), 140 deletions(-)
 create mode 100644 server/src/api/pbs/tasks.rs


Summary over all repositories:
  11 files changed, 468 insertions(+), 140 deletions(-)

-- 
Generated by murpp 0.9.0


_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-11-12 20:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-12  9:41 [pdm-devel] [PATCH datacenter-manager 0/7] PBS remotes: task API and task cache support Lukas Wagner
2025-11-12  9:41 ` [pdm-devel] [PATCH datacenter-manager 1/7] pdm-api-types: remote upid: add helpers for getting native UPID type Lukas Wagner
2025-11-12  9:41 ` [pdm-devel] [PATCH datacenter-manager 2/7] pbs-client: add bindings for task list, task status, task log Lukas Wagner
2025-11-12 20:23   ` Thomas Lamprecht
2025-11-12  9:41 ` [pdm-devel] [PATCH datacenter-manager 3/7] pdm-api-types: api: factor out schema definitions for task log params Lukas Wagner
2025-11-12  9:42 ` [pdm-devel] [PATCH datacenter-manager 4/7] api: pbs tasks: add PBS task API Lukas Wagner
2025-11-12  9:42 ` [pdm-devel] [PATCH datacenter-manager 5/7] api: pve tasks: use shared helpers for RemoteUpid handling Lukas Wagner
2025-11-12  9:42 ` [pdm-devel] [PATCH datacenter-manager 6/7] remote tasks: fetch/track PBS tasks Lukas Wagner
2025-11-12  9:42 ` [pdm-devel] [PATCH datacenter-manager 7/7] remote updates: re-enable PBS update fetching Lukas Wagner
2025-11-12 20:26   ` Thomas Lamprecht
2025-11-12 20:27 ` [pdm-devel] applied-series: [PATCH datacenter-manager 0/7] PBS remotes: task API and task cache support Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal