From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id A51401FF191 for ; Tue, 21 Oct 2025 15:50:27 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 4685F1FAF0; Tue, 21 Oct 2025 15:50:53 +0200 (CEST) From: Hannes Laimer To: pdm-devel@lists.proxmox.com Date: Tue, 21 Oct 2025 15:50:14 +0200 Message-ID: <20251021135018.88877-1-h.laimer@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1761054614024 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.043 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pdm-devel] [PATCH proxmox{, -datacenter-manager} 0/4] generate Vec's for string-lists X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" PVE does accept actual arrays[1] as input to fields with a `-list` format. This updates the generator so it produces a Vec if it is a parameter, not for return values. I did not find endpoint that directly share the same format for parameters and return value. Update endpoint also include a `delete`-field and those were the only ones that had really similar input and output formats. So deduplication in the generate _should_ not be a problem here. This required some small changes to pdm. Context for those is in the commit itself. [1] pve-common 69d9edcc ("section config: implement array support") proxmox: Hannes Laimer (3): pve-api-types: schema2rust: generate arrays for types with format `-list` pve-api-types: add regex for both storage- and bridge-pair pve-api-types: regenerate pve-api-types/generate.pl | 11 +- pve-api-types/generator-lib/Schema2Rust.pm | 35 ++- pve-api-types/src/generated/code.rs | 2 +- pve-api-types/src/generated/types.rs | 335 +++++++++++---------- pve-api-types/src/types/verifiers.rs | 10 - 5 files changed, 213 insertions(+), 180 deletions(-) proxmox-datacenter-manager: Hannes Laimer (1): server: use types indead of string for migration parameters server/src/api/pve/lxc.rs | 133 ++++++++---------------------------- server/src/api/pve/qemu.rs | 135 ++++++++----------------------------- 2 files changed, 56 insertions(+), 212 deletions(-) Summary over all repositories: 7 files changed, 269 insertions(+), 392 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