]> git.proxmox.com Git - pve-installer.git/history - proxmox-tui-installer
fix #4643: show a confirmation dialog when clicking abort
[pve-installer.git] / proxmox-tui-installer /
2023-06-21 Christoph Heisstui: refresh summary view if it is switched back to
2023-06-21 Christoph Heisstui: make HVM extension not being present a non-fatal...
2023-06-21 Christoph Heisstui: assume that the installer is run from the repo...
2023-06-21 Christoph Heisstui: do not fail completely on invalid domain names
2023-06-21 Christoph Heisstui: allow one-part FQDNs/domains
2023-06-21 Thomas Lamprechtrun env: make addresses optional, include all interfaces
2023-06-21 Wolfgang Bumillertui: slight FloatEditView improvement
2023-06-21 Christoph Heisstui: only focus summary table if it can be scrolled
2023-06-21 Christoph Heisstui: set detected keyboard layout at installer launch
2023-06-21 Christoph Heisstui: make auto-deteced routes optional
2023-06-21 Christoph Heisstui: skip serializing empty fields for install config
2023-06-21 Christoph Heisstui: make disk swap-, max-root-, max-data- and min...
2023-06-21 Christoph Heisstui: allow numeric & disk size edit views to be empty
2023-06-21 Christoph Heisstui: run rustfmt
2023-06-21 Christoph Heisstui: simplify test-mode evaluation
2023-06-21 Christoph Heisstui: drop unneeded parameter from InstallerBackgroundVi...
2023-06-21 Christoph Heisstui: drop useless gitattributes file
2023-06-21 Christoph Heissgitignore: merge TUI .gitignore into top-level
2023-06-20 Thomas Lamprechttui: avoid using domain as FQDN, hard-code product...
2023-06-20 Thomas Lamprechttui: fix passing disk selection, use index
2023-06-20 Thomas Lamprechtadd Finished UIĀ² message
2023-06-20 Thomas Lamprechttui: disk view: partition sizes are in GB
2023-06-20 Thomas Lamprechttui: lvm: crudely fix calculation mismatch
2023-06-20 Thomas Lamprechttui: use plain Proxmox ascii figlet in header
2023-06-20 Christoph Heisstui: add initial implementation of low-level installer...
2023-06-20 Christoph Heisstui: make yes_no_dialog() accept a callback for negativ...
2023-06-20 Christoph Heisstui: add back disk sorting
2023-06-20 Christoph Heisstui: add "abort" button to installation progress screen
2023-06-20 Christoph Heisstui: adapt install config serialization to proper format
2023-06-20 Wolfgang Bumillertui: include disk model in disk list
2023-06-20 Wolfgang Bumillerrun env: replace lsblk with hd_list but fix it up a bit
2023-06-20 Christoph Heisstui: use total memory info from runtime env
2023-06-20 Christoph Heisstui: use network domain as default administrator email...
2023-06-20 Christoph Heisstui: fix parsing of FQDNs directly from runtime env...
2023-06-20 Christoph Heisstui: add better error handling to BootdiskOptions:...
2023-06-20 Christoph Heisstui: fix unbounded size of advanced bootdisk dialog
2023-06-20 Christoph Heisstui: use country from runtime env info for default...
2023-06-20 Christoph Heisstui: use available network interfaces from runtime...
2023-06-20 Christoph Heisstui: directly parse gateway IP address from runtime...
2023-06-20 Christoph Heisstui: bootdisk: sort disks alphabetically
2023-06-20 Christoph Heisstui: directly parse disks from runtime env info
2023-06-20 Christoph Heisstui: directly parse domain name from runtime env info
2023-06-20 Christoph Heisstui: use `IpAddr` type for deserializing ip addresses...
2023-06-20 Christoph Heisstui: directly parse network interface addresses from...
2023-06-20 Christoph Heisstui: move installer logo into background and to the top
2023-06-19 Christoph Heisstui: limit `FloatEditView` to 2 decimal places
2023-06-19 Christoph Heisstui: error out if no harddisks were detected
2023-06-19 Christoph Heisstui: round disk sizes when displaying
2023-06-19 Christoph Heisstui: drop now-obsolete cargo config
2023-06-19 Wolfgang Bumillertui: use network info
2023-06-19 Christoph Heisstui: left-align cell values in summary view
2023-06-19 Christoph Heisstui: calculate default swap size for LVM installs based...
2023-06-19 Christoph Heisstui: fix minimum free LVM space default
2023-06-19 Christoph Heisstui: add option to leave some disks unselected in RAID...
2023-06-19 Christoph Heisstui: rename raid levels 0/1 to align with GUI installer
2023-06-19 Christoph Heisstui: simplify installer data path construction
2023-06-19 Wolfgang Bumillertui: load runtime info, use disks
2023-06-19 Wolfgang Bumillertui: add runtime info serde structure
2023-06-16 Wolfgang Bumillertui: no need to have './' fallible
2023-06-16 Wolfgang Bumillertui: only count exact example email address as invalid
2023-06-16 Wolfgang Bumillertui: properly group imports
2023-06-16 Wolfgang Bumillertui: dependencies: group our own crates separately
2023-06-16 Wolfgang BumillerMerge remote-tracking branch 'cheiss/tui-installer...
2023-06-15 Christoph Heisstui: add preliminary final install config serialization
2023-06-15 Christoph Heisstui: read and save reboot-after-install checkbox into...
2023-06-15 Christoph Heisstui: rename `SetupInfo::product_cfg` -> `::config`
2023-06-15 Christoph Heisstui: add preliminary install progress dialog
2023-06-15 Christoph Heisstui: fix bootdisk dialog for zfs/btrfs
2023-06-15 Christoph Heisstui: implement both `PartialOrd` and `Ord` for `Keyboar...
2023-06-15 Christoph Heisstui: apply keyboard layout immediately after selecting it
2023-06-15 Christoph Heisstui: use whole keyboard mapping in select view as value
2023-06-15 Christoph Heisstui: make test mode indicator into global installer...
2023-06-15 Christoph Heisstui: track previous screens so that that each is only...
2023-06-15 Christoph Heisstui: display proper keyboard layout name in summary
2023-06-15 Christoph Heisstui: implement proper keyboard layout selection
2023-06-15 Christoph Heisstui: save user-selected country in options
2023-06-15 Christoph Heisstui: move timezone dialog into custom view
2023-06-15 Christoph Heisstui: rename `LocaleInfo::country` -> `::countries`
2023-06-14 Christoph Heisstui: display correct logo & title depending on product...
2023-06-14 Christoph Heisstui: ignore `testdir` here as well
2023-06-14 Christoph Heisstui: rename `InstallerData` -> `InstallerState`
2023-06-14 Christoph Heisstui: implement initial parsing for setup & locale info
2023-06-14 Christoph Heisstui: add notices for zfs/btrfs bootdisk and their caveats
2023-06-14 Christoph Heisstui: introduce proper type for handling FQDNs
2023-06-14 Christoph Heisstui: remove cargo lockfile
2023-06-14 Christoph Heisstui: add simple system cpu/memory check, similar to...
2023-06-14 Christoph Heisstui: add some more field validation checks
2023-06-14 Christoph Heisstui: fix target bootdisk display for zfs/btrfs
2023-06-14 Christoph Heisstui: drop some unneeded type annotations
2023-06-14 Christoph Heisstui: drop now-obsolete form types
2023-06-14 Christoph Heisstui: rewrite bootdisk & fstype selector to use `FormView`
2023-06-14 Christoph Heisstui: rewrite zfs & btrfs bootdisk options dialog using...
2023-06-14 Christoph Heisstui: rewrite LVM bootdisk dialog using `FormView`
2023-06-14 Christoph Heisstui: rewrite network dialog using new `FormView`
2023-06-14 Christoph Heisstui: rewrite password using new `FormView`
2023-06-14 Christoph Heisstui: rewrite timezone dialog using new `FormView`
2023-06-14 Christoph Heisstui: introduce new `FormView` compomenent to unify...
2023-06-14 Christoph Heisstui: error out in network dialog if option retrieval...
2023-06-14 Christoph Heisstui: implement password dialog options retrieval and...
2023-06-14 Christoph Heisstui: refactor and unify btrfs and zfs bootdisk options...
next