[pdm-devel] applied-series: [PATCH datacenter-manager/proxmox-api-types/storage 00/11] add
Wolfgang Bumiller
w.bumiller at proxmox.com
Mon Sep 8 16:59:12 CEST 2025
applied series (except for the generated ones - redid those & added
commit hashes of non-bumped packages to the commit message)
thanks
On Mon, Sep 08, 2025 at 04:04:07PM +0200, Dominik Csapak wrote:
> adds the pve storages to the overview tree and a new basic panel, akin
> to the one we have in PVE itself.
>
> the returns types need annotation so i did that, and sent the relevant
> pve-api.json update + regenerate commits also.
>
> pve-storage:
>
> Dominik Csapak (1):
> api: status: document return types
>
> src/PVE/API2/Storage/Status.pm | 45 +++++++++++++++++++++++++++++++++-
> 1 file changed, 44 insertions(+), 1 deletion(-)
>
>
> proxmox-api-types:
>
> Dominik Csapak (3):
> regenerate pve-api.json
> node: storage: add status api
> regenerate with new node storage status api
>
> pve-api-types/generate.pl | 2 +
> pve-api-types/pve-api.json | 45 ++++++-
> pve-api-types/src/generated/code.rs | 12 +-
> pve-api-types/src/generated/types.rs | 172 +++++++++++++++++++++++++++
> 4 files changed, 229 insertions(+), 2 deletions(-)
>
>
> proxmox-datacenter-manager:
>
> Dominik Csapak (7):
> pdm-api-types: add pve storage id schema
> pdm-api-types: add PVE storage data point for RRD
> server: api: add rrddata endpoint for pve storages
> server: api: pve: add nodes/storage api for status and rrddata
> pdm-client: add pve storage status/rrddata methods
> ui: pve: add storage to tree and show basic panel
> ui: enable navigation to pve storage
>
> lib/pdm-api-types/src/lib.rs | 7 +
> lib/pdm-api-types/src/rrddata.rs | 15 ++
> lib/pdm-client/src/lib.rs | 30 ++-
> server/src/api/pve/mod.rs | 1 +
> server/src/api/pve/node.rs | 8 +-
> server/src/api/pve/rrddata.rs | 57 ++++-
> server/src/api/pve/storage.rs | 46 ++++
> ui/src/lib.rs | 3 +
> ui/src/pve/mod.rs | 5 +
> ui/src/pve/storage.rs | 360 +++++++++++++++++++++++++++++++
> ui/src/pve/tree.rs | 37 +++-
> ui/src/pve/utils.rs | 41 +++-
> 12 files changed, 603 insertions(+), 7 deletions(-)
> create mode 100644 server/src/api/pve/storage.rs
> create mode 100644 ui/src/pve/storage.rs
>
>
> Summary over all repositories:
> 17 files changed, 876 insertions(+), 10 deletions(-)
>
> --
> Generated by git-murpp 0.8.1
More information about the pdm-devel
mailing list