public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH datacenter-manager/installer/proxmox 0/3] use correct email validation in auto-installer ui
@ 2026-05-27 13:05 Dominik Csapak
  2026-05-27 13:05 ` [PATCH proxmox 1/3] installer types: move email validation from proxmox-installer-common Dominik Csapak
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dominik Csapak @ 2026-05-27 13:05 UTC (permalink / raw)
  To: pdm-devel

to do that we move the email validation from the installer-common crate
to the installer-types crate which is accessible from PDM too.

Not super sure about the deps for proxmox-installer-types, but I guess
it doesn't make a difference if we always add the schema/regex
dependency or depend on the 'api-types' feature in pve-installer

proxmox:

Dominik Csapak (1):
  installer types: move email validation from proxmox-installer-common

 proxmox-installer-types/Cargo.toml    |  6 +++---
 proxmox-installer-types/src/answer.rs | 22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+), 3 deletions(-)


pve-installer:

Dominik Csapak (1):
  use email validation from installer-types

 proxmox-auto-installer/src/utils.rs     |  4 ++--
 proxmox-installer-common/src/options.rs | 22 ----------------------
 proxmox-tui-installer/src/main.rs       |  6 ++----
 3 files changed, 4 insertions(+), 28 deletions(-)


proxmox-datacenter-manager:

Dominik Csapak (1):
  ui: auto-installer: use email validation from installer-types

 .../remotes/auto_installer/prepared_answer_form.rs | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)


Summary over all repositories:
  6 files changed, 33 insertions(+), 41 deletions(-)

-- 
Generated by murpp 0.11.0




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

end of thread, other threads:[~2026-05-28 11:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-27 13:05 [PATCH datacenter-manager/installer/proxmox 0/3] use correct email validation in auto-installer ui Dominik Csapak
2026-05-27 13:05 ` [PATCH proxmox 1/3] installer types: move email validation from proxmox-installer-common Dominik Csapak
2026-05-27 13:05 ` [PATCH pve-installer 2/3] use email validation from installer-types Dominik Csapak
2026-05-27 13:05 ` [PATCH datacenter-manager 3/3] ui: auto-installer: " Dominik Csapak
2026-05-28 11:00 ` partially-applied: [PATCH datacenter-manager/installer/proxmox 0/3] use correct email validation in auto-installer ui Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal