Branch: refs/heads/refactor-ask-list Home: https://github.com/yast/yast-autoinstallation Commit: 03a81d5fa6bfe6a27963dc8dc30058ea1fb7d2f4 https://github.com/yast/yast-autoinstallation/commit/03a81d5fa6bfe6a27963dc8... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-07 (Fri, 07 May 2021) Changed paths: M src/lib/autoinstall/script.rb M src/lib/autoinstall/widgets/ask_dialog.rb M test/lib/script_test.rb Log Message: ----------- AskDefaultValueScript#execute returns a boolean Commit: 822188dbb717c35a3a69a1471f1deb5f689bc482 https://github.com/yast/yast-autoinstallation/commit/822188dbb717c35a3a69a14... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-07 (Fri, 07 May 2021) Changed paths: M src/lib/autoinstall/ask/runner.rb M test/lib/autoinstall/ask/runner_test.rb Log Message: ----------- Use #fetch_as* methods in Ask::Runner Commit: b8d360d08001408a8fd9ecbda9ea3c01d5f93420 https://github.com/yast/yast-autoinstallation/commit/b8d360d08001408a8fd9ecb... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-07 (Fri, 07 May 2021) Changed paths: M src/clients/inst_autopost.rb M src/lib/autoinstall/ask/profile_reader.rb M src/lib/autoinstall/ask/runner.rb A src/lib/autoinstall/ask/stage.rb M src/lib/autoinstall/autoinst_profile/ask_section.rb M src/lib/autoinstall/clients/inst_autoinit.rb M test/lib/autoinstall/ask/profile_reader_test.rb A test/lib/autoinstall/ask/stage_test.rb Log Message: ----------- Replace the ask stage for a proper class Commit: 085ef4f120603e8dc825bbc41beb68f802e3ca5d https://github.com/yast/yast-autoinstallation/commit/085ef4f120603e8dc825bbc... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-07 (Fri, 07 May 2021) Changed paths: M src/lib/autoinstall/ask/profile_reader.rb M src/lib/autoinstall/ask/question.rb M test/lib/autoinstall/ask/question_test.rb Log Message: ----------- Remove stage and element_id from Ask::Question * Questions are filtered and sorted while parsing the profile, so there is no need for keeping them. Commit: ef1436eebfbe11b9417da051d97248c93d0a06ee https://github.com/yast/yast-autoinstallation/commit/ef1436eebfbe11b9417da05... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-07 (Fri, 07 May 2021) Changed paths: M src/lib/autoinstall/ask/dialog.rb M src/lib/autoinstall/ask/question.rb M src/lib/autoinstall/ask/question_option.rb Log Message: ----------- Documentation fixes Commit: 970d5cd7980d270f7909de15743af46d6fa922f4 https://github.com/yast/yast-autoinstallation/commit/970d5cd7980d270f7909de1... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-07 (Fri, 07 May 2021) Changed paths: M src/lib/autoinstall/widgets/ask_dialog.rb Log Message: ----------- AskDefaultValueScript Commit: 054064a6f86749acc0f4569fe1b0637183d06cc8 https://github.com/yast/yast-autoinstallation/commit/054064a6f86749acc0f4569... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-07 (Fri, 07 May 2021) Changed paths: M src/lib/autoinstall/ask/stage.rb Log Message: ----------- Stage Commit: 62f17a5f2c6faff512f824322ad7baf131ffa962 https://github.com/yast/yast-autoinstallation/commit/62f17a5f2c6faff512f8243... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-07 (Fri, 07 May 2021) Changed paths: M src/lib/autoinstall/ask/profile_reader.rb M src/lib/autoinstall/ask/runner.rb M src/lib/autoinstall/script.rb M src/lib/autoinstall/widgets/ask_dialog.rb M test/lib/script_test.rb Log Message: ----------- Updates from code review Compare: https://github.com/yast/yast-autoinstallation/compare/137c15faf7fe...62f17a5...