From: Lukas Wagner <l.wagner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [pdm-devel] [PATCH datacenter-manager 0/7] fix #7192: properly enumerate PBS realms in 'Add Remote' wizard
Date: Mon, 29 Dec 2025 14:44:38 +0100 [thread overview]
Message-ID: <20251229134445.286401-1-l.wagner@proxmox.com> (raw)
This fixes #7192 [1] by adding the needed API functions to enumerate
remotes from PBS remotes. The the realm selector component is changed
to support a realm-type property, based on which it selects the URL
from which it requests the realms.
This series also contains some minor renames in the UI code, as
the old name `PveRealmSelector` did not make sense any more.
[1]: https://bugzilla.proxmox.com/show_bug.cgi?id=7192
proxmox-datacenter-manager:
Lukas Wagner (7):
pbs-client: add `list_domains`
api: pbs: add /pbs/realms endpoint
ui: rename pve_realm_selector module to remote_realm_selector
ui: widgets: rename PveRealmSelector to RemoteRealmSelector
ui: widgets: make RemoteRealmSelectorComp private
ui: widget: remote realm selector: add missing docstrings
ui: widgets: remote realm selector: support PBS remotes
server/src/api/pbs/mod.rs | 55 +++++++++++++++++++
server/src/pbs_client.rs | 8 ++-
ui/src/remotes/wizard_page_info.rs | 4 +-
ui/src/widget/mod.rs | 4 +-
...m_selector.rs => remote_realm_selector.rs} | 25 ++++++---
5 files changed, 84 insertions(+), 12 deletions(-)
rename ui/src/widget/{pve_realm_selector.rs => remote_realm_selector.rs} (84%)
Summary over all repositories:
5 files changed, 84 insertions(+), 12 deletions(-)
--
Generated by murpp 0.9.0
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
next reply other threads:[~2025-12-29 13:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-29 13:44 Lukas Wagner [this message]
2025-12-29 13:44 ` [pdm-devel] [PATCH datacenter-manager 1/7] pbs-client: add `list_domains` Lukas Wagner
2025-12-29 13:44 ` [pdm-devel] [PATCH datacenter-manager 2/7] api: pbs: add /pbs/realms endpoint Lukas Wagner
2025-12-29 13:44 ` [pdm-devel] [PATCH datacenter-manager 3/7] ui: rename pve_realm_selector module to remote_realm_selector Lukas Wagner
2025-12-29 13:44 ` [pdm-devel] [PATCH datacenter-manager 4/7] ui: widgets: rename PveRealmSelector to RemoteRealmSelector Lukas Wagner
2025-12-29 13:44 ` [pdm-devel] [PATCH datacenter-manager 5/7] ui: widgets: make RemoteRealmSelectorComp private Lukas Wagner
2025-12-29 13:44 ` [pdm-devel] [PATCH datacenter-manager 6/7] ui: widget: remote realm selector: add missing docstrings Lukas Wagner
2025-12-29 13:44 ` [pdm-devel] [PATCH datacenter-manager 7/7] ui: widgets: remote realm selector: support PBS remotes Lukas Wagner
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=20251229134445.286401-1-l.wagner@proxmox.com \
--to=l.wagner@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox