]> git.proxmox.com Git - pve-installer.git/history - proxmox-tui-installer/src/views/bootdisk.rs
tui: bootdisk: refactor Rc<RefCell<..>> type into custom type
[pve-installer.git] / proxmox-tui-installer / src / views / bootdisk.rs
2023-11-09 Christoph Heisstui: bootdisk: refactor Rc<RefCell<..>> type into custo...
2023-11-07 Christoph Heisstui: bootdisk: expose `arc_max` ZFS option for PVE...
2023-11-07 Christoph Heisscommon: add ZFS `arc_max` installer setup option
2023-11-06 Christoph Heisstui: bootdisk: simplify product handling by passing...
2023-11-03 Christoph Heisstui, common: run rustfmt
2023-11-02 Aaron Lauterertui: switch to common crate
2023-10-25 Christoph Heisstui: bootdisk: pass down product info to advanced dialog
2023-08-23 Christoph Heisstui: disallow legacy BIOS boot from 4Kn disks for all...
2023-08-23 Christoph Heisstui: setup: handle missing disk block size gracefully
2023-07-25 Christoph Heisstui: add tests for RAID setup checks
2023-07-25 Christoph Heisstui: add RAID setup checks for ZFS/Btrfs
2023-07-25 Christoph Heisstui: improve bootdisk dialog error handling
2023-07-25 Christoph Heisstui: simplify duplicate disk checking logic
2023-07-21 Christoph Heisstui: fix small typo in error message
2023-07-13 Christoph Heisstui: add "Deselect all" button to zfs/btrfs raid disk...
2023-07-13 Christoph Heisstui: fix clippy warnings
2023-06-27 Stefan Sterztui: persist disk selection for zfs and btrfs
2023-06-27 Thomas Lamprechttui: block & notify if same disk gets selected twice
2023-06-26 Thomas Lamprechttui: hide max-vz and max-root inputs if product isn...
2023-06-26 Thomas Lamprechttui: boot disks: filter out Btrfs if setup info disallo...
2023-06-22 Christoph Heisstui: wrap multi-disk selection in scrollable view
2023-06-21 Christoph Heisstui: clamp max LVM disk size to size of selected disk
2023-06-21 Christoph Heisstui: remove underline-effect from advanced disk setup...
2023-06-21 Christoph Heisstui: make disk swap-, max-root-, max-data- and min...
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-19 Christoph Heisstui: add option to leave some disks unselected in RAID...
2023-06-16 Wolfgang Bumillertui: properly group imports
2023-06-16 Wolfgang BumillerMerge remote-tracking branch 'cheiss/tui-installer...
2023-06-15 Christoph Heisstui: fix bootdisk dialog for zfs/btrfs
2023-06-14 Christoph Heisstui: add notices for zfs/btrfs bootdisk and their caveats
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: 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: refactor and unify btrfs and zfs bootdisk options...
2023-06-14 Christoph Heisstui: implement btrfs bootdisk selection option
2023-06-14 Christoph Heisstui: implement zfs bootdisk selection option
2023-06-14 Christoph Heisstui: refactor bootdisk dialog; advanced options into...
2023-06-14 Christoph Heisstui: move bootdisk dialog into own module