]> git.proxmox.com Git - pve-installer.git/shortlog
pve-installer.git
2024-08-13 Christoph Heissdebian: bump cursive to 0.21 master
2024-08-13 Christoph Heisstui: switch cursive to crossterm backend
2024-08-13 Christoph Heissdebian: bump ureq to 2.10
2024-08-13 Christoph Heissdebian: bump rusttls to 0.21
2024-08-13 Christoph Heissdebian: bump toml to 0.8
2024-08-09 Christoph Heissauto-installer: tests: fix wrong option name in expecte...
2024-07-22 Christoph Heissauto-installer: add test for hashed root password option
2024-07-22 Christoph Heissauto-installer: add new `global.root_password_hashed...
2024-07-22 Christoph Heiss{auto, tui}-installer: adapt to new `root_password...
2024-07-22 Christoph Heisslow-level: change root password option to contain eithe...
2024-07-22 Christoph Heisstui-installer: remove `Debug` implementation for passwo...
2024-07-22 Christoph Heisscommon: move `PasswordOptions` type to tui crate
2024-07-16 Christoph Heisslow-level: install: check for already-existing `rpool...
2024-07-16 Christoph Heissinstall: config: rename option lvm_auto_rename -> exist...
2024-07-16 Christoph Heissproxmox: add zfs module for retrieving importable zpool...
2024-07-15 Christoph Heisstree-wide: collect hardcoded installer runtime director...
2024-07-15 Christoph Heisstree-wide: fix some typos
2024-07-15 Christoph Heisschroot: print full anyhow message
2024-07-05 Fabian Grünbichlerauto-installer: fix answer-request charset
2024-07-04 Thomas Lamprechttui: add missing lifetime annotation for constant strin...
2024-07-04 Christoph Heisstui: bootdisk: use tabbed view for disk options on...
2024-07-04 Christoph Heisstui: views: add new TabbedView component
2024-07-04 Christoph Heisstui: bootdisk: align btrfs dialog interface with zfs...
2024-07-04 Christoph Heisstui: fix some comment typos
2024-06-20 Fabian Grünbichlerbuild: force debug symbols in release build
2024-05-08 Thomas Lamprechtbump version to 8.2.6
2024-05-08 Aaron Lautererassistant: use single dash for xorriso parameter
2024-05-08 Aaron Lautererassistant: keep prepared iso bootable on uefi with...
2024-04-25 Alexander Zeidlerinstall module: getters: correctly use plural in error...
2024-04-25 Alexander Zeidlerassistant: fix spelling and precise text in help usage...
2024-04-24 Thomas Lamprechtbump version to 8.2.5
2024-04-24 Thomas Lamprechtfetch answer: really try lower-case variant of label too
2024-04-24 Thomas Lamprechtbump version to 8.2.4
2024-04-24 Thomas Lamprechtanswer: replace custom display impl with derived one...
2024-04-24 Christian Ebneranswer: perform basic input validation for keyboard
2024-04-24 Thomas Lamprechtassistant: updated remaining error messages to reworked CLI
2024-04-24 Dominik Csapakassistant: fix newline before ':' in help usage output
2024-04-24 Thomas Lamprechtfetch answer: refactor code to find partition path
2024-04-24 Thomas Lamprechtauto-installer: shorten partition label to fit in 11...
2024-04-23 Thomas Lamprechtbump version to 8.2.3
2024-04-23 Thomas Lamprechtalso skip proxmox-grub if not booted in EFI mode
2024-04-23 Thomas Lamprechtbump version to 8.2.2
2024-04-23 Thomas Lamprechtunconfigured: start debug shell if auto-installation...
2024-04-23 Thomas Lamprechtfetch answer: allow to override fetch-from mode through...
2024-04-23 Thomas Lamprechtfetch answer: split main for easier error handling
2024-04-23 Thomas Lamprechtassistant: collapse nested if
2024-04-23 Thomas Lamprechtfetch answer: drop unused clap dependency from cargo...
2024-04-23 Thomas Lamprechtlow level installer: only log about creating SWAP if...
2024-04-23 Thomas Lamprechtlow level installer: avoid undef warning in progress...
2024-04-23 Thomas Lamprechtauto installer: report every progress update and includ...
2024-04-23 Thomas Lamprechtlow level installer: drop printing about extracting...
2024-04-23 Thomas Lamprechtassistant: fix mentioning outdated fetch-from mode...
2024-04-23 Thomas Lamprechtassistant: rework prepare-iso doc comment to recent...
2024-04-23 Alexander Zeidlerassistant: prepare iso: s/direct/included to match...
2024-04-23 Stoiko Ivanovassistant: error out on set network config for dhcp
2024-04-23 Christoph Heissauto-installer: move ssh keys setup to low-level installer
2024-04-23 Thomas Lamprechtrun cargo fmt
2024-04-23 Christoph Heisstui: update screen during installation only when necessary
2024-04-23 Fabian Grünbichlerskip proxmox-secure-boot-support if secureboot is not...
2024-04-23 Fabian Grünbichlermove secure boot state to RunEnv
2024-04-23 Thomas Lamprechtauto installer: rename fetch mode type and included...
2024-04-23 Thomas Lamprechtauto installer: rework the default filename suffix...
2024-04-23 Thomas Lamprechtauto installer: fetch mode: move http settings into...
2024-04-23 Thomas Lamprechtassistant: default to output directory for tmp iso...
2024-04-23 Thomas Lamprechtassistant: rework prepare-iso command line interface
2024-04-23 Thomas Lamprechtauto installer: drop fetch-from auto mode
2024-04-23 Thomas Lamprechtmake auto install source mode use a singular name
2024-04-23 Christoph Heissauto-installer: support UTC as timezone
2024-04-23 Wolfgang Bumillerremaining clippy fixes
2024-04-23 Wolfgang Bumillercargo clippy --fix
2024-04-23 Wolfgang Bumilleranyhow usage consistency
2024-04-23 Wolfgang Bumillerdrop glob helper and tests
2024-04-23 Wolfgang Bumillercleanup unnecessary clones
2024-04-23 Wolfgang Bumillersimplify some code
2024-04-23 Wolfgang Bumillerdowngrade internal doc comment to regular comment
2024-04-23 Wolfgang Bumilleruse qr// for regex variable
2024-04-23 Wolfgang Bumillerless strict regex for matching udev env variables
2024-04-23 Wolfgang Bumillerbump resolver to 2
2024-04-23 Wolfgang Bumillerrename .cargo/config to .cargo/config.toml
2024-04-22 Christoph Heissauto-installer: move `system.root_ssh_keys` option...
2024-04-22 Christoph Heissauto-installer: rename `global.password` option to...
2024-04-22 Thomas Lamprechtgitignore: sort and ignore package build-directory
2024-04-22 Thomas Lamprechtbump version to 8.2.1
2024-04-22 Thomas Lamprechtd/control: recommend xorriso for assistant package
2024-04-22 Thomas Lamprechtassistant: prepare iso: avoid an useless intermediate...
2024-04-22 Christoph Heissauto-installer: use new `lvm_auto_rename` option to...
2024-04-22 Christoph Heisslow-level install: add option to automatically rename...
2024-04-22 Thomas Lamprechtbump version to 8.2.0
2024-04-22 Thomas Lamprechtadd fixme comment to move ssh-key setup over to installer
2024-04-22 Christoph Heissauto-installer: handle auto-reboot info messages directly
2024-04-22 Christoph Heissauto-installer: add new `system.root_ssh_keys` answer...
2024-04-22 Thomas Lamprechtauto install: rename network config source
2024-04-22 Thomas Lamprechtauto install: drop post/pre command execution for now
2024-04-22 Thomas Lamprechtassistant: improve check if xorriso is installed
2024-04-22 Thomas Lamprechtassistant: rename identifiers command to system-info
2024-04-22 Thomas Lamprechtassistant: rustify getting sysinfo
2024-04-22 Thomas Lamprechtprint paths directly with debug, not display
2024-04-22 Thomas Lamprechtassistant: perpare-iso avoid separate directory and...
2024-04-22 Thomas Lamprechtfetch answers: rename partition search label
2024-04-22 Thomas Lamprechtfetch answers: avoid utils module
next