From: Dominik Csapak <d.csapak@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [pdm-devel] [PATCH datacenter-manager/proxmox-api-types/storage 00/11] add
Date: Mon, 8 Sep 2025 16:04:07 +0200 [thread overview]
Message-ID: <20250908140424.3376082-1-d.csapak@proxmox.com> (raw)
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
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
next reply other threads:[~2025-09-08 14:04 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-08 14:04 Dominik Csapak [this message]
2025-09-08 14:04 ` [pdm-devel] [PATCH storage 1/1] api: status: document return types Dominik Csapak
2025-09-08 14:44 ` [pdm-devel] applied: " Wolfgang Bumiller
2025-09-08 14:04 ` [pdm-devel] [PATCH proxmox-api-types 1/3] regenerate pve-api.json Dominik Csapak
2025-09-08 14:04 ` [pdm-devel] [PATCH proxmox-api-types 2/3] node: storage: add status api Dominik Csapak
2025-09-08 14:04 ` [pdm-devel] [PATCH proxmox-api-types 3/3] regenerate with new node storage " Dominik Csapak
2025-09-08 14:04 ` [pdm-devel] [PATCH datacenter-manager 1/7] pdm-api-types: add pve storage id schema Dominik Csapak
2025-09-08 14:04 ` [pdm-devel] [PATCH datacenter-manager 2/7] pdm-api-types: add PVE storage data point for RRD Dominik Csapak
2025-09-08 14:04 ` [pdm-devel] [PATCH datacenter-manager 3/7] server: api: add rrddata endpoint for pve storages Dominik Csapak
2025-09-08 14:04 ` [pdm-devel] [PATCH datacenter-manager 4/7] server: api: pve: add nodes/storage api for status and rrddata Dominik Csapak
2025-09-08 14:04 ` [pdm-devel] [PATCH datacenter-manager 5/7] pdm-client: add pve storage status/rrddata methods Dominik Csapak
2025-09-08 14:04 ` [pdm-devel] [PATCH datacenter-manager 6/7] ui: pve: add storage to tree and show basic panel Dominik Csapak
2025-09-08 14:04 ` [pdm-devel] [PATCH datacenter-manager 7/7] ui: enable navigation to pve storage Dominik Csapak
2025-09-08 14:59 ` [pdm-devel] applied-series: [PATCH datacenter-manager/proxmox-api-types/storage 00/11] add Wolfgang Bumiller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250908140424.3376082-1-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.