Releases: rhinstaller/anaconda-webui
Releases · rhinstaller/anaconda-webui
17
- Run browser as liveuser instead of root
- Introduce new guided partitioning scenario 'Home reuse'
- Update strings based on latest mockups
- storage: mount-point-mapping page: group devices in selector by disk
- storage: disk selection: do not show sync-alt Icon when the spinner is on
- storage: emphasize the hint text in the reclaim modal
- review: storage section: show first column device and last column mount point
- Change the wording from 'Modify storage' to 'Launch storage editor'
- Move the cockpit-ws spawning to a service file
- Do not run firefox when remote installation is requested
- And few more enhancements with lower impact
16
- storage: mount point assignment: show partition labels in device selection
- components: common: remove AddressContext provider as it's not used
- Reimplement error handling using error boundaries (Resolves: rhbz#2308279)
- storage: re-design the disk selection component
- storage: move 'Modify storage' to the header kebab
15
- storage: use
console.warn
notconsole.warning
to fix crash
14
- Move webui-desktop in libexec to our subdirectory
- storage: fix crash when device path is not existing
13
- storage: Update text for cockpit storage confirmation modal
- storage: increase the radio button spacing in the scenario selection group
- storage: reclaim: don't schedule actions for partitions whose parents are removed
- review: switch from confirmation modal to checkbox
- storage: increase spacing between password fields
- users: fix spelling of 'privilege'
- storage: make reclaim dialog table compact
- storage: don't wrap disk name away from the icon
- storage: use name not device-id in the Name column in reclaim dialog
- Allow having duplicate device names
- storage: wait for iframe to load before adding event listeners
- storage: reclaim dialog: show format type not device type
12
- storage: display names not IDs in the storage screens
11
- Re-add alert confirmation before Cockpit Storage
- storage: implement shrink partition action in reclaim dialog
- review: show previous and new size of resized devices
- review: remove the seperate 'Disk encryption' section
- review: hide account section for Workstation media
- storage: give hint on how to resize bitlocker encrypted windows partitions
- review: show resized partitions that belong to an OS
- storage: show icon for encrypted LUKS devices in Reclaim dialog
10
- review: show hostname and configuration option in server variant
- Adopt modal based design for the cockpit-storage iframe
- apis: Read storage-scenario-id from sessionStorage where it's stored
- storage: helpers: fix the calculation of device children
- storage: cockpit-integration: do not overwrite request object structure - only extend it (Resolves: rhbz#226441)
- review: organize groups and seperate with gutter
- storage: create MANUAL partitioning after unlocking the devices
- Show the storage layout in the review page for all scenarios
- Do not filter steps manually as the isHidden property is handled internally
- actions: use modern async / await when reading device data
- storage: set InitializationMode when creating the partitioning
- storage: disable form before applying the partitioning
- Disable also navigation items when the form is disabled
- Introduce some logic for knowing if devices are currently being fetched
- Disable 'Return to installation' in cockpit storage dialog when fetching device data
- storage: reset the partitioning only if there is one applied
- storage: reset partitioning before loading the scenario selection
- storage: use getNewPartitioning reusable method also for manual
- storage: do not update the scenario selection while cockpit storage mode is open
- Disable the form by default on page enter and let each page enable it after initialization
- storage: reset the partitioning before enabling the form in the disk encryption screen
- Explicitely disable all scenarios when there are not selected disks
- Remove unused isHidden property from FormHelperText
- storage: get the partitioning information only for the last created partitioning
- storage: Introduce 'Reclaim space' dialog
- review: show delete actions only for partitions
- review: get the information about deleted devices from the original device tree
- test: fix test case for installation against a disk with an existing Linux OS
- review: show existing systems affected by deleted partitions
- review: extend note about deleted systems to show affected systems
- review: use helper functions for parsing the device tree data
- storage: fix available space in reclaim dialog when parent device is deleted
9
- Translation updates
- A large series code cleanups
8
- Change hardcoded installation phases to new API
- Add bootloader partition early check based on mount point constraints