[yast/yast-autoinstallation] 145156: Add classes to handle <ask-list> profile elements
Branch: refs/heads/master Home: https://github.com/yast/yast-autoinstallation Commit: 1451565564c4e7ea5134f24a58ea8d4e6e90f37a https://github.com/yast/yast-autoinstallation/commit/1451565564c4e7ea5134f24... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-04-29 (Thu, 29 Apr 2021) Changed paths: A src/lib/autoinstall/autoinst_profile/ask_list_section.rb A src/lib/autoinstall/autoinst_profile/ask_section.rb A src/lib/autoinstall/autoinst_profile/ask_selection_entry.rb A test/lib/autoinstall/autoinst_profile/ask_list_section_test.rb A test/lib/autoinstall/autoinst_profile/ask_section_test.rb A test/lib/autoinstall/autoinst_profile/ask_selection_entry_test.rb Log Message: ----------- Add classes to handle <ask-list> profile elements Commit: 552c40e9062b44dad7be759bf2f48f6c7d4e3533 https://github.com/yast/yast-autoinstallation/commit/552c40e9062b44dad7be759... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-04-29 (Thu, 29 Apr 2021) Changed paths: A src/lib/autoinstall/ask/dialog.rb A src/lib/autoinstall/ask/question.rb A src/lib/autoinstall/ask/question_option.rb A test/lib/autoinstall/ask/dialog_test.rb A test/lib/autoinstall/ask/question_test.rb Log Message: ----------- Add Dialog and Question classes related to <ask> elements Commit: 1109eb7122771a06a0eef3332820172f7d560c3c https://github.com/yast/yast-autoinstallation/commit/1109eb7122771a06a0eef33... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-04-29 (Thu, 29 Apr 2021) Changed paths: A src/lib/autoinstall/ask/profile_reader.rb M src/lib/autoinstall/autoinst_profile/ask_section.rb A src/lib/autoinstall/autoinst_profile/script_section.rb A test/lib/autoinstall/ask/profile_reader_test.rb A test/lib/autoinstall/ask/script_section_test.rb M test/lib/autoinstall/autoinst_profile/ask_section_test.rb Log Message: ----------- Add a class to turn AskListSection into a set of dialogs Commit: e7be0813e3399aa82884a4221d4980bc6ae585fe https://github.com/yast/yast-autoinstallation/commit/e7be0813e3399aa82884a42... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-04-29 (Thu, 29 Apr 2021) Changed paths: A src/lib/autoinstall/widgets/ask_dialog.rb A test/lib/autoinstall/widgets/ask_dialog_test.rb Log Message: ----------- Add a widget to display an <ask> dialog Commit: b7d481a0faf59959df4c0c0c5272d5db63c0be60 https://github.com/yast/yast-autoinstallation/commit/b7d481a0faf59959df4c0c0... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-04-29 (Thu, 29 Apr 2021) Changed paths: A src/lib/autoinstall/ask_script.rb Log Message: ----------- Add an AskScript class to handle scripts in <ask> sections Commit: 6a67cf59f1de8775d7e9508fd55246b4339f7cc3 https://github.com/yast/yast-autoinstallation/commit/6a67cf59f1de8775d7e9508... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-04-29 (Thu, 29 Apr 2021) Changed paths: A src/lib/autoinstall/ask/runner.rb A test/lib/autoinstall/ask/runner_test.rb Log Message: ----------- Add a class to run the ask-list dialogs Commit: 7b47c04f6bf10c9359ab8bd217aac313f36467f6 https://github.com/yast/yast-autoinstallation/commit/7b47c04f6bf10c9359ab8bd... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-04-29 (Thu, 29 Apr 2021) Changed paths: M package/autoyast2.spec Log Message: ----------- Update the spec file to include the new files Commit: 1c96897d9902c10ee470ff47497d3795425e4624 https://github.com/yast/yast-autoinstallation/commit/1c96897d9902c10ee470ff4... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-04-29 (Thu, 29 Apr 2021) Changed paths: M src/clients/inst_autopost.rb M src/lib/autoinstall/clients/inst_autoinit.rb Log Message: ----------- Replace askDialog with the new Ask::Runner class Commit: 93011e2c86b95f9819493aaa45a32002d591d764 https://github.com/yast/yast-autoinstallation/commit/93011e2c86b95f9819493aa... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-04 (Tue, 04 May 2021) Changed paths: M src/lib/autoinstall/widgets/ask_dialog.rb Log Message: ----------- Add pop-up dialogs for <ask> elements Commit: fbc0f065478a416dcda826da068b3b6e1cc0fb59 https://github.com/yast/yast-autoinstallation/commit/fbc0f065478a416dcda826d... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-04 (Tue, 04 May 2021) Changed paths: M src/lib/autoinstall/widgets/ask_dialog.rb Log Message: ----------- Set min height/width in <ask> dialogs Commit: 4c3165c7080fc39d08e2d6d48b344cda48b5a6c4 https://github.com/yast/yast-autoinstallation/commit/4c3165c7080fc39d08e2d6d... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-04 (Tue, 04 May 2021) Changed paths: M src/lib/autoinstall/widgets/ask_dialog.rb M test/lib/autoinstall/widgets/ask_dialog_test.rb Log Message: ----------- Add support for timeouts to ask dialogs Commit: 7621e09f1bf544d9c9fb14c127b8356ba6f50ed4 https://github.com/yast/yast-autoinstallation/commit/7621e09f1bf544d9c9fb14c... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-04 (Tue, 04 May 2021) Changed paths: M src/lib/autoinstall/widgets/ask_dialog.rb Log Message: ----------- Add missing calls to textdomain * Additionally, fix TimeoutWrapper#handle documentation Commit: 58cea0161bbd3c52d8e2c7a238002a10a646c60a https://github.com/yast/yast-autoinstallation/commit/58cea0161bbd3c52d8e2c7a... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-04 (Tue, 04 May 2021) Changed paths: M src/lib/autoinstall/widgets/ask_dialog.rb M test/lib/autoinstall/widgets/ask_dialog_test.rb Log Message: ----------- Improve password handling in ask dialogs Commit: 432c43216525fe99753a854baf1c876a45df33fd https://github.com/yast/yast-autoinstallation/commit/432c43216525fe99753a854... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: M src/clients/inst_autopost.rb M src/lib/autoinstall/ask/dialog.rb M src/lib/autoinstall/ask/question.rb M src/lib/autoinstall/ask/runner.rb M src/lib/autoinstall/clients/inst_autoinit.rb M src/lib/autoinstall/widgets/ask_dialog.rb M test/lib/autoinstall/ask/dialog_test.rb M test/lib/autoinstall/ask/runner_test.rb M test/lib/autoinstall/widgets/ask_dialog_test.rb Log Message: ----------- Filter <ask> dialogs and questions by stage Commit: 8986aec9895a199ce57a260c155bea91c9d34ade https://github.com/yast/yast-autoinstallation/commit/8986aec9895a199ce57a260... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: M test/lib/autoinstall/ask/runner_test.rb Log Message: ----------- Extend Ask::Runner unit tests Commit: de2f340698c5012f66837b1004e008f9634e85b1 https://github.com/yast/yast-autoinstallation/commit/de2f340698c5012f66837b1... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: M src/lib/autoinstall/ask/dialog.rb M src/lib/autoinstall/ask/profile_reader.rb M src/lib/autoinstall/ask/runner.rb M src/lib/autoinstall/widgets/ask_dialog.rb M test/lib/autoinstall/ask/dialog_test.rb M test/lib/autoinstall/ask/profile_reader_test.rb M test/lib/autoinstall/ask/runner_test.rb M test/lib/autoinstall/widgets/ask_dialog_test.rb Log Message: ----------- Simplify <ask-list> stages handling * Filter the <ask> entries that belong to a different stage when parsing the profile. Commit: 0b6d51f4c5fcde0d617b50fde17f846d110e3168 https://github.com/yast/yast-autoinstallation/commit/0b6d51f4c5fcde0d617b50f... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: M src/lib/autoinstall/ask/profile_reader.rb M src/lib/autoinstall/ask/runner.rb M src/lib/autoinstall/ask_script.rb M src/lib/autoinstall/widgets/ask_dialog.rb M test/lib/autoinstall/ask/profile_reader_test.rb M test/lib/autoinstall/ask/runner_test.rb A test/lib/autoinstall/ask_script_test.rb Log Message: ----------- Fix scripts handling for <ask> sections Commit: 7582c7b923a88c2c7d6b7934411e3d753bcaadc3 https://github.com/yast/yast-autoinstallation/commit/7582c7b923a88c2c7d6b793... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: M src/lib/autoinstall/ask/runner.rb M test/lib/autoinstall/ask/runner_test.rb Log Message: ----------- Use the /tmp/next_dialog content as the dialog number * It is not the index, but the number. Commit: 204356cea153a5c844622d72fce0b88bec694fc4 https://github.com/yast/yast-autoinstallation/commit/204356cea153a5c844622d7... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M src/lib/autoinstall/ask/question.rb M src/lib/autoinstall/ask/runner.rb M src/lib/autoinstall/widgets/ask_dialog.rb M test/lib/autoinstall/ask/question_test.rb Log Message: ----------- Convert question values to the proper types Commit: 6ca9169a72f77c9f1dafc3bc033ca5b55f577f32 https://github.com/yast/yast-autoinstallation/commit/6ca9169a72f77c9f1dafc3b... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: A src/lib/autoinstall/script_runner.rb M src/modules/AutoinstScripts.rb A test/lib/autoinstall/script_runner_test.rb Log Message: ----------- Add a ScriptRunner class * Extract the logic to run scripts to ScriptRunner. Commit: a4c14359c77f87c3b1b87ce9f40ef6d083d8b986 https://github.com/yast/yast-autoinstallation/commit/a4c14359c77f87c3b1b87ce... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M src/lib/autoinstall/ask/profile_reader.rb M src/lib/autoinstall/ask/runner.rb A src/lib/autoinstall/ask_default_value_script.rb M src/lib/autoinstall/ask_script.rb A test/lib/autoinstall/ask_default_value_script_test.rb R test/lib/autoinstall/ask_script_test.rb Log Message: ----------- Add different classes to reprsent <ask> scripts Commit: a06164ef793def8fab6a756623b23fb7a33ee1a5 https://github.com/yast/yast-autoinstallation/commit/a06164ef793def8fab6a756... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M src/lib/autoinstall/ask/runner.rb M src/lib/autoinstall/ask_script.rb M src/lib/autoinstall/autoinst_profile/script_section.rb M src/lib/autoinstall/script.rb M src/lib/autoinstall/script_runner.rb M test/lib/autoinstall/ask/runner_test.rb M test/lib/script_test.rb Log Message: ----------- Inject VAL variable in <ask> scripts Commit: e5c5681a4a5c5288551d84dcbc4aea3b6f06ac5e https://github.com/yast/yast-autoinstallation/commit/e5c5681a4a5c5288551d84d... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M src/lib/autoinstall/ask/profile_reader.rb M src/lib/autoinstall/widgets/ask_dialog.rb Log Message: ----------- Add support for frametitle element Commit: c2f7f347931007bc438262c0a235d9c988eb857f https://github.com/yast/yast-autoinstallation/commit/c2f7f347931007bc438262c... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M src/clients/inst_autopost.rb R src/include/autoinstall/ask.rb M src/lib/autoinstall/clients/inst_autoinit.rb M src/lib/autoinstall/clients/inst_autosetup_upgrade.rb R test/include/ask_test.rb Log Message: ----------- Drop include/ask.rb Commit: 99c25972d789a8015cfe04187a9bd934af460442 https://github.com/yast/yast-autoinstallation/commit/99c25972d789a8015cfe041... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M package/autoyast2.spec Log Message: ----------- Remove include/ask.rb from the spec Commit: 85eac4e7313eb85c9f29ef2ee7335ac38b1767d4 https://github.com/yast/yast-autoinstallation/commit/85eac4e7313eb85c9f29ef2... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M src/autoyast-rnc/general.rnc Log Message: ----------- Fix <ask> type validation Commit: ec7c81e5fdb67365818c4152a98e7fe88f5d23d1 https://github.com/yast/yast-autoinstallation/commit/ec7c81e5fdb67365818c415... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M src/lib/autoinstall/widgets/ask_dialog.rb M test/lib/autoinstall/widgets/ask_dialog_test.rb Log Message: ----------- Use a ComboBox for 'symbol' questions Commit: 5bd448e2cdacb0b1c103c59d79496d045af8aa54 https://github.com/yast/yast-autoinstallation/commit/5bd448e2cdacb0b1c103c59... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M src/lib/autoinstall/widgets/ask_dialog.rb M test/lib/autoinstall/widgets/ask_dialog_test.rb Log Message: ----------- Improve AskDialog layout Commit: e1b4b6a9da7f61e75f5d83ae2e06cefd0fcbbd13 https://github.com/yast/yast-autoinstallation/commit/e1b4b6a9da7f61e75f5d83a... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M src/lib/autoinstall/ask/profile_reader.rb R src/lib/autoinstall/ask_default_value_script.rb R src/lib/autoinstall/ask_script.rb M src/lib/autoinstall/script.rb M test/lib/autoinstall/ask/runner_test.rb R test/lib/autoinstall/ask_default_value_script_test.rb M test/lib/script_test.rb Log Message: ----------- Fix AskScript and AskDefaultValueScript path calculation * Additionally, move them to script.rb. Commit: e9fb94b3f3b2f963a726a509174e3a2d2b51ee7a https://github.com/yast/yast-autoinstallation/commit/e9fb94b3f3b2f963a726a50... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M src/lib/autoinstall/script.rb M src/modules/AutoInstall.rb R test/.gitignore M test/AutoInstall_test.rb A test/fixtures/instsys/tmp/ask-default-value-scripts/ask-value.sh A test/fixtures/instsys/tmp/ask-scripts/ask.sh A test/fixtures/instsys/tmp/ask-scripts/logs/ask.sh.log A test/fixtures/instsys/tmp/pre-scripts/logs/pre.sh.log A test/fixtures/instsys/tmp/pre-scripts/pre.sh A test/fixtures/instsys/tmp/profile/autoinst.xml Log Message: ----------- Copy all ask-* scripts at the end of the installation Commit: 137c15faf7fe3dab871bcb25df169b7853b99914 https://github.com/yast/yast-autoinstallation/commit/137c15faf7fe3dab871bcb2... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M package/autoyast2.changes M package/autoyast2.spec Log Message: ----------- Bump version and update changes file 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 Commit: 12662eb989fecaec966bd9735bb90a0a1e4d8fd9 https://github.com/yast/yast-autoinstallation/commit/12662eb989fecaec966bd97... 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: ----------- Check /tmp/next_dialog type and size Commit: 281a2e9d770c30ef524a4e52ad7412e20a498416 https://github.com/yast/yast-autoinstallation/commit/281a2e9d770c30ef524a4e5... 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: ----------- Fix initialization for <ask> boolean questions Commit: cddab26da1ec39bbf2062571e0e0ae2ebc16d5c0 https://github.com/yast/yast-autoinstallation/commit/cddab26da1ec39bbf206257... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-10 (Mon, 10 May 2021) Changed paths: M src/lib/autoinstall/widgets/ask_dialog.rb M test/lib/autoinstall/widgets/ask_dialog_test.rb Log Message: ----------- Extend AskDialog widgets unit testing Commit: 939c6037c10c9724a293834427f9d6cbe044d87e https://github.com/yast/yast-autoinstallation/commit/939c6037c10c9724a293834... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-10 (Mon, 10 May 2021) Changed paths: M src/lib/autoinstall/ask/runner.rb A src/lib/autoinstall/widgets/ask/check_box.rb A src/lib/autoinstall/widgets/ask/combo_box.rb A src/lib/autoinstall/widgets/ask/dialog.rb A src/lib/autoinstall/widgets/ask/field.rb A src/lib/autoinstall/widgets/ask/input_field.rb A src/lib/autoinstall/widgets/ask/password_field.rb R src/lib/autoinstall/widgets/ask_dialog.rb M test/lib/autoinstall/ask/runner_test.rb A test/lib/autoinstall/widgets/ask/check_box_test.rb A test/lib/autoinstall/widgets/ask/combo_box_test.rb A test/lib/autoinstall/widgets/ask/dialog_test.rb A test/lib/autoinstall/widgets/ask/input_field_test.rb A test/lib/autoinstall/widgets/ask/password_field_test.rb R test/lib/autoinstall/widgets/ask_dialog_test.rb A test/support/ask_helpers.rb M test/test_helper.rb Log Message: ----------- Move <ask> widgets to its own namespace Commit: 9740dbc9f2ad9a5aa71a0a99a0c96f971429b8e5 https://github.com/yast/yast-autoinstallation/commit/9740dbc9f2ad9a5aa71a0a9... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-10 (Mon, 10 May 2021) Changed paths: M test/lib/autoinstall/widgets/ask/check_box_test.rb Log Message: ----------- Extend Ask::CheckBox unit tests Commit: 151687c748ffa2be88f84ca0e51621b1b349e769 https://github.com/yast/yast-autoinstallation/commit/151687c748ffa2be88f84ca... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-10 (Mon, 10 May 2021) Changed paths: M src/lib/autoinstall/ask/runner.rb M test/lib/autoinstall/ask/runner_test.rb Log Message: ----------- Stop the <ask> sequence if next_dialog is '-1' Commit: 8cc89b3ef08bdad7d19c4c4fcc36d2ba3b8e1560 https://github.com/yast/yast-autoinstallation/commit/8cc89b3ef08bdad7d19c4c4... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-10 (Mon, 10 May 2021) Changed paths: M src/lib/autoinstall/ask/runner.rb M src/lib/autoinstall/script.rb M src/lib/autoinstall/script_runner.rb M test/lib/autoinstall/ask/runner_test.rb M test/lib/autoinstall/script_runner_test.rb Log Message: ----------- Rerun the <ask> dialog if the script fails Commit: c0cf7628832700f91172cb86aa8e9b9d900222b9 https://github.com/yast/yast-autoinstallation/commit/c0cf7628832700f91172cb8... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-10 (Mon, 10 May 2021) Changed paths: M src/lib/autoinstall/script_runner.rb M test/lib/autoinstall/script_runner_test.rb Log Message: ----------- Report script errors only when feedback is disabled Commit: 899d1e78c2e101b50a92882efcf775582e529984 https://github.com/yast/yast-autoinstallation/commit/899d1e78c2e101b50a92882... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-10 (Mon, 10 May 2021) Changed paths: M src/lib/autoinstall/autoinst_profile/script_section.rb M src/lib/autoinstall/script.rb Log Message: ----------- Import the 'rerun_on_error' element Commit: 320d073fc8ebc66881661343dd516b11c67ea1be https://github.com/yast/yast-autoinstallation/commit/320d073fc8ebc6688166134... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-11 (Tue, 11 May 2021) Changed paths: M src/lib/autoinstall/ask/question.rb M src/lib/autoinstall/ask/runner.rb M src/lib/autoinstall/widgets/ask/check_box.rb M src/lib/autoinstall/widgets/ask/combo_box.rb M src/lib/autoinstall/widgets/ask/input_field.rb M src/lib/autoinstall/widgets/ask/password_field.rb M test/lib/autoinstall/ask/question_test.rb Log Message: ----------- Update from code review Commit: 9784a9e2b3228fcc10ed2fbddcc9c72b2693f899 https://github.com/yast/yast-autoinstallation/commit/9784a9e2b3228fcc10ed2fb... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-11 (Tue, 11 May 2021) Changed paths: M package/autoyast2.changes M package/autoyast2.spec M src/lib/autoinstall/autosetup_helpers.rb M test/lib/autosetup_helpers_test.rb Log Message: ----------- Merge branch 'master' into refactor-ask-list Commit: 5ff5815153effb1bf0f4dbc34d285bfd1e27a7b8 https://github.com/yast/yast-autoinstallation/commit/5ff5815153effb1bf0f4dbc... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-11 (Tue, 11 May 2021) Changed paths: M src/autoyast-rnc/general.rnc Log Message: ----------- Update <ask> list schema Commit: 3b4bb490ee9c45291adfa9936dddeae7a65e805e https://github.com/yast/yast-autoinstallation/commit/3b4bb490ee9c45291adfa99... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2021-05-11 (Tue, 11 May 2021) Changed paths: M package/autoyast2.changes M package/autoyast2.spec M src/autoyast-rnc/general.rnc M src/clients/inst_autopost.rb R src/include/autoinstall/ask.rb A src/lib/autoinstall/ask/dialog.rb A src/lib/autoinstall/ask/profile_reader.rb A src/lib/autoinstall/ask/question.rb A src/lib/autoinstall/ask/question_option.rb A src/lib/autoinstall/ask/runner.rb A src/lib/autoinstall/ask/stage.rb A src/lib/autoinstall/autoinst_profile/ask_list_section.rb A src/lib/autoinstall/autoinst_profile/ask_section.rb A src/lib/autoinstall/autoinst_profile/ask_selection_entry.rb A src/lib/autoinstall/autoinst_profile/script_section.rb M src/lib/autoinstall/clients/inst_autoinit.rb M src/lib/autoinstall/clients/inst_autosetup_upgrade.rb M src/lib/autoinstall/script.rb A src/lib/autoinstall/script_runner.rb A src/lib/autoinstall/widgets/ask/check_box.rb A src/lib/autoinstall/widgets/ask/combo_box.rb A src/lib/autoinstall/widgets/ask/dialog.rb A src/lib/autoinstall/widgets/ask/field.rb A src/lib/autoinstall/widgets/ask/input_field.rb A src/lib/autoinstall/widgets/ask/password_field.rb M src/modules/AutoInstall.rb M src/modules/AutoinstScripts.rb R test/.gitignore M test/AutoInstall_test.rb A test/fixtures/instsys/tmp/ask-default-value-scripts/ask-value.sh A test/fixtures/instsys/tmp/ask-scripts/ask.sh A test/fixtures/instsys/tmp/ask-scripts/logs/ask.sh.log A test/fixtures/instsys/tmp/pre-scripts/logs/pre.sh.log A test/fixtures/instsys/tmp/pre-scripts/pre.sh A test/fixtures/instsys/tmp/profile/autoinst.xml R test/include/ask_test.rb A test/lib/autoinstall/ask/dialog_test.rb A test/lib/autoinstall/ask/profile_reader_test.rb A test/lib/autoinstall/ask/question_test.rb A test/lib/autoinstall/ask/runner_test.rb A test/lib/autoinstall/ask/script_section_test.rb A test/lib/autoinstall/ask/stage_test.rb A test/lib/autoinstall/autoinst_profile/ask_list_section_test.rb A test/lib/autoinstall/autoinst_profile/ask_section_test.rb A test/lib/autoinstall/autoinst_profile/ask_selection_entry_test.rb A test/lib/autoinstall/script_runner_test.rb A test/lib/autoinstall/widgets/ask/check_box_test.rb A test/lib/autoinstall/widgets/ask/combo_box_test.rb A test/lib/autoinstall/widgets/ask/dialog_test.rb A test/lib/autoinstall/widgets/ask/input_field_test.rb A test/lib/autoinstall/widgets/ask/password_field_test.rb M test/lib/script_test.rb A test/support/ask_helpers.rb M test/test_helper.rb Log Message: ----------- Merge pull request #754 from yast/refactor-ask-list Refactor <ask-list> feature Compare: https://github.com/yast/yast-autoinstallation/compare/5490d88da33e...3b4bb49...
participants (1)
-
Imobach González Sosa