]> git.proxmox.com Git - pve-installer.git/shortlog
pve-installer.git
2023-06-19 Thomas Lamprechtproxinstall: avoid printing on STDOUT
2023-06-19 Thomas LamprechtUI: add progress and process_events helper
2023-06-19 Thomas Lamprechtbundle up most of global GTK state into single hash
2023-06-19 Thomas Lamprechtreplace calls to intermediate display_html with direct one
2023-06-19 Thomas Lamprechtextract data: support way to semi-gracefully abort
2023-06-19 Thomas LamprechtUI: add and use display_html helper
2023-06-19 Thomas LamprechtUI: add ISO env on setup
2023-06-19 Thomas Lamprechtswitch prompt, error and message calls to new UI infra
2023-06-19 Thomas Lamprechtproxinstall: wire up UI module
2023-06-19 Thomas Lamprechtadd basic UI plugin infrastructure
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 Thomas Lamprechtbuildsys: add prerequisites to compiled binaries target
2023-06-19 Thomas Lamprechtbuildsys: avoid copying over build dir and debs on...
2023-06-19 Thomas Lamprechtbuildsys: add DSC & sbuild convenience target
2023-06-19 Thomas Lamprechtbuildsys: use better defined clean target
2023-06-19 Thomas Lamprechtbuildsys: expand clean target
2023-06-19 Thomas Lamprechtd/control: use misc:Depends and shlibs:Depends dh variables
2023-06-19 Thomas Lamprechtmakefile: convert to use simple parenthesis
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 Thomas Lamprechtbuildsys: add check-pve-tui target
2023-06-19 Wolfgang Bumillertui: load runtime info, use disks
2023-06-19 Wolfgang Bumillertui: add runtime info serde structure
2023-06-19 Wolfgang Bumillermove dns into network section in runtime info
2023-06-19 Thomas Lamprechtlow-level: drop outdated comment
2023-06-19 Thomas Lamprechtlow-level: dump runtime enviroment
2023-06-19 Thomas Lamprechtlow level installer: init a per-command log
2023-06-19 Thomas Lamprechtbuildsys: install RunEnv module
2023-06-19 Thomas Lamprechtrun env: do not export non-existing is_test_mode method
2023-06-19 Wolfgang BumillerRunEnv: exclude zfs in query_blockdevs
2023-06-19 Wolfgang Bumilleradd Proxmox::Install::RunEnv module
2023-06-19 Thomas Lamprechtuse separate faster and incremental DEB build for check...
2023-06-19 Thomas Lamprechtpackage rust based TUI installer prototype
2023-06-19 Thomas Lamprechtbuildsys: use full DEB_VERSION
2023-06-19 Thomas Lamprechtdebian: wrap-and-sort -tkn
2023-06-19 Thomas Lamprechtadd top-level cargo wrokspace
2023-06-19 Thomas Lamprechttui: build with sources from debian pacakges
2023-06-19 Maximiliano... stop main loop when closing the main window
2023-06-19 Maximiliano... exit process gracefully
2023-06-19 Maximiliano... stop using Gtk3::Window->set_has_resize_grip
2023-06-19 Maximiliano... stop using Gtk3::HSeparator
2023-06-19 Maximiliano... stop using Gtk3::HBox and Gtk3::VBox
2023-06-19 Maximiliano... stop using Gtk3::Misc->set_alignment
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-16 Thomas Lamprechtcode cleanups
2023-06-16 Thomas Lamprechtbuildsys: create complete cd-info for test
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 Thomas Lamprechtrename Env to ISOEnv
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...
2023-06-14 Christoph Heisstui: implement btrfs bootdisk selection option
2023-06-14 Christoph Heisstui: format disk size as GiB for now, instead of bytes
2023-06-14 Christoph Heisstui: fix disksize-input unit
2023-06-14 Christoph Heisstui: implement zfs bootdisk selection option
next