[yast-commit] [yast/yast-autoinstallation] 5887fd: Add basic widgets to see the partition plan
Branch: refs/heads/new-storage-ui Home: https://github.com/yast/yast-autoinstallation Commit: 5887fd8b28072a6f3d0c25a63a5939f38028dae3 https://github.com/yast/yast-autoinstallation/commit/5887fd8b28072a6f3d0c25a... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: 0ef5ac1505ecb2cd6c5bcde3d6f8e8fcc2739dd5 https://github.com/yast/yast-autoinstallation/commit/0ef5ac1505ecb2cd6c5bcde... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/clients/storage_auto.rb Log Message: ----------- StorageAuto client uses the new widgets Commit: 46502b08bf36804af7271694ab91d2f977c04c14 https://github.com/yast/yast-autoinstallation/commit/46502b08bf36804af727169... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/mount_point.rb Log Message: ----------- Add missing textdomain Commit: 4777e7cee3f11eaae97fb72a41e1559f6c8f9a5d https://github.com/yast/yast-autoinstallation/commit/4777e7cee3f11eaae97fb72... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: 12936ce5a21cfc47c131964fdc07f3a9884705cd https://github.com/yast/yast-autoinstallation/commit/12936ce5a21cfc47c131964... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: c98748b5c2b962b3f6fbad8693f293393379fb4d https://github.com/yast/yast-autoinstallation/commit/c98748b5c2b962b3f6fbad8... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: A src/lib/autoinstall/widgets.rb Log Message: ----------- Define yard macros Commit: d54ea845bfbbbe20819d3b5a93b8acc613b6fadc https://github.com/yast/yast-autoinstallation/commit/d54ea845bfbbbe20819d3b5... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M package/autoyast2.spec Log Message: ----------- Add widgets to the spec file Commit: 9a086e4e29017a100fbbe37abd0541e47ef9d855 https://github.com/yast/yast-autoinstallation/commit/9a086e4e29017a100fbbe37... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: 652e6a8b33b0cd3734e0096562eea23733c183d4 https://github.com/yast/yast-autoinstallation/commit/652e6a8b33b0cd3734e0096... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: cd65d60dc4c2cd28ff58e787faa04e063f5b85fb https://github.com/yast/yast-autoinstallation/commit/cd65d60dc4c2cd28ff58e78... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: d926b97123ede0b7a98e533c63362cf265996817 https://github.com/yast/yast-autoinstallation/commit/d926b97123ede0b7a98e533... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: d64060e30534d2a2de5cfd2a65a461f4586f483c https://github.com/yast/yast-autoinstallation/commit/d64060e30534d2a2de5cfd2... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: ebd0bdb026a7732b659911f99727666999c15563 https://github.com/yast/yast-autoinstallation/commit/ebd0bdb026a7732b659911f... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/disk_page.rb Log Message: ----------- Make RuboCop happy Commit: f7c05fde1adb241f2009410c2e14ffaa93efb23f https://github.com/yast/yast-autoinstallation/commit/f7c05fde1adb241f2009410... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: 357b83147ac148852ab47dc76ab37bcf7ca9d154 https://github.com/yast/yast-autoinstallation/commit/357b83147ac148852ab47dc... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M package/autoyast2.spec Log Message: ----------- Add a missing file to the RPM spec Commit: d225f46043ba0aadc0b933e2ff305c89b6299ead https://github.com/yast/yast-autoinstallation/commit/d225f46043ba0aadc0b933e... Author: Imobach González Sosa <imobachgs@posteo.net> Date: 2020-05-18 (Mon, 18 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: 28b4532626ac832744597865ace39cc7689b0e0d https://github.com/yast/yast-autoinstallation/commit/28b4532626ac83274459786... Author: Imobach González Sosa <imobachgs@posteo.net> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/mount_point.rb Log Message: ----------- Allow empty mount points Commit: c5ccec56ee04f951a901d3ea0046d9be2f389a72 https://github.com/yast/yast-autoinstallation/commit/c5ccec56ee04f951a901d3e... Author: Imobach González Sosa <imobachgs@posteo.net> Date: 2020-05-18 (Mon, 18 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: ed4ca977a365537ae80fce15a16d9d49cb929170 https://github.com/yast/yast-autoinstallation/commit/ed4ca977a365537ae80fce1... Author: Imobach González Sosa <imobachgs@posteo.net> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_table.rb Log Message: ----------- Remove unneeded reference to I18n Commit: 88c87394d2e83faf6c86981f3405001ac703b6cf https://github.com/yast/yast-autoinstallation/commit/88c87394d2e83faf6c86981... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_table.rb Log Message: ----------- Document partition table values Commit: 9605949b799e6f70758f7b34b97e00cdaab425bb https://github.com/yast/yast-autoinstallation/commit/9605949b799e6f70758f7b3... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: 05cc57842a005dd6eceb1fe12d700c0f17db3750 https://github.com/yast/yast-autoinstallation/commit/05cc57842a005dd6eceb1fe... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: 5b784c089f59e5da749bab080e81c42be1048dec https://github.com/yast/yast-autoinstallation/commit/5b784c089f59e5da749bab0... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: 61def0d8996545edf9662193f6cdb29b29d20eda https://github.com/yast/yast-autoinstallation/commit/61def0d8996545edf966219... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: 44be6607908992b031e869bc76b13754b45103a6 https://github.com/yast/yast-autoinstallation/commit/44be6607908992b031e869b... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/partition_table.rb Log Message: ----------- Add missing require Commit: 799dd4229716e4a2f6c1b20a71b5766b84dd5997 https://github.com/yast/yast-autoinstallation/commit/799dd4229716e4a2f6c1b20... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: d81d8b08a41cc29a8831f8c55871a5510dcf9bcb https://github.com/yast/yast-autoinstallation/commit/d81d8b08a41cc29a8831f8c... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: e0976f1f5c6fa9532b9b4ff3f110bca1d9519269 https://github.com/yast/yast-autoinstallation/commit/e0976f1f5c6fa9532b9b4ff... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: 3669887ef97b021ae7f0559953b88f3b204835a8 https://github.com/yast/yast-autoinstallation/commit/3669887ef97b021ae7f0559... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: b54c49add732936ab249cb182c114197f0b08ba2 https://github.com/yast/yast-autoinstallation/commit/b54c49add732936ab249cb1... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: 8183141838c0da0828eb3963e93a9c9ad64e4038 https://github.com/yast/yast-autoinstallation/commit/8183141838c0da0828eb396... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/add_children_button.rb Log Message: ----------- Fix AddChildrenButton for CT_RAID drives Commit: dadba82c581b45bba1a98eeaaf7ddbd510d9d5ef https://github.com/yast/yast-autoinstallation/commit/dadba82c581b45bba1a98ee... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2020-05-18 (Mon, 18 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: 08696fc8a0dd32d7ce908f1de240e68beaa68af9 https://github.com/yast/yast-autoinstallation/commit/08696fc8a0dd32d7ce908f1... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 0316cd1373cee2a0ceac77b47124c640a237da1d https://github.com/yast/yast-autoinstallation/commit/0316cd1373cee2a0ceac77b... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: dbb400bdde45bda329a0853cefbf32678c73f7ac https://github.com/yast/yast-autoinstallation/commit/dbb400bdde45bda329a0853... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: facfd6b3af6513a2c89487837f51e91fa6eee52e https://github.com/yast/yast-autoinstallation/commit/facfd6b3af6513a2c894878... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 537fd9e4c169a74661a42eefe19bfac6271336e7 https://github.com/yast/yast-autoinstallation/commit/537fd9e4c169a74661a42ee... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: dbc312e150979b7b71acc3d16c26c264b938c9d9 https://github.com/yast/yast-autoinstallation/commit/dbc312e150979b7b71acc3d... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 5fb25b2d158e7f89f4f3d8440b61abd06a7cbe54 https://github.com/yast/yast-autoinstallation/commit/5fb25b2d158e7f89f4f3d84... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 0bc900cc2ffabdedeaf3ab5d3e3c5f2f56bbd3d5 https://github.com/yast/yast-autoinstallation/commit/0bc900cc2ffabdedeaf3ab5... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 6b5ce7643548cb7cc55c2bf25b17c8363039979e https://github.com/yast/yast-autoinstallation/commit/6b5ce7643548cb7cc55c2bf... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 6d4d5b23e25ab116282c23ab145e8466b74be35b https://github.com/yast/yast-autoinstallation/commit/6d4d5b23e25ab116282c23a... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/vg_extent_size.rb Log Message: ----------- Add missing textdomain Commit: 30f1eac768d15214e735910bc83477ed3594fab6 https://github.com/yast/yast-autoinstallation/commit/30f1eac768d15214e735910... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 96e181f40252913fb772c3e8bdc00ea62bc35554 https://github.com/yast/yast-autoinstallation/commit/96e181f40252913fb772c3e... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/vg_device.rb Log Message: ----------- More robust widget VgDevice Commit: c8b6fd2c1643d11a9c55525284d0cfb63a19794c https://github.com/yast/yast-autoinstallation/commit/c8b6fd2c1643d11a9c55525... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-18 (Mon, 18 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: a9ff667807c78546bf1d266084d3e32b917e1e18 https://github.com/yast/yast-autoinstallation/commit/a9ff667807c78546bf1d266... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-18 (Mon, 18 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: c5142755e973bc4df7244a07acd80846bb8ddd12 https://github.com/yast/yast-autoinstallation/commit/c5142755e973bc4df7244a0... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-18 (Mon, 18 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: 70db851270d877845bb0f48249cf69a12281a5b6 https://github.com/yast/yast-autoinstallation/commit/70db851270d877845bb0f48... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-18 (Mon, 18 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: ee11c916f27979017a419d3b28b442dbb1337f66 https://github.com/yast/yast-autoinstallation/commit/ee11c916f27979017a419d3... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/presenters/partition.rb Log Message: ----------- Fix text casing Commit: acbed6e3c6d2f7f3b141a4eaefe27fe90093df41 https://github.com/yast/yast-autoinstallation/commit/acbed6e3c6d2f7f3b141a4e... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-18 (Mon, 18 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: 8d6aef7702213a1a09998ac32dfa256463497079 https://github.com/yast/yast-autoinstallation/commit/8d6aef7702213a1a09998ac... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M package/autoyast2.spec Log Message: ----------- Adapt packaging Commit: 15d14be0a91800aa3165c74d4c11cfa3d8f36e47 https://github.com/yast/yast-autoinstallation/commit/15d14be0a91800aa3165c74... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/lvm_page.rb Log Message: ----------- Remove wrong requires Commit: d861ccb5b0ffa531ef6ac70a3f8e6795fed6e887 https://github.com/yast/yast-autoinstallation/commit/d861ccb5b0ffa531ef6ac70... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: afd2c22e2e2b6ea54716e71b9039202eced3c3de https://github.com/yast/yast-autoinstallation/commit/afd2c22e2e2b6ea54716e71... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 2bfa4ab85dc8339b6685fc918394f4eb2ffe5460 https://github.com/yast/yast-autoinstallation/commit/2bfa4ab85dc8339b6685fc9... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 6e550fd7a11ee8f2f60deb407cf71efbb70be08c https://github.com/yast/yast-autoinstallation/commit/6e550fd7a11ee8f2f60deb4... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: e9c7c24f0b2cf0f7451dfabad2a5ec72d09afeb9 https://github.com/yast/yast-autoinstallation/commit/e9c7c24f0b2cf0f7451dfab... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 9ace967e5f17d7c518e26667f13dab1f830c6f98 https://github.com/yast/yast-autoinstallation/commit/9ace967e5f17d7c518e2666... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 590ad5ef3c2a2b6d7f6ace970bc6c4c0de32c2b5 https://github.com/yast/yast-autoinstallation/commit/590ad5ef3c2a2b6d7f6ace9... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 9bc5095ef8694d41a28c053d0cadd11ff4fb169c https://github.com/yast/yast-autoinstallation/commit/9bc5095ef8694d41a28c053... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: d71c77753dbab62d52f2d66c6a88cfea93a35b6c https://github.com/yast/yast-autoinstallation/commit/d71c77753dbab62d52f2d66... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 04a29f41cefdc5fc6509f73be36c21f5c7cd66db https://github.com/yast/yast-autoinstallation/commit/04a29f41cefdc5fc6509f73... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 6a464a1d8132c197267db8b2024aa26218d6fa5a https://github.com/yast/yast-autoinstallation/commit/6a464a1d8132c197267db8b... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: aa9fe74b09e7b11be3c165468d17bd8416b46787 https://github.com/yast/yast-autoinstallation/commit/aa9fe74b09e7b11be3c1654... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M test/lib/widgets/storage/partition_general_tab_test.rb Log Message: ----------- Remove broken test Commit: ae5db3ef1ab6a8a3e34b71e1b199d4858183e6f6 https://github.com/yast/yast-autoinstallation/commit/ae5db3ef1ab6a8a3e34b71e... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/lvm_partition_attrs.rb Log Message: ----------- Adjust presentation of lv_name option Commit: 9bbe62bbd2efb74670b4c00b663d15b88a76255c https://github.com/yast/yast-autoinstallation/commit/9bbe62bbd2efb74670b4c00... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 0eb1c67267d084eb7fee17d49075d8c0fcaec16e https://github.com/yast/yast-autoinstallation/commit/0eb1c67267d084eb7fee17d... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: ce91a68e48ce6ebe1f130e09a75dfd7de3884845 https://github.com/yast/yast-autoinstallation/commit/ce91a68e48ce6ebe1f130e0... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 6828ea21e7a17168febc6f8d5f7d720ab1b10365 https://github.com/yast/yast-autoinstallation/commit/6828ea21e7a17168febc6f8... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 191a55c91d96152d4fe1d586d8f7392b8d8d8c47 https://github.com/yast/yast-autoinstallation/commit/191a55c91d96152d4fe1d58... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 63a5f1d60a5b61ec1bc0a8ba3350dea06458c617 https://github.com/yast/yast-autoinstallation/commit/63a5f1d60a5b61ec1bc0a8b... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: d5fb60ca7e7205b22933129a4e8008db1f9372f5 https://github.com/yast/yast-autoinstallation/commit/d5fb60ca7e7205b22933129... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 8a9873a91c0def04f8c0ce7a6d1c6c4ee1877915 https://github.com/yast/yast-autoinstallation/commit/8a9873a91c0def04f8c0ce7... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 240f9ff1f40ea9e998d114805c8da1cd33468a40 https://github.com/yast/yast-autoinstallation/commit/240f9ff1f40ea9e998d1148... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 26c4f95dac93edddf6d3fc239089854288b0ba22 https://github.com/yast/yast-autoinstallation/commit/26c4f95dac93edddf6d3fc2... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 19ed84003c765f730e26057481959cebf7faa512 https://github.com/yast/yast-autoinstallation/commit/19ed84003c765f730e26057... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 08f4a97adb7d101b9e57bbd0f609ebe1a5161906 https://github.com/yast/yast-autoinstallation/commit/08f4a97adb7d101b9e57bbd... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 836100773919d1375a77fe7457d98f4424d7b0f1 https://github.com/yast/yast-autoinstallation/commit/836100773919d1375a77fe7... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: f5541769582e6962b4357fc426dab4533bb12dba https://github.com/yast/yast-autoinstallation/commit/f5541769582e6962b4357fc... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 80d9f8617708e07fd99870ec74251002effd6321 https://github.com/yast/yast-autoinstallation/commit/80d9f8617708e07fd99870e... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: a1f461b22b9b82d721ae4d8b68e34713ca8c78a0 https://github.com/yast/yast-autoinstallation/commit/a1f461b22b9b82d721ae4d8... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 416280c6d0fa7591d04ad5f4c45297c4e8b35b22 https://github.com/yast/yast-autoinstallation/commit/416280c6d0fa7591d04ad5f... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 1e60a67d824b62e154b73a0abe9ea20f49a8e6ee https://github.com/yast/yast-autoinstallation/commit/1e60a67d824b62e154b73a0... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: b3f6cae578bdf2550f972b45cd3603c343b83164 https://github.com/yast/yast-autoinstallation/commit/b3f6cae578bdf2550f972b4... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 249f79819c2a12b2fa880d0d7d10a6571550e803 https://github.com/yast/yast-autoinstallation/commit/249f79819c2a12b2fa880d0... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: adc87257cac61fdca87bcbdc653997bd64a8799f https://github.com/yast/yast-autoinstallation/commit/adc87257cac61fdca87bcbd... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 80cd032ad94e686833f5455f1e06e3c6b06a3833 https://github.com/yast/yast-autoinstallation/commit/80cd032ad94e686833f5455... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: da23587f6ef14b9b3bd2d356ed42d6b4163b494a https://github.com/yast/yast-autoinstallation/commit/da23587f6ef14b9b3bd2d35... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 51cb3c4f991abfbe80c2bc314664140287a528fb https://github.com/yast/yast-autoinstallation/commit/51cb3c4f991abfbe80c2bc3... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: ae742a99e4357162e949b3495d3d0f292a7d9e2f https://github.com/yast/yast-autoinstallation/commit/ae742a99e4357162e949b34... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: f1336db2e5daa7a94dd6b8937b1915021237c777 https://github.com/yast/yast-autoinstallation/commit/f1336db2e5daa7a94dd6b89... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 7e52daeb8ef1305f9e4577e8534bf970345b3d05 https://github.com/yast/yast-autoinstallation/commit/7e52daeb8ef1305f9e4577e... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 3c260849ae7805d8e922adbbce4b3631eb2bde3f https://github.com/yast/yast-autoinstallation/commit/3c260849ae7805d8e922adb... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 077af692c1d6a3ebab5addd6bd51807df4b3af01 https://github.com/yast/yast-autoinstallation/commit/077af692c1d6a3ebab5addd... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: e422e460b0f068e9270becc0efeaafaedcd75d23 https://github.com/yast/yast-autoinstallation/commit/e422e460b0f068e9270becc... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 1ad9c097043ca5f8c09da4626995753c5a013384 https://github.com/yast/yast-autoinstallation/commit/1ad9c097043ca5f8c09da46... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: 9c18a87c46b95f3481872d09c48357efebe551e7 https://github.com/yast/yast-autoinstallation/commit/9c18a87c46b95f3481872d0... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/lib/autoinstall/widgets/storage/disk_usage.rb Log Message: ----------- Fix label of disk_usage widget Commit: 710f5d70038111fc88ae69b9efb1c310de97da89 https://github.com/yast/yast-autoinstallation/commit/710f5d70038111fc88ae69b... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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: cebf6b0ed0ea2f231f3b6edcc154812d2edc6eb4 https://github.com/yast/yast-autoinstallation/commit/cebf6b0ed0ea2f231f3b6ed... Author: David Díaz González <dgonzalez@suse.de> Date: 2020-05-18 (Mon, 18 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/4e50ce4ff1c7...cebf6b0...
participants (1)
-
David Díaz