all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH datacenter-manager v2 0/7] fix #7192: properly enumerate PBS realms in 'Add Remote' wizard
@ 2026-02-24  9:59 Lukas Wagner
  2026-02-24  9:59 ` [PATCH datacenter-manager v2 1/7] pbs-client: add `list_domains` Lukas Wagner
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Lukas Wagner @ 2026-02-24  9:59 UTC (permalink / raw)
  To: pdm-devel

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

v2:
  - rebased


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




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-02-24  9:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-24  9:59 [PATCH datacenter-manager v2 0/7] fix #7192: properly enumerate PBS realms in 'Add Remote' wizard Lukas Wagner
2026-02-24  9:59 ` [PATCH datacenter-manager v2 1/7] pbs-client: add `list_domains` Lukas Wagner
2026-02-24  9:59 ` [PATCH datacenter-manager v2 2/7] api: pbs: add /pbs/realms endpoint Lukas Wagner
2026-02-24  9:59 ` [PATCH datacenter-manager v2 3/7] ui: rename pve_realm_selector module to remote_realm_selector Lukas Wagner
2026-02-24  9:59 ` [PATCH datacenter-manager v2 4/7] ui: widgets: rename PveRealmSelector to RemoteRealmSelector Lukas Wagner
2026-02-24  9:59 ` [PATCH datacenter-manager v2 5/7] ui: widgets: make RemoteRealmSelectorComp private Lukas Wagner
2026-02-24  9:59 ` [PATCH datacenter-manager v2 6/7] ui: widget: remote realm selector: add missing docstrings Lukas Wagner
2026-02-24  9:59 ` [PATCH datacenter-manager v2 7/7] ui: widgets: remote realm selector: support PBS remotes Lukas Wagner

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal