]> git.proxmox.com Git - pve-installer.git/shortlog
pve-installer.git
2023-06-14 Christoph Heisstui: implement `FormInputViewGetValue` for custom ...
2023-06-14 Christoph Heisstui: refactor bootdisk dialog; advanced options into...
2023-06-14 Christoph Heisstui: make `FormInputViewGetValue<SelectView>` fully...
2023-06-14 Christoph Heisstui: refactor some option bits
2023-06-14 Christoph Heisstui: move bootdisk dialog into own module
2023-06-14 Christoph Heisstui: combine all `use` directives into one block
2023-06-14 Christoph Heisstui: add rustdoc for `CidrAddress` type
2023-06-14 Christoph Heisstui: add proper IPv6 support to `CidrAddress`
2023-06-14 Christoph Heisstui: add top content padding for all installer views
2023-06-14 Christoph Heisstui: add README describing some debugging specifics
2023-06-14 Christoph Heisstui: implement scrolling for (summary) table view
2023-06-14 Christoph Heisstui: unify option labels spelling/formatting in summary...
2023-06-14 Christoph Heisstui: fix invalid starting value for integer input views
2023-06-14 Christoph Heisstui: introduce `CidrAddress` type for ip address +...
2023-06-14 Christoph Heisstui: move installer options defintions into separate...
2023-06-14 Christoph Heisstui: simplify FormInputViewGetValue impl's
2023-06-14 Christoph Heisstui: fix warning about unused function
2023-06-14 Christoph Heisstui: simplify add_next_screen() by taking a `siv` directly
2023-06-14 Christoph Heisstui: implement value retrieval for network options...
2023-06-14 Christoph Heisstui: introduce trait to retrieve input values wrapped...
2023-06-14 Christoph Heisstui: introduce separate views types for float & integer...
2023-06-14 Christoph Heisstui: add preliminary summary dialog
2023-06-14 Christoph Heisstui: add `TableView` component for displaying tabular...
2023-06-14 Christoph Heisstui: move utility views into own module directory
2023-06-14 Christoph Heisstui: avoid open-coding add_next_screen()
2023-06-14 Christoph Heisstui: fix typo in network dialog label
2023-06-14 Christoph Heisstui: separate CIDR input into own view
2023-06-14 Christoph Heisstui: DiskSizeFormInputView: simplify using direct ...
2023-06-14 Christoph Heisstui: add preliminary network dialog
2023-06-14 Christoph Heisstui: display error dialog on invalid values instead...
2023-06-14 Christoph Heisstui: fix panic in `NumericEditView` if the cursor is...
2023-06-14 Christoph Heisstui: implement DiskSizeFormInputView::content() callbac...
2023-06-14 Christoph Heisstui: implement NumericEditView::content() callback...
2023-06-14 Christoph Heisstui: add basic email/root password dialog
2023-06-14 Christoph Heisstui: add simple location/timezone dialog
2023-06-14 Christoph Heisstui: move abort/previous/next buttons into `InstallerView`
2023-06-14 Christoph Heisstui: add missing `FS_TYPES` definition
2023-06-14 Christoph Heisstui: introduce generic `FormInputView`
2023-06-14 Christoph Heisstui: add bootdisk selection screen
2023-06-14 Christoph Heisstui: add `NumericEditView` and `DiskSizeInputView`...
2023-06-14 Christoph Heisstui: add LVM disk structures and some mocking data
2023-06-14 Christoph Heisstui: pass `Cursive` instance to installer view constructors
2023-06-14 Christoph Heisstui: add missing `Panel` import
2023-06-14 Christoph Heisstui: limit the maximum installer view size to something...
2023-06-14 Christoph Heisstui: simplify get_eula() logic a bit
2023-06-14 Christoph Heisstui: disable "abort installation?" dialog in debug...
2023-06-14 Christoph Heisstui: add proper ^C handler
2023-06-14 Christoph Heisstui: add initial proof-of-concept
2023-06-14 Thomas Lamprechtadd initial basic version of proxmox-low-level-installe...
2023-06-14 Thomas Lamprechtbuildsys: allow generating cd-info.test file without...
2023-06-14 Thomas Lamprechtenv: add "run" location
2023-06-14 Thomas Lamprechtenv: add missing include of Cwd module
2023-06-13 Thomas Lamprechtbootloader installation: variable format clean-up
2023-06-13 Thomas Lamprechtbootloader installation: fix wrong & misleading parenth...
2023-06-09 Thomas Lamprechtbump version to 8.0-2
2023-06-09 Thomas Lamprechtfix call to logical_blocksize
2023-06-09 Thomas Lamprechtfixup released distro
2023-06-09 Thomas Lamprechtbuildsys: derive upload dist automatically
2023-06-09 Thomas Lamprechtbump version to 8.0-1
2023-06-09 Thomas Lamprechtvisibility fixes for calling into sys/block helpers
2023-06-09 Thomas Lamprechtunconfigured: call setupcon
2023-06-09 Thomas Lamprechtavoid global $cmap variable and refactor use sites
2023-06-09 Thomas Lamprechtcontain country, time zone and keymap parsing to env...
2023-06-09 Thomas Lamprechtenv: code/style cleanup cmap/locale info parser
2023-06-09 Thomas Lamprechtmove cmap/zone parsing to env module
2023-06-09 Thomas Lamprechtmove assembling base-directory locations into env
2023-06-09 Thomas Lamprechtcode/style cleanups
2023-06-09 Thomas Lamprechttest: allow to pass CD builder directory via environment
2023-06-09 Thomas Lamprechtrestructure env hash
2023-06-09 Thomas Lamprechtcall Gtk3::init manually
2023-06-09 Thomas Lamprechtclean up country map parser
2023-06-09 Thomas Lamprechtmove global cached disk state into block module
2023-06-09 Thomas Lamprechtsys block: cleanup disk list a bit
2023-06-09 Thomas Lamprechtsys cmd: use croak instead of die for caller context
2023-06-09 Thomas Lamprechtavoid second module wide test_images variable
2023-06-09 Thomas Lamprechtfactor out disk & block device helpers helpers into...
2023-06-09 Thomas Lamprechtinstall env: make cd info parse private, rework setup...
2023-06-09 Thomas Lamprechtenv: save full test images string, not only boolean
2023-06-09 Thomas Lamprechtrename Proxmox::Install::Setup to Proxmox::Install...
2023-06-09 Thomas Lamprechtfactor out file helpers
2023-06-09 Thomas Lamprechtadd basic gitignore file
2023-06-09 Thomas Lamprechtcpuinfo check: display error if no info is found &...
2023-06-09 Thomas Lamprechtcode style cleanups
2023-06-09 Thomas Lamprechtproxinstall: rename link_points_to to is_same_file
2023-06-09 Thomas Lamprechtfactor out network parser and sys-info helpers
2023-06-09 Thomas Lamprechtfactor out command execution helpers
2023-06-09 Thomas Lamprechtfactor out logging into own submodule
2023-06-09 Thomas Lamprechtbuildsys: depend on full known-to-git file list for...
2023-06-09 Thomas Lamprechtbuildsys: make country.dat generation atomic
2023-06-09 Thomas Lamprechtrework test mode handling
2023-06-09 Thomas Lamprechtmove ProxmoxInstallerSetup to Proxmox::Install::Setup
2023-06-07 Thomas Lamprechtmain window: set background color for image banner
2023-05-19 Thomas Lamprechtd/control: define compat level via build-depends
2023-05-19 Thomas Lamprechtchecktime: output expected and wrong times for better UX
2023-05-19 Thomas Lamprechtd/control: add explicit dependency to libgtk3-perl
2023-03-23 Christian Ebnerfix typo in error message
2023-03-20 Thomas Lamprechtbump version to 7.4-2
2023-03-20 Thomas Lamprechtd/control: depend on renamed and split-out proxmox...
2023-03-16 Thomas Lamprechtbump version to 7.4-1
2023-03-16 Thomas Lamprechttimezone: drop Etc/ prefix from UTC
next