Branch: refs/heads/SLE-15-SP2 Home: https://github.com/yast/yast-registration Commit: dade84195fba51c4d4292d90f98b5e50c2c9a427 https://github.com/yast/yast-registration/commit/dade84195fba51c4d4292d90f98... Author: Ladislav Slezák <lslezak@suse.com> Date: 2023-09-13 (Wed, 13 Sep 2023) Changed paths: M src/lib/registration/autoyast_addons.rb M src/lib/registration/registration.rb M src/lib/registration/ssl_certificate.rb M src/lib/registration/sw_mgmt.rb M src/lib/registration/ui/migration_repos_workflow.rb M src/lib/registration/ui/migration_selection_dialog.rb M test/factories.rb M test/fixtures/activated_products.yml M test/fixtures/available_addons.yml M test/fixtures/available_unknown_addons.yml M test/fixtures/installed_sles12_product.yml M test/fixtures/legacy_module_services.yml M test/fixtures/migration_service.yml M test/fixtures/migration_sles15_activated_products.yml M test/fixtures/migration_to_sles12_sp1.yml M test/fixtures/migration_to_sles15.yml M test/fixtures/pure_addons.yml M test/fixtures/remote_product.yml M test/fixtures/sle15_addons.yaml M test/inst_scc_test.rb M test/migration_repos_workflow_spec.rb M test/registration_spec.rb M test/sw_mgmt_spec.rb M test/url_helpers_spec.rb M test/wizard_client_spec.rb Log Message: ----------- Update unit tests to work with the new suseconnect-ng Commit: f85280eb0faa6473b27d7e213966ad38194a10c7 https://github.com/yast/yast-registration/commit/f85280eb0faa6473b27d7e21396... Author: Ladislav Slezák <lslezak@suse.com> Date: 2023-09-13 (Wed, 13 Sep 2023) Changed paths: M src/lib/registration/controllers/package_search.rb M src/lib/registration/widgets/registration_code.rb M test/registration/package_search_test.rb Log Message: ----------- Additional fixes for the SP2 release Commit: 7f5625777f6f673bce96e8eee3b9b4af3542c2b3 https://github.com/yast/yast-registration/commit/7f5625777f6f673bce96e8eee3b... Author: Ladislav Slezák <lslezak@suse.com> Date: 2023-09-13 (Wed, 13 Sep 2023) Changed paths: M package/yast2-registration.changes Log Message: ----------- Update changelog Commit: c1e4a20e46f5e689b8e3fa7ccf368f10c84f4613 https://github.com/yast/yast-registration/commit/c1e4a20e46f5e689b8e3fa7ccf3... Author: Ladislav Slezák <lslezak@suse.com> Date: 2023-09-13 (Wed, 13 Sep 2023) Changed paths: M package/yast2-registration.changes M src/lib/registration/autoyast_addons.rb M src/lib/registration/controllers/package_search.rb M src/lib/registration/registration.rb M src/lib/registration/ssl_certificate.rb M src/lib/registration/sw_mgmt.rb M src/lib/registration/ui/migration_repos_workflow.rb M src/lib/registration/ui/migration_selection_dialog.rb M src/lib/registration/widgets/registration_code.rb M test/factories.rb M test/fixtures/activated_products.yml M test/fixtures/available_addons.yml M test/fixtures/available_unknown_addons.yml M test/fixtures/installed_sles12_product.yml M test/fixtures/legacy_module_services.yml M test/fixtures/migration_service.yml M test/fixtures/migration_sles15_activated_products.yml M test/fixtures/migration_to_sles12_sp1.yml M test/fixtures/migration_to_sles15.yml M test/fixtures/pure_addons.yml M test/fixtures/remote_product.yml M test/fixtures/sle15_addons.yaml M test/inst_scc_test.rb M test/migration_repos_workflow_spec.rb M test/registration/package_search_test.rb M test/registration_spec.rb M test/sw_mgmt_spec.rb M test/url_helpers_spec.rb M test/wizard_client_spec.rb Log Message: ----------- Merge pull request #589 from yast/update_tests_sp2 [SLE15-SP2] Update unit tests to work with the new suseconnect-ng Compare: https://github.com/yast/yast-registration/compare/fa8b10378ec7...c1e4a20e46f...