Branch: refs/heads/new-storage-ui Home: https://github.com/yast/yast-autoinstallation Commit: 01c5a6711fb780d2c2791821b2b2710d32b2d41d https://github.com/yast/yast-autoinstallation/commit/01c5a6711fb780d2c279182... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/dialogs/storage.rb A src/lib/autoinstall/widgets/storage/disk_device.rb A src/lib/autoinstall/widgets/storage/disk_page.rb A src/lib/autoinstall/widgets/storage/mount_point.rb A src/lib/autoinstall/widgets/storage/overview_tree.rb A src/lib/autoinstall/widgets/storage/overview_tree_pager.rb A src/lib/autoinstall/widgets/storage/partition_page.rb A test/lib/dialogs/storage_test.rb A test/lib/widgets/storage/disk_device_test.rb A test/lib/widgets/storage/disk_page_test.rb A test/lib/widgets/storage/mount_point.rb A test/lib/widgets/storage/overview_tree_pager_test.rb A test/lib/widgets/storage/partition_page_test.rb Log Message: ----------- Add basic widgets to see the partition plan * It uses AutoinstProfile classes as source of information. * It does not allow any change (yet). Commit: 1832a12ddc5298ca2ec27f7ac4c87cce4528a51c https://github.com/yast/yast-autoinstallation/commit/1832a12ddc5298ca2ec27f7... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/clients/storage_auto.rb Log Message: ----------- StorageAuto client uses the new widgets Commit: 16c3859c3ef8c6731f2a64637b258c622759c910 https://github.com/yast/yast-autoinstallation/commit/16c3859c3ef8c6731f2a646... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/mount_point.rb Log Message: ----------- Add missing textdomain Commit: d32c0c1fc6e974f8375f77cb536ebb6100c4847e https://github.com/yast/yast-autoinstallation/commit/d32c0c1fc6e974f8375f77c... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/clients/storage_auto.rb M src/lib/autoinstall/dialogs/storage.rb A src/lib/autoinstall/storage_controller.rb A src/lib/autoinstall/widgets/storage/add_drive_button.rb M src/lib/autoinstall/widgets/storage/disk_page.rb M src/lib/autoinstall/widgets/storage/overview_tree_pager.rb M src/lib/autoinstall/widgets/storage/partition_page.rb A test/lib/storage_controller_test.rb A test/lib/widgets/storage/add_drive_button_test.rb M test/lib/widgets/storage/disk_page_test.rb M test/lib/widgets/storage/overview_tree_pager_test.rb M test/lib/widgets/storage/partition_page_test.rb Log Message: ----------- Add support to add drive sections to the profile Commit: 24603dad90d2e6b0fa1efcf2293d6ba82a6b8a50 https://github.com/yast/yast-autoinstallation/commit/24603dad90d2e6b0fa1efcf... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/storage_controller.rb A src/lib/autoinstall/widgets/storage/add_children_button.rb M src/lib/autoinstall/widgets/storage/disk_page.rb M src/lib/autoinstall/widgets/storage/overview_tree_pager.rb M src/lib/autoinstall/widgets/storage/partition_page.rb M test/lib/widgets/storage/disk_page_test.rb M test/lib/widgets/storage/partition_page_test.rb Log Message: ----------- Add support to add partitions to a disk section Commit: 25ef185c725d13c3ebe0ee5e1e8d7f8f5e70ed30 https://github.com/yast/yast-autoinstallation/commit/25ef185c725d13c3ebe0ee5... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets.rb Log Message: ----------- Define yard macros Commit: 834079c886574cdaa1f9c7daf1ac876d85fe107d https://github.com/yast/yast-autoinstallation/commit/834079c886574cdaa1f9c7d... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M package/autoyast2.spec Log Message: ----------- Add widgets to the spec file Commit: 2429c10e6e57d04ca3b35e9fe2d1107baef87f7d https://github.com/yast/yast-autoinstallation/commit/2429c10e6e57d04ca3b35e9... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/ui_state.rb M src/lib/autoinstall/widgets/storage/disk_page.rb M src/lib/autoinstall/widgets/storage/overview_tree_pager.rb M src/lib/autoinstall/widgets/storage/partition_page.rb Log Message: ----------- Improve storage UI navigation * Keep the current page after redrawing. * Refreshes the tree with up-to-date information. Commit: f7af86f1d1843fba8fb85ea6574ed8fe55e1cd54 https://github.com/yast/yast-autoinstallation/commit/f7af86f1d1843fba8fb85ea... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets.rb M src/lib/autoinstall/widgets/storage/disk_device.rb M src/lib/autoinstall/widgets/storage/disk_page.rb M src/lib/autoinstall/widgets/storage/mount_point.rb M src/lib/autoinstall/widgets/storage/partition_page.rb M test/lib/widgets/storage/disk_device_test.rb R test/lib/widgets/storage/mount_point.rb A test/lib/widgets/storage/mount_point_test.rb Log Message: ----------- Memoize widgets and initialize them properly Commit: c70fc7b1791eef48e40b65ca0d367c6d9156c0ee https://github.com/yast/yast-autoinstallation/commit/c70fc7b1791eef48e40b65c... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/editable_combo_box.rb M src/lib/autoinstall/widgets/storage/disk_device.rb M src/lib/autoinstall/widgets/storage/mount_point.rb M test/lib/widgets/storage/disk_device_test.rb M test/lib/widgets/storage/mount_point_test.rb A test/support/editable_combo_box_examples.rb Log Message: ----------- Extract common bits of editable combo box behaviour Commit: b780f3e00a07700d7102eea96acf2eca4c7c9bc8 https://github.com/yast/yast-autoinstallation/commit/b780f3e00a07700d7102eea... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/disk_page.rb A src/lib/autoinstall/widgets/storage/disk_usage.rb A src/lib/autoinstall/widgets/storage/init_drive.rb M src/lib/autoinstall/widgets/storage/partition_page.rb A src/lib/autoinstall/widgets/storage/partition_table.rb M test/lib/widgets/storage/disk_page_test.rb A test/lib/widgets/storage/disk_usage_test.rb A test/lib/widgets/storage/partition_table_test.rb Log Message: ----------- Extend drive section edition Commit: 64961d5b97b63827eb9bee10a0743a032fec8a6c https://github.com/yast/yast-autoinstallation/commit/64961d5b97b63827eb9bee1... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M .gitignore M src/clients/storage_auto.rb M src/lib/autoinstall/dialogs/storage.rb M src/lib/autoinstall/storage_controller.rb Log Message: ----------- Handle 'next' and 'cancel' button in storage UI Commit: 157aed55ec431eb84d998f77df0068fbf1e6d7cb https://github.com/yast/yast-autoinstallation/commit/157aed55ec431eb84d998f7... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/disk_page.rb Log Message: ----------- Make RuboCop happy Commit: 1a8cd738cadb505880378e9b452ccaf42739cfe2 https://github.com/yast/yast-autoinstallation/commit/1a8cd738cadb505880378e9... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/editable_combo_box.rb M src/lib/autoinstall/widgets/storage/disk_device.rb M src/lib/autoinstall/widgets/storage/disk_page.rb Log Message: ----------- Fix documentation issues Commit: 0f602c8f97d6deb9a249fd651cc5cf8efba2221b https://github.com/yast/yast-autoinstallation/commit/0f602c8f97d6deb9a249fd6... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M package/autoyast2.spec Log Message: ----------- Add a missing file to the RPM spec Commit: cd2e169a9f85babd36fba89ea04f1b7c19b24116 https://github.com/yast/yast-autoinstallation/commit/cd2e169a9f85babd36fba89... Author: Imobach González Sosa <imobachgs@posteo.net> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M package/autoyast2.spec M src/clients/storage_auto.rb M src/lib/autoinstall/dialogs/storage.rb M src/lib/autoinstall/storage_controller.rb M src/lib/autoinstall/widgets/editable_combo_box.rb M src/lib/autoinstall/widgets/storage/disk_page.rb M src/lib/autoinstall/widgets/storage/partition_table.rb Log Message: ----------- Updates from code review Commit: b7f4f9bcc64e9574021e611b432bd7acf201ab5f https://github.com/yast/yast-autoinstallation/commit/b7f4f9bcc64e9574021e611... Author: Imobach González Sosa <imobachgs@posteo.net> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/mount_point.rb Log Message: ----------- Allow empty mount points Commit: f84b58425d770cc01ebd48a67e2920a77da0ba52 https://github.com/yast/yast-autoinstallation/commit/f84b58425d770cc01ebd48a... Author: Imobach González Sosa <imobachgs@posteo.net> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: R src/lib/autoinstall/widgets/editable_combo_box.rb M src/lib/autoinstall/widgets/storage/add_drive_button.rb M src/lib/autoinstall/widgets/storage/disk_device.rb M src/lib/autoinstall/widgets/storage/disk_usage.rb M src/lib/autoinstall/widgets/storage/mount_point.rb M test/lib/widgets/storage/disk_device_test.rb M test/lib/widgets/storage/disk_usage_test.rb M test/lib/widgets/storage/mount_point_test.rb R test/support/editable_combo_box_examples.rb Log Message: ----------- Remove the EditableCombobox * For the time being, we will keep the original behaviour. Commit: 9aab67d01e3db9bf2dc14d2a4cc5fe94196b2fc5 https://github.com/yast/yast-autoinstallation/commit/9aab67d01e3db9bf2dc14d2... Author: Imobach González Sosa <imobachgs@posteo.net> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_table.rb Log Message: ----------- Remove unneeded reference to I18n Commit: c46977afb884ee45137e90d35502da75eb028da2 https://github.com/yast/yast-autoinstallation/commit/c46977afb884ee45137e90d... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_table.rb Log Message: ----------- Document partition table values Commit: f6cb9ebcea2d6c381d8b8e5b9e9d2f7c10e4b449 https://github.com/yast/yast-autoinstallation/commit/f6cb9ebcea2d6c381d8b8e5... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/used_as.rb A test/lib/widgets/storage/used_as_test.rb Log Message: ----------- Add a widget to select the use of a partition Commit: 0d5547af5536e15d8a8598d5395f52c5f8ec4888 https://github.com/yast/yast-autoinstallation/commit/0d5547af5536e15d8a8598d... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/filesystem.rb A src/lib/autoinstall/widgets/storage/format_filesystem.rb A test/lib/widgets/storage/filesystem_test.rb A test/lib/widgets/storage/format_filesystem_test.rb Log Message: ----------- Add widgets to set the file system type Commit: ecf0e9c461f58624d2c53be5dbb70a1bceb5ed9e https://github.com/yast/yast-autoinstallation/commit/ecf0e9c461f58624d2c53be... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/storage_controller.rb M test/lib/storage_controller_test.rb Log Message: ----------- Add a StorageController#update_partition method Commit: 62cd8e5c6960188ffa6b9f3017b58a1c84adbb7f https://github.com/yast/yast-autoinstallation/commit/62cd8e5c6960188ffa6b9f3... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/storage_controller.rb A src/lib/autoinstall/widgets/storage/filesystem_attrs.rb M src/lib/autoinstall/widgets/storage/partition_page.rb A src/lib/autoinstall/widgets/storage/raid_attrs.rb A src/lib/autoinstall/widgets/storage/raid_name.rb M src/lib/autoinstall/widgets/storage/used_as.rb M test/lib/storage_controller_test.rb A test/lib/widgets/storage/filesystem_attrs_test.rb M test/lib/widgets/storage/partition_page_test.rb A test/lib/widgets/storage/raid_attrs_test.rb M test/lib/widgets/storage/used_as_test.rb Log Message: ----------- Allow to define RAID name for partition sections Commit: decea9dca3bd3f983c18a8a02bf6edf950883e83 https://github.com/yast/yast-autoinstallation/commit/decea9dca3bd3f983c18a8a... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_table.rb Log Message: ----------- Add missing require Commit: 5cbcd496bc25b62f3616548609741b6015b6d533 https://github.com/yast/yast-autoinstallation/commit/5cbcd496bc25b62f3616548... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/add_drive_button.rb Log Message: ----------- Fix the button to add a drive section * The handle_all_events was accidentally removed. Commit: 1f70d330063f95c44298e5276b3cc185e7c5e02d https://github.com/yast/yast-autoinstallation/commit/1f70d330063f95c44298e52... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/storage_controller.rb M src/lib/autoinstall/widgets/storage/add_drive_button.rb M src/lib/autoinstall/widgets/storage/overview_tree_pager.rb A src/lib/autoinstall/widgets/storage/raid_page.rb M test/lib/widgets/storage/add_drive_button_test.rb M test/lib/widgets/storage/overview_tree_pager_test.rb M test/lib/widgets/storage/partition_page_test.rb A test/lib/widgets/storage/raid_page_test.rb Log Message: ----------- Add support to a drive corresponding to a RAID Commit: fe50d732ec665421143bcf8013595f6c4aa894c4 https://github.com/yast/yast-autoinstallation/commit/fe50d732ec665421143bcf8... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/chunk_size.rb A src/lib/autoinstall/widgets/storage/md_level.rb A src/lib/autoinstall/widgets/storage/parity_algorithm.rb M src/lib/autoinstall/widgets/storage/raid_page.rb A test/lib/widgets/storage/chunk_size_test.rb A test/lib/widgets/storage/md_level_test.rb A test/lib/widgets/storage/parity_algorithm_test.rb Log Message: ----------- Add RAID options to the drive section on CT_RAID Commit: 53d35ce36050ff42d7fb273f39a3c653aeceb446 https://github.com/yast/yast-autoinstallation/commit/53d35ce36050ff42d7fb273... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/storage_controller.rb M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb M src/lib/autoinstall/widgets/storage/raid_attrs.rb Log Message: ----------- Simplify partition section updates Commit: 456f5bcbb5ae4a535fb58d4cc5d96465ea5c7610 https://github.com/yast/yast-autoinstallation/commit/456f5bcbb5ae4a535fb58d4... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/storage_controller.rb M src/lib/autoinstall/widgets/storage/chunk_size.rb M src/lib/autoinstall/widgets/storage/disk_page.rb M src/lib/autoinstall/widgets/storage/md_level.rb M src/lib/autoinstall/widgets/storage/raid_page.rb Log Message: ----------- Move responsability to update drive sections to the controller Commit: d4a8a597428594f33021108715f058b3f3a53ca8 https://github.com/yast/yast-autoinstallation/commit/d4a8a597428594f33021108... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/add_children_button.rb Log Message: ----------- Fix AddChildrenButton for CT_RAID drives Commit: ace9223d51b106a648b67dbda0d46beec9559857 https://github.com/yast/yast-autoinstallation/commit/ace9223d51b106a648b67db... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/storage_controller.rb M src/lib/autoinstall/widgets/storage/format_filesystem.rb M src/lib/autoinstall/widgets/storage/overview_tree_pager.rb M src/lib/autoinstall/widgets/storage/partition_page.rb Log Message: ----------- Documentation fixes Commit: 971bacb886a6a90edff6d66c17f7e22b3ad2b770 https://github.com/yast/yast-autoinstallation/commit/971bacb886a6a90edff6d66... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A test/lib/widgets/storage/add_children_button_test.rb M test/lib/widgets/storage/add_drive_button_test.rb M test/lib/widgets/storage/disk_page_test.rb M test/lib/widgets/storage/overview_tree_pager_test.rb M test/lib/widgets/storage/partition_page_test.rb M test/lib/widgets/storage/raid_page_test.rb Log Message: ----------- Add missing test examples Commit: 674b977cbada236361600fc22d9ed21fccec70c7 https://github.com/yast/yast-autoinstallation/commit/674b977cbada236361600fc... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/storage_controller.rb M src/lib/autoinstall/widgets/storage/add_children_button.rb M src/lib/autoinstall/widgets/storage/add_drive_button.rb A src/lib/autoinstall/widgets/storage/lvm_group.rb A src/lib/autoinstall/widgets/storage/lvm_page.rb A src/lib/autoinstall/widgets/storage/lvm_pv_attrs.rb M src/lib/autoinstall/widgets/storage/overview_tree_pager.rb M src/lib/autoinstall/widgets/storage/partition_page.rb M src/lib/autoinstall/widgets/storage/used_as.rb A src/lib/autoinstall/widgets/storage/vg_device.rb A src/lib/autoinstall/widgets/storage/vg_extent_size.rb M test/lib/storage_controller_test.rb M test/lib/widgets/storage/add_drive_button_test.rb A test/lib/widgets/storage/lvm_page_test.rb A test/lib/widgets/storage/lvm_pv_attrs_test.rb M test/lib/widgets/storage/partition_page_test.rb A test/lib/widgets/storage/vg_device_test.rb A test/lib/widgets/storage/vg_extent_size_test.rb Log Message: ----------- Add initial support for LVM definitions Commit: f3ccbaaeeaa6530ace0bf71e93cffaa436c7be88 https://github.com/yast/yast-autoinstallation/commit/f3ccbaaeeaa6530ace0bf71... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_page.rb Log Message: ----------- Allow to include drive dependent attrs for a partition section Commit: 37586c3256ebaafdca71ebaeacde242e7cd74c1d https://github.com/yast/yast-autoinstallation/commit/37586c3256ebaafdca71eba... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/lv_name.rb A src/lib/autoinstall/widgets/storage/lvm_partition_attrs.rb A test/lib/widgets/storage/lvm_partition_attrs_test.rb M test/lib/widgets/storage/partition_page_test.rb Log Message: ----------- Include attributes for LVM partitions sections Commit: 748c1a93762749173058d42fc96af651eb28fb54 https://github.com/yast/yast-autoinstallation/commit/748c1a93762749173058d42... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_page.rb A src/lib/autoinstall/widgets/storage/size.rb M test/lib/widgets/storage/partition_page_test.rb A test/lib/widgets/storage/size_test.rb Log Message: ----------- Add the partition size option Commit: aad50c960f8f86bffd7a159030920268dd2acf06 https://github.com/yast/yast-autoinstallation/commit/aad50c960f8f86bffd7a159... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/lvm_page.rb Log Message: ----------- Remove "Drive" prefix from LVM page label For consistence with the rest page labels Commit: 5a5e854be847bf13d16c0acb1574bd9bc8f368f2 https://github.com/yast/yast-autoinstallation/commit/5a5e854be847bf13d16c0ac... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_page.rb R src/lib/autoinstall/widgets/storage/size.rb A src/lib/autoinstall/widgets/storage/size_selector.rb M test/lib/widgets/storage/partition_page_test.rb A test/lib/widgets/storage/size_selector_test.rb R test/lib/widgets/storage/size_test.rb Log Message: ----------- Add a new SizeSelector widget Commit: b22232fc55787671aea93118c9b98c5d557ffbf1 https://github.com/yast/yast-autoinstallation/commit/b22232fc55787671aea9311... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/vg_extent_size.rb M test/lib/widgets/storage/vg_extent_size_test.rb Log Message: ----------- Update VgExtentSize widget Which now is a SizeSelector Commit: caf7c1bd3d31b392b2d17098bed810a693ecb7e1 https://github.com/yast/yast-autoinstallation/commit/caf7c1bd3d31b392b2d1709... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/size_selector.rb M test/lib/storage_controller_test.rb M test/lib/widgets/storage/add_children_button_test.rb M test/lib/widgets/storage/add_drive_button_test.rb Log Message: ----------- Update from code review Commit: 597af6b3ebb87d3222c95acae0bcdae3adfbaca3 https://github.com/yast/yast-autoinstallation/commit/597af6b3ebb87d3222c95ac... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/vg_extent_size.rb Log Message: ----------- Add missing textdomain Commit: 9072ce4af77e2ae9444181f82eea00e7780691fe https://github.com/yast/yast-autoinstallation/commit/9072ce4af77e2ae9444181f... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/storage_controller.rb M src/lib/autoinstall/widgets/storage/lvm_group.rb M src/lib/autoinstall/widgets/storage/lvm_page.rb M src/lib/autoinstall/widgets/storage/lvm_pv_attrs.rb M src/lib/autoinstall/widgets/storage/vg_device.rb M test/lib/storage_controller_test.rb A test/lib/widgets/storage/lvm_group_test.rb M test/lib/widgets/storage/lvm_page_test.rb M test/lib/widgets/storage/lvm_pv_attrs_test.rb M test/lib/widgets/storage/vg_device_test.rb Log Message: ----------- Change inputs to fill the LVM group and VG device Now, the LVM group is a dropdown offering the available LVM VG devices instead of the other way around. Commit: e314b88bdca1d956184570b43a6b59d84a553d69 https://github.com/yast/yast-autoinstallation/commit/e314b88bdca1d956184570b... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/vg_device.rb Log Message: ----------- More robust widget VgDevice Commit: 304bad534ba0d384102702de4d572c265c152509 https://github.com/yast/yast-autoinstallation/commit/304bad534ba0d384102702d... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/presenters.rb A src/lib/autoinstall/presenters/drive.rb A src/lib/autoinstall/presenters/drive_type.rb A src/lib/autoinstall/presenters/partition.rb A src/lib/autoinstall/presenters/section.rb M src/lib/autoinstall/storage_controller.rb R src/lib/autoinstall/widgets/storage/add_children_button.rb M src/lib/autoinstall/widgets/storage/add_drive_button.rb A src/lib/autoinstall/widgets/storage/add_partition_button.rb M src/lib/autoinstall/widgets/storage/disk_page.rb A src/lib/autoinstall/widgets/storage/drive_page.rb M src/lib/autoinstall/widgets/storage/lvm_page.rb M src/lib/autoinstall/widgets/storage/lvm_pv_attrs.rb M src/lib/autoinstall/widgets/storage/overview_tree_pager.rb M src/lib/autoinstall/widgets/storage/partition_page.rb M src/lib/autoinstall/widgets/storage/raid_page.rb Log Message: ----------- Reorganize buttons and labels introducing presenters Commit: cd6dc4ac426d55a7adc6a3d8e959ff075e277aaa https://github.com/yast/yast-autoinstallation/commit/cd6dc4ac426d55a7adc6a3d... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/drive_page.rb M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb M src/lib/autoinstall/widgets/storage/lvm_partition_attrs.rb M src/lib/autoinstall/widgets/storage/lvm_pv_attrs.rb M src/lib/autoinstall/widgets/storage/overview_tree_pager.rb M src/lib/autoinstall/widgets/storage/partition_page.rb M src/lib/autoinstall/widgets/storage/raid_attrs.rb Log Message: ----------- Stop passing the controller to all widgets Commit: 83b0fb8b4f8c020e0da6a415d20fea137e905c59 https://github.com/yast/yast-autoinstallation/commit/83b0fb8b4f8c020e0da6a41... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/presenters/drive_type.rb M src/lib/autoinstall/widgets/storage/disk_page.rb M src/lib/autoinstall/widgets/storage/lvm_page.rb M src/lib/autoinstall/widgets/storage/raid_page.rb Log Message: ----------- Add missing textdomain calls Commit: 3e3e0fdd5ba23884d1f954f0c05c7bbea2a00dc2 https://github.com/yast/yast-autoinstallation/commit/3e3e0fdd5ba23884d1f954f... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/presenters/partition.rb M src/lib/autoinstall/storage_controller.rb M src/lib/autoinstall/widgets/storage/add_partition_button.rb Log Message: ----------- Coding standards (rubocop) Commit: f041ff8edbd1deef688b4bf655232da5b7dd01f2 https://github.com/yast/yast-autoinstallation/commit/f041ff8edbd1deef688b4bf... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/presenters/partition.rb Log Message: ----------- Fix text casing Commit: da2fa344306790838ea997fe1bc6faf0977f10e2 https://github.com/yast/yast-autoinstallation/commit/da2fa344306790838ea997f... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A test/lib/presenters/partition_test.rb M test/lib/storage_controller_test.rb M test/lib/widgets/storage/add_children_button_test.rb M test/lib/widgets/storage/add_drive_button_test.rb M test/lib/widgets/storage/disk_page_test.rb M test/lib/widgets/storage/filesystem_attrs_test.rb M test/lib/widgets/storage/lvm_page_test.rb M test/lib/widgets/storage/lvm_partition_attrs_test.rb M test/lib/widgets/storage/lvm_pv_attrs_test.rb M test/lib/widgets/storage/overview_tree_pager_test.rb M test/lib/widgets/storage/partition_page_test.rb M test/lib/widgets/storage/raid_attrs_test.rb M test/lib/widgets/storage/raid_page_test.rb Log Message: ----------- Adapt existing tests Commit: f4ade6bb25575b53f446e2276ef0078df80f7061 https://github.com/yast/yast-autoinstallation/commit/f4ade6bb25575b53f446e22... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M package/autoyast2.spec Log Message: ----------- Adapt packaging Commit: 10399f87aa8b8ef86450f3f230deb0775c78f89d https://github.com/yast/yast-autoinstallation/commit/10399f87aa8b8ef86450f3f... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/lvm_page.rb Log Message: ----------- Remove wrong requires Commit: 8a431d9d51cf520ba1164ecf320951dbaf4e4f45 https://github.com/yast/yast-autoinstallation/commit/8a431d9d51cf520ba1164ec... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/partition_general_tab.rb M src/lib/autoinstall/widgets/storage/partition_page.rb A src/lib/autoinstall/widgets/storage/partition_usage_tab.rb A test/lib/widgets/storage/partition_general_tab_test.rb M test/lib/widgets/storage/partition_page_test.rb A test/lib/widgets/storage/partition_usage_tab_test.rb Log Message: ----------- Split partition section page in two tabs A partition section could have three groups of options * those that are always (create, size, etc) * others that depends on the drive section type (e.g., LVM name) * options related to the partition usage (filesystem, LVM group, etc) which have been organized in two tabs, one for the two first groups and other for the last one. That way, the interface will look less crowded. Commit: c9a2fde4cb973af64e4840d422f2cd48be3dec1f https://github.com/yast/yast-autoinstallation/commit/c9a2fde4cb973af64e4840d... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/presenters/partition.rb M src/lib/autoinstall/presenters/section.rb M src/lib/autoinstall/widgets/storage/partition_usage_tab.rb M test/lib/presenters/partition_test.rb Log Message: ----------- Restrict attributes to reset in a partition section Each tab widget in the partition section will trigger its #store method to #update it. So, it's needed to limit the performed attributes cleanup in order to avoid missing options. In some way, this commit support the argument stated in the FIXME claiming that the attributes cleanup logic should be moved to a better place, likely in the Y2Storage section class. Commit: d6be47bcc43e0309b84d41d489ef8736fb9bad28 https://github.com/yast/yast-autoinstallation/commit/d6be47bcc43e0309b84d41d... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_general_tab.rb M src/lib/autoinstall/widgets/storage/partition_usage_tab.rb Log Message: ----------- Adapt #store method of partition section tabs Commit: 718b995dd47fa565b06c84b64f48a05efa8c4d91 https://github.com/yast/yast-autoinstallation/commit/718b995dd47fa565b06c84b... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb Log Message: ----------- Fix filesytem attributes widget To include all its known values unconditionally Commit: a2ad73a76bf5b4441cb677c1d05222146c49e994 https://github.com/yast/yast-autoinstallation/commit/a2ad73a76bf5b4441cb677c... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/boolean_selector.rb A test/lib/widgets/storage/boolean_selector_test.rb A test/lib/widgets/storage/shared_examples.rb Log Message: ----------- Add base widget for boolean options Which allows to include the empty option Commit: d12d64972c25eb1b31d6bcb1872b23e784d46fa1 https://github.com/yast/yast-autoinstallation/commit/d12d64972c25eb1b31d6bcb... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/create.rb M src/lib/autoinstall/widgets/storage/partition_general_tab.rb A test/lib/widgets/storage/create_test.rb Log Message: ----------- Add the `create` option to partition section Commit: 4f4ba916eb418f6525f8410f85c1ec044e5b5556 https://github.com/yast/yast-autoinstallation/commit/4f4ba916eb418f6525f8410... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/common_partition_attrs.rb M src/lib/autoinstall/widgets/storage/partition_general_tab.rb A test/lib/widgets/storage/common_partition_attrs_test.rb M test/lib/widgets/storage/partition_general_tab_test.rb Log Message: ----------- Move common partition attributes to their own widget Commit: f8a4560c935c3fe7c7e90c158229603ddafbf1ba https://github.com/yast/yast-autoinstallation/commit/f8a4560c935c3fe7c7e90c1... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/common_partition_attrs.rb A src/lib/autoinstall/widgets/storage/resize.rb M test/lib/widgets/storage/common_partition_attrs_test.rb A test/lib/widgets/storage/resize_test.rb Log Message: ----------- Add the `resize` option to partition section Commit: c9e01c04e8d371d973788f0021844da366fe0c5c https://github.com/yast/yast-autoinstallation/commit/c9e01c04e8d371d973788f0... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/common_partition_attrs.rb A src/lib/autoinstall/widgets/storage/partition_nr.rb M test/lib/widgets/storage/common_partition_attrs_test.rb A test/lib/widgets/storage/partition_nr_test.rb Log Message: ----------- Add `partition_nr` option to partition sections Commit: b2799fa3cd581a0fde759146db89182efca467fe https://github.com/yast/yast-autoinstallation/commit/b2799fa3cd581a0fde75914... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/common_partition_attrs.rb A src/lib/autoinstall/widgets/storage/uuid.rb M test/lib/widgets/storage/common_partition_attrs_test.rb A test/lib/widgets/storage/uuid_test.rb Log Message: ----------- Add `uuid` option to partition section Commit: 07ecbeabba5d4894d6b879fb9060ff280c5cc96d https://github.com/yast/yast-autoinstallation/commit/07ecbeabba5d4894d6b879f... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/common_partition_attrs.rb M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb A src/lib/autoinstall/widgets/storage/format.rb R src/lib/autoinstall/widgets/storage/format_filesystem.rb M test/lib/widgets/storage/common_partition_attrs_test.rb R test/lib/widgets/storage/format_filesystem_test.rb A test/lib/widgets/storage/format_test.rb Log Message: ----------- Move `format` option to the general partition tab Commit: 20e77beb40b80cbcbb256b441bdb3baf45e493b2 https://github.com/yast/yast-autoinstallation/commit/20e77beb40b80cbcbb256b4... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M test/lib/widgets/storage/partition_general_tab_test.rb Log Message: ----------- Remove broken test Commit: 548a9f2591f0f73abd02171842e5e4911dfcf218 https://github.com/yast/yast-autoinstallation/commit/548a9f2591f0f73abd02171... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/lvm_partition_attrs.rb Log Message: ----------- Adjust presentation of lv_name option Commit: 7e32bfd096e35536f02b4327a96c222b3640f6fc https://github.com/yast/yast-autoinstallation/commit/7e32bfd096e35536f02b432... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/common_partition_attrs.rb A src/lib/autoinstall/widgets/storage/size.rb M test/lib/widgets/storage/shared_examples.rb M test/lib/widgets/storage/size_selector_test.rb A test/lib/widgets/storage/size_test.rb M test/lib/widgets/storage/vg_extent_size_test.rb Log Message: ----------- Make SizeSelector a base widget Commit: b546c49ad88e156e36da85bc92bf51181040c9f6 https://github.com/yast/yast-autoinstallation/commit/b546c49ad88e156e36da85b... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/lvm_page.rb A src/lib/autoinstall/widgets/storage/pesize.rb R src/lib/autoinstall/widgets/storage/vg_extent_size.rb M test/lib/widgets/storage/lvm_page_test.rb A test/lib/widgets/storage/pesize_test.rb R test/lib/widgets/storage/vg_extent_size_test.rb Log Message: ----------- Rename widget to manage the VG Physical Extent Size (pesize) Commit: e8ad881c71e694c94041377943e2e320dfa85709 https://github.com/yast/yast-autoinstallation/commit/e8ad881c71e694c94041377... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/lvm_partition_attrs.rb A src/lib/autoinstall/widgets/storage/pool.rb M test/lib/widgets/storage/lvm_partition_attrs_test.rb A test/lib/widgets/storage/pool_test.rb Log Message: ----------- Add `pool` option to LV partition attributes Commit: 6c944ba1b43d6963f5682bd6a00af895373292c7 https://github.com/yast/yast-autoinstallation/commit/6c944ba1b43d6963f5682bd... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/lvm_partition_attrs.rb A src/lib/autoinstall/widgets/storage/used_pool.rb M test/lib/widgets/storage/lvm_partition_attrs_test.rb A test/lib/widgets/storage/used_pool_test.rb Log Message: ----------- Add `used_pool` option to LV partition attributes Commit: 1912ed268893514427685b662e2007bdb83c2bed https://github.com/yast/yast-autoinstallation/commit/1912ed268893514427685b6... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/lvm_partition_attrs.rb A src/lib/autoinstall/widgets/storage/stripes.rb M test/lib/widgets/storage/lvm_partition_attrs_test.rb A test/lib/widgets/storage/stripes_test.rb Log Message: ----------- Add `stripes` option to LV partition attributes Commit: 2a1695b35c0096aabefdb53e7e23881a8a602e88 https://github.com/yast/yast-autoinstallation/commit/2a1695b35c0096aabefdb53... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/lvm_partition_attrs.rb A src/lib/autoinstall/widgets/storage/stripesize.rb M test/lib/widgets/storage/lvm_partition_attrs_test.rb A test/lib/widgets/storage/stripesize_test.rb Log Message: ----------- Add `stripesize` option to LV partition attributes Commit: 10b19c37a276eb65554cf9419c52177c2a261045 https://github.com/yast/yast-autoinstallation/commit/10b19c37a276eb65554cf94... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb A src/lib/autoinstall/widgets/storage/label.rb M test/lib/widgets/storage/filesystem_attrs_test.rb A test/lib/widgets/storage/label_test.rb Log Message: ----------- Add the `label` option to filesystem attributes Commit: c609822b0137ef86bf8a054b56cb77b6439fcb1d https://github.com/yast/yast-autoinstallation/commit/c609822b0137ef86bf8a054... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb A src/lib/autoinstall/widgets/storage/mount.rb R src/lib/autoinstall/widgets/storage/mount_point.rb M test/lib/widgets/storage/filesystem_attrs_test.rb R test/lib/widgets/storage/mount_point_test.rb A test/lib/widgets/storage/mount_test.rb Log Message: ----------- Rename the widget for selecting the mount point According to the convention of using the same name than the AutoYaST option managed. Commit: 2ebb2c0c92b6c14a9a30bdf307eb46617e67c422 https://github.com/yast/yast-autoinstallation/commit/2ebb2c0c92b6c14a9a30bdf... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb A src/lib/autoinstall/widgets/storage/mountby.rb M test/lib/widgets/storage/filesystem_attrs_test.rb A test/lib/widgets/storage/mountby_test.rb Log Message: ----------- Add the `mountby` option to filesystem attributes Commit: a396407c3728ba048df55daa994c95ff074f4bd4 https://github.com/yast/yast-autoinstallation/commit/a396407c3728ba048df55da... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb A src/lib/autoinstall/widgets/storage/mkfs_options.rb M test/lib/widgets/storage/filesystem_attrs_test.rb A test/lib/widgets/storage/mkfs_options_test.rb Log Message: ----------- Add `mkfs_options` to filesystem attributes Commit: d6ed2008fc75dba1a5ff58a6bf6bc15c143c5059 https://github.com/yast/yast-autoinstallation/commit/d6ed2008fc75dba1a5ff58a... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb A src/lib/autoinstall/widgets/storage/fstopt.rb M test/lib/widgets/storage/filesystem_attrs_test.rb A test/lib/widgets/storage/fstopt_test.rb Log Message: ----------- Add `fstotp` option to filesystem attributes Commit: 51007a4c792bc027f3eb6106ca900abb271b8a6e https://github.com/yast/yast-autoinstallation/commit/51007a4c792bc027f3eb610... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/encryption_attrs.rb M src/lib/autoinstall/widgets/storage/partition_usage_tab.rb A test/lib/widgets/storage/encryption_attrs_test.rb Log Message: ----------- Include custom widget to display encryption attrs Commit: ac6a965dd95456b09d6aae166ced564d840ce5a8 https://github.com/yast/yast-autoinstallation/commit/ac6a965dd95456b09d6aae1... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/crypt_method.rb M src/lib/autoinstall/widgets/storage/encryption_attrs.rb A test/lib/widgets/storage/crypt_method_test.rb M test/lib/widgets/storage/encryption_attrs_test.rb Log Message: ----------- Add `crypt_method` to encryption attributes Commit: f4bf42334f44c3359e0c267188599813c6cfd4e8 https://github.com/yast/yast-autoinstallation/commit/f4bf42334f44c3359e0c267... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/crypt_key.rb M src/lib/autoinstall/widgets/storage/encryption_attrs.rb A test/lib/widgets/storage/crypt_key_test.rb M test/lib/widgets/storage/encryption_attrs_test.rb Log Message: ----------- Add `crypt_key` to encryption attributes Commit: d44106b97379ffc2a8c7dc2ca669657c130d0bb3 https://github.com/yast/yast-autoinstallation/commit/d44106b97379ffc2a8c7dc2... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_usage_tab.rb M test/lib/widgets/storage/partition_usage_tab_test.rb Log Message: ----------- Hide encryption attrs when using the partition as RAID member Commit: b1aee298d7df7561184d223ac1678be5b9d7308c https://github.com/yast/yast-autoinstallation/commit/b1aee298d7df7561184d223... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/is_lvm_vg.rb M src/lib/autoinstall/widgets/storage/lvm_page.rb A test/lib/widgets/storage/is_lvm_vg_test.rb M test/lib/widgets/storage/lvm_page_test.rb Log Message: ----------- Add `is_lvm_vg` option to LVM drive section Commit: 03a10cc1388dff5eb4e5e5dd704e3d2b4d7d3770 https://github.com/yast/yast-autoinstallation/commit/03a10cc1388dff5eb4e5e5d... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/lvm_page.rb M test/lib/widgets/storage/lvm_page_test.rb Log Message: ----------- Fix LVM drive section page Two options had their values exchanged. Commit: da4d8f042bd618f551fb2ca68f5f1d03b1061e0a https://github.com/yast/yast-autoinstallation/commit/da4d8f042bd618f551fb2ca... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: A src/lib/autoinstall/widgets/storage/keep_unknown_lv.rb M src/lib/autoinstall/widgets/storage/lvm_page.rb A test/lib/widgets/storage/keep_unknown_lv_test.rb M test/lib/widgets/storage/lvm_page_test.rb Log Message: ----------- Add `keep_unknown_lv` option to LVM page Which allows to keep existing logical volumes without specifying them. Commit: 6082a29a89483dc942db71413bea99f019404e5e https://github.com/yast/yast-autoinstallation/commit/6082a29a89483dc942db714... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/boolean_selector.rb M test/lib/widgets/storage/shared_examples.rb Log Message: ----------- Prevent crashing because a boolean selector without value Sometimes the UI queries a widget that is not visible, which result in a nil value. Commit: 4eae15c4743a3b2837d7028a0efca90aefe8fe38 https://github.com/yast/yast-autoinstallation/commit/4eae15c4743a3b2837d7028... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/presenters/partition.rb M src/lib/autoinstall/widgets/storage/partition_usage_tab.rb M src/lib/autoinstall/widgets/storage/used_as.rb M test/lib/presenters/partition_test.rb M test/lib/widgets/storage/partition_usage_tab_test.rb M test/lib/widgets/storage/used_as_test.rb Log Message: ----------- Add support for having a not used partition Commit: 303ff9bf634de951b8c033d5c05d0967804c7cbe https://github.com/yast/yast-autoinstallation/commit/303ff9bf634de951b8c033d... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_general_tab.rb Log Message: ----------- Fix general partition tab for not crashing Rescuing NotMethodError when if there are attributes related to the parent drive section yet. Commit: a4c550072955589af836b5adbd84307b17e53c97 https://github.com/yast/yast-autoinstallation/commit/a4c550072955589af836b5a... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/presenters/partition.rb M src/lib/autoinstall/widgets/storage/filesystem.rb M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb M test/lib/presenters/partition_test.rb M test/lib/widgets/storage/filesystem_test.rb Log Message: ----------- Allow not settings a filesystem For example, to reuse an existing partition just providing its mount point. Changes also includes improvements in the selector, using symbols instead strings as key for its items. Commit: 494556a42bb7ce491d89373dbe07d540a60516ac https://github.com/yast/yast-autoinstallation/commit/494556a42bb7ce491d89373... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/crypt_method.rb M test/lib/widgets/storage/crypt_method_test.rb Log Message: ----------- Improve encryption method selector Using the encryption method symbol for both, the key and the label of the selector. Also fix a typo in its label. Commit: b32995bb119bd40d0f43be86f83e8dab0011a7aa https://github.com/yast/yast-autoinstallation/commit/b32995bb119bd40d0f43be8... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb M src/lib/autoinstall/widgets/storage/mountby.rb M test/lib/widgets/storage/mountby_test.rb Log Message: ----------- Improve the mountby selector Using symbols instead of strings for its items key. Commit: 9fac3c09cc8f3b78291ef92efce559dfaf07ac9a https://github.com/yast/yast-autoinstallation/commit/9fac3c09cc8f3b78291ef92... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: R src/lib/autoinstall/widgets/storage/is_lvm_vg.rb M src/lib/autoinstall/widgets/storage/lvm_page.rb R test/lib/widgets/storage/is_lvm_vg_test.rb M test/lib/widgets/storage/lvm_page_test.rb Log Message: ----------- Remove `is_lvm_vg` option Commit: bb498f0419adf546ce535ad07a7c4c4c7ca03dbb https://github.com/yast/yast-autoinstallation/commit/bb498f0419adf546ce535ad... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/crypt_key.rb M src/lib/autoinstall/widgets/storage/fstopt.rb M src/lib/autoinstall/widgets/storage/keep_unknown_lv.rb M src/lib/autoinstall/widgets/storage/lv_name.rb M src/lib/autoinstall/widgets/storage/lvm_group.rb M src/lib/autoinstall/widgets/storage/mkfs_options.rb M src/lib/autoinstall/widgets/storage/mount.rb M src/lib/autoinstall/widgets/storage/mountby.rb M src/lib/autoinstall/widgets/storage/partition_nr.rb M src/lib/autoinstall/widgets/storage/partition_table.rb M src/lib/autoinstall/widgets/storage/partition_usage_tab.rb M src/lib/autoinstall/widgets/storage/pool.rb M src/lib/autoinstall/widgets/storage/raid_name.rb M src/lib/autoinstall/widgets/storage/used_as.rb M src/lib/autoinstall/widgets/storage/used_pool.rb Log Message: ----------- Fix widget labels Mostly the capitalization. Commit: 444908f0d41bc73cd0dafcb63c18cfd22e00634f https://github.com/yast/yast-autoinstallation/commit/444908f0d41bc73cd0dafcb... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/disk_page.rb M src/lib/autoinstall/widgets/storage/lvm_page.rb M src/lib/autoinstall/widgets/storage/partition_page.rb M src/lib/autoinstall/widgets/storage/raid_page.rb Log Message: ----------- Remove section headings Since they do not provide any value. Commit: 00b7b8246888aa85cfa3636b1bbc068a74eb3d57 https://github.com/yast/yast-autoinstallation/commit/00b7b8246888aa85cfa3636... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/common_partition_attrs.rb M src/lib/autoinstall/widgets/storage/disk_page.rb M src/lib/autoinstall/widgets/storage/encryption_attrs.rb M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb M src/lib/autoinstall/widgets/storage/lvm_page.rb M src/lib/autoinstall/widgets/storage/lvm_partition_attrs.rb M src/lib/autoinstall/widgets/storage/lvm_pv_attrs.rb M src/lib/autoinstall/widgets/storage/partition_general_tab.rb M src/lib/autoinstall/widgets/storage/partition_page.rb M src/lib/autoinstall/widgets/storage/partition_usage_tab.rb M src/lib/autoinstall/widgets/storage/raid_attrs.rb M src/lib/autoinstall/widgets/storage/raid_page.rb Log Message: ----------- Improve layout distribution As much as possible, since there are limitations to set an specific or ideal size per widget. For more information visit https://doc.opensuse.org/projects/YaST/openSUSE11.3/tdg/bk08ch01.html#layout... Commit: 8f24f99e26d04addffc9333b5a231f691b76a24f https://github.com/yast/yast-autoinstallation/commit/8f24f99e26d04addffc9333... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/presenters/partition.rb M src/lib/autoinstall/presenters/section.rb M src/lib/autoinstall/widgets/storage/disk_page.rb Log Message: ----------- Limit the section cleanup to received attributes Related to commit 358073c Commit: dec52a2f9d14aa1a474f84b30282e7855f45214b https://github.com/yast/yast-autoinstallation/commit/dec52a2f9d14aa1a474f84b... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_nr.rb M src/lib/autoinstall/widgets/storage/stripes.rb M src/lib/autoinstall/widgets/storage/stripesize.rb M test/lib/widgets/storage/partition_nr_test.rb M test/lib/widgets/storage/stripes_test.rb M test/lib/widgets/storage/stripesize_test.rb Log Message: ----------- Use InputField instead of IntField To be coherent with the rest of the interface and allows setting the attribute to empty/blank to use its default value (i.e., leaving the decision up to AutoYaST). Commit: 95ee59a5a5e97357b472551c9a490af1b9bdb59d https://github.com/yast/yast-autoinstallation/commit/95ee59a5a5e97357b472551... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M test/lib/widgets/storage/common_partition_attrs_test.rb M test/lib/widgets/storage/encryption_attrs_test.rb M test/lib/widgets/storage/filesystem_attrs_test.rb M test/lib/widgets/storage/lvm_page_test.rb M test/lib/widgets/storage/lvm_partition_attrs_test.rb M test/lib/widgets/storage/lvm_pv_attrs_test.rb M test/lib/widgets/storage/partition_general_tab_test.rb M test/lib/widgets/storage/partition_usage_tab_test.rb M test/lib/widgets/storage/raid_attrs_test.rb Log Message: ----------- Add more unit test Commit: d681038db7ce0bfa880a5c1f799cc86bddc54f52 https://github.com/yast/yast-autoinstallation/commit/d681038db7ce0bfa880a5c1... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/disk_usage.rb Log Message: ----------- Fix label of disk_usage widget Commit: 5ea7582653e570cb311e299378ea2a8c7d279bba https://github.com/yast/yast-autoinstallation/commit/5ea7582653e570cb311e299... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/common_partition_attrs.rb M src/lib/autoinstall/widgets/storage/disk_page.rb M src/lib/autoinstall/widgets/storage/encryption_attrs.rb M src/lib/autoinstall/widgets/storage/filesystem_attrs.rb M src/lib/autoinstall/widgets/storage/format.rb M src/lib/autoinstall/widgets/storage/lv_name.rb M src/lib/autoinstall/widgets/storage/lvm_page.rb M src/lib/autoinstall/widgets/storage/lvm_partition_attrs.rb M src/lib/autoinstall/widgets/storage/lvm_pv_attrs.rb M src/lib/autoinstall/widgets/storage/partition_page.rb M src/lib/autoinstall/widgets/storage/pesize.rb M src/lib/autoinstall/widgets/storage/raid_attrs.rb M src/lib/autoinstall/widgets/storage/raid_page.rb M src/lib/autoinstall/widgets/storage/uuid.rb M src/lib/autoinstall/widgets/storage/vg_device.rb Log Message: ----------- Improve documentation Adding missing documentation but also removing redundant or useless doc strings. Commit: 4e50ce4ff1c7295bffdc81302925a71baec3b324 https://github.com/yast/yast-autoinstallation/commit/4e50ce4ff1c7295bffdc813... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-15 (Fri, 15 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_page.rb M src/lib/autoinstall/widgets/storage/partition_usage_tab.rb Log Message: ----------- Fix typos Compare: https://github.com/yast/yast-autoinstallation/compare/ef96ad19967a...4e50ce4...