From: "Shan Shaji" <s.shaji@proxmox.com>
To: "Shan Shaji" <s.shaji@proxmox.com>,
"Proxmox Datacenter Manager development discussion"
<pdm-devel@lists.proxmox.com>
Cc: pdm-devel <pdm-devel-bounces@lists.proxmox.com>
Subject: Re: [pdm-devel] [PATCH datacenter-manager 0/7] fix #7192: properly enumerate PBS realms in 'Add Remote' wizard
Date: Fri, 20 Feb 2026 17:46:19 +0100 [thread overview]
Message-ID: <DGJXWNKIX5IY.2VIN1P3NSX0BY@proxmox.com> (raw)
In-Reply-To: <DGJW0NCG0QUO.2PQF0LULO42CC@proxmox.com>
I have gone through the code and overall, i believe the code looks
good as well. but a second review might also be nice.
Reviewed-by: Shan Shaji <s.shaji@proxmox.com>
On Fri Feb 20, 2026 at 4:17 PM CET, Shan Shaji wrote:
>
> Applied this series and tested the changes.
>
> ```
> Error: api error (status = 400: client error (Connect))
> ```
>
> The above error doesn't appear anymore in the settings tab. I was able to
> choose between the realms and add a backup server using `pbs` realm.
>
> Tested-by: Shan Shaji <s.shaji@proxmox.com>
>
>
> On Mon Dec 29, 2025 at 2:44 PM CET, Lukas Wagner wrote:
>> 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(-)
prev parent reply other threads:[~2026-02-20 16:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-29 13:44 Lukas Wagner
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
2026-02-06 9:53 ` [pdm-devel] [PATCH datacenter-manager 0/7] fix #7192: properly enumerate PBS realms in 'Add Remote' wizard Lukas Wagner
2026-02-20 15:17 ` Shan Shaji
2026-02-20 16:46 ` Shan Shaji [this message]
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=DGJXWNKIX5IY.2VIN1P3NSX0BY@proxmox.com \
--to=s.shaji@proxmox.com \
--cc=pdm-devel-bounces@lists.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 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.