[pdm-devel] applied-series: [PATCH/RFC datacenter-manager 0/8] add type field to RemoteUpid
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Nov 12 21:27:48 CET 2025
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
More information about the pdm-devel
mailing list