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 2A5251FF179 for ; Wed, 12 Nov 2025 21:27:21 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id E682DC8FB; Wed, 12 Nov 2025 21:28:14 +0100 (CET) From: Thomas Lamprecht To: pdm-devel@lists.proxmox.com, Lukas Wagner Date: Wed, 12 Nov 2025 21:27:48 +0100 Message-ID: <176297926003.1462144.11379669450977451424.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251111105059.148997-1-l.wagner@proxmox.com> References: <20251111105059.148997-1-l.wagner@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1762979266000 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.149 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 KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish 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] applied-series: [PATCH/RFC datacenter-manager 0/8] add type field to RemoteUpid 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" On Tue, 11 Nov 2025 11:50:51 +0100, Lukas Wagner wrote: > In quite a few places in the code where we handle RemoteUpids, we need > to know the actual type of the remote, for instance to > - build correct API paths from it, if the UPID is passed to a > product-specific API endpoint (e.g. see [1]) > - get fields from the actual UPID, which requires parsing the native > UPID type - if the type is unknown here, we have to either guess > (attempt to parse one type, and if it does not work, try the other > type), or get the type from somewhere else (some other parameter, or > from remotes.cfg) (e.g. see [2]) > > [...] Applied, thanks! [1/8] pdm-api-types: move RemoteUpid to its own module commit: 918f726a68a015921f3dfbb8327f97ef5eb11a9c [2/8] pdm-api-types: remote upid: make upid field private commit: f4ee979b0df83e39bf7bfe0e63386a36a86644f9 [3/8] pdm-api-types: remote upid: add missing doc strings commit: e504946434c9aff65600fc9bb4466849d36045b2 [4/8] pdm-api-types: remote upid: add basic tests for RemoteUpid ser/deserialization commit: b1950a74dcd277ff3457bde966a3c9ae9b9734e2 [5/8] pdm-api-types: remote upid: add type field to RemoteUpid commit: 61612234e4560f539fa7bd9ee9fcde99c74ec069 [6/8] pdm-api-types: remote upid: allow to get native UPID type commit: f789510e02a5c439e5ac2fe289b6ab3e59e32bd9 [7/8] ui: remote tasks: use correct base url for PBS tasks commit: 4fb44296018113f2385bc2a885285cb797c44d6f [8/8] remote task cache: handle PBS tasks correctly commit: 5a02860b95fd17f5c20938f0557c3a2f6f3fd378 _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel