[openSUSE/open-build-service] fb347c: Fix missing commit information returned by the bac...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: fb347cccfa275f1eefe45affa034415324e62071 https://github.com/openSUSE/open-build-service/commit/fb347cccfa275f1eefe45a... Author: Jacob Michalskie <jacob.michalskie@suse.com> Date: 2023-02-24 (Fri, 24 Feb 2023) Changed paths: M src/api/app/models/package.rb M src/api/spec/cassettes/Bootstrap_Requests/for_role_addition_group/for_packages/can_be_submitted.yml M src/api/spec/cassettes/Bootstrap_Requests/for_role_addition_user/for_packages/can_be_submitted.yml M src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/not_setting_a_target_package/creates_a_BsRequest_with_the_source_package_name.yml M src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/prefill_form_for_a_branched_package/fills_in_the_submission_reasons_and_creates_a_BsRequest.yml M src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/setting_a_target_package/creates_a_BsRequest_with_target_package_name.yml M src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/supersede_a_request/creates_a_BsRequest_and_supersede_only_the_selected_request_s_.yml M src/api/spec/cassettes/ImageTemplates/branching/branch_image_template.yml M src/api/spec/cassettes/MaintenanceWorkflow/maintenance_workflow.yml M src/api/spec/cassettes/Packages/Viewing_a_package_that/has_a_mime_like_suffix_in_it_s_name.yml M src/api/spec/cassettes/Packages/Viewing_a_package_that/has_derived_packages.yml M src/api/spec/cassettes/Packages/Viewing_a_package_that/was_branched.yml M src/api/spec/cassettes/Packages/adding_a_valid_file.yml M src/api/spec/cassettes/Packages/adding_an_invalid_file.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_an_existing_group.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_non_existent_group.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_role_to_group.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Remove_role_from_group.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Viewing_group_roles.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_an_existing_user.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_non_existent_user.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_role_to_user.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Remove_role_from_user.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Remove_user_from_package_/_project.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Viewing_user_roles.yml M src/api/spec/cassettes/Packages/branching_a_package_from_another_users_project/with_AutoCleanup.yml M src/api/spec/cassettes/Packages/branching_a_package_from_another_users_project/without_AutoCleanup.yml M src/api/spec/cassettes/Packages/changing_the_package_s_devel_project.yml M src/api/spec/cassettes/Packages/creating_a_package/in_a_project_not_owned_by_the_user/allowed_as_admin.yml M src/api/spec/cassettes/Packages/creating_a_package/in_a_project_owned_by_the_user/creates_a_package.yml M src/api/spec/cassettes/Packages/editing_a_package_s_details/updates_the_package_title_and_description.yml M src/api/spec/cassettes/Packages/editing_package_files/editing_an_existing_file.yml M src/api/spec/cassettes/Packages/existing_requests/see_a_request.yml M src/api/spec/cassettes/Packages/log/download_logfile_succesfully.yml M src/api/spec/cassettes/Packages/requesting_package_deletion.yml M src/api/spec/cassettes/Projects/branching/an_existing_package.yml M src/api/spec/cassettes/Projects/branching/an_existing_package_but_chose_a_different_target_package_name.yml M src/api/spec/cassettes/Projects/branching/an_existing_package_were_the_target_package_already_exists.yml M src/api/spec/cassettes/Watchlists/add_and_remove_items_from_watchlist.yml M src/api/spec/cassettes/Webui_PackageController/GET_show/revision_handling/with_a_rev_parameter_with_existent_revision/1_4_5_1_1.yml M src/api/spec/cassettes/Webui_PackageController/GET_show/revision_handling/with_a_rev_parameter_with_existent_revision/1_4_5_1_2.yml M src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_package_that_has_a_broken_service/1_4_3_1.yml M src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_package_that_has_a_broken_service/1_4_3_2.yml M src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_valid_package/assigns_package.yml Log Message: ----------- Fix missing commit information returned by the backend Commit: cb314f55051d0babf0c5b4ab160aad2f38f2a52d https://github.com/openSUSE/open-build-service/commit/cb314f55051d0babf0c5b4... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-02-24 (Fri, 24 Feb 2023) Changed paths: M src/api/app/models/package.rb M src/api/spec/cassettes/Bootstrap_Requests/for_role_addition_group/for_packages/can_be_submitted.yml M src/api/spec/cassettes/Bootstrap_Requests/for_role_addition_user/for_packages/can_be_submitted.yml M src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/not_setting_a_target_package/creates_a_BsRequest_with_the_source_package_name.yml M src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/prefill_form_for_a_branched_package/fills_in_the_submission_reasons_and_creates_a_BsRequest.yml M src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/setting_a_target_package/creates_a_BsRequest_with_target_package_name.yml M src/api/spec/cassettes/Bootstrap_Requests_Submissions/submit_package/supersede_a_request/creates_a_BsRequest_and_supersede_only_the_selected_request_s_.yml M src/api/spec/cassettes/ImageTemplates/branching/branch_image_template.yml M src/api/spec/cassettes/MaintenanceWorkflow/maintenance_workflow.yml M src/api/spec/cassettes/Packages/Viewing_a_package_that/has_a_mime_like_suffix_in_it_s_name.yml M src/api/spec/cassettes/Packages/Viewing_a_package_that/has_derived_packages.yml M src/api/spec/cassettes/Packages/Viewing_a_package_that/was_branched.yml M src/api/spec/cassettes/Packages/adding_a_valid_file.yml M src/api/spec/cassettes/Packages/adding_an_invalid_file.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_an_existing_group.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_non_existent_group.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Add_role_to_group.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Remove_role_from_group.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/group_roles/Viewing_group_roles.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_an_existing_user.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_non_existent_user.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Add_role_to_user.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Remove_role_from_user.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Remove_user_from_package_/_project.yml M src/api/spec/cassettes/Packages/behaves_like_bootstrap_user_tab/user_roles/Viewing_user_roles.yml M src/api/spec/cassettes/Packages/branching_a_package_from_another_users_project/with_AutoCleanup.yml M src/api/spec/cassettes/Packages/branching_a_package_from_another_users_project/without_AutoCleanup.yml M src/api/spec/cassettes/Packages/changing_the_package_s_devel_project.yml M src/api/spec/cassettes/Packages/creating_a_package/in_a_project_not_owned_by_the_user/allowed_as_admin.yml M src/api/spec/cassettes/Packages/creating_a_package/in_a_project_owned_by_the_user/creates_a_package.yml M src/api/spec/cassettes/Packages/editing_a_package_s_details/updates_the_package_title_and_description.yml M src/api/spec/cassettes/Packages/editing_package_files/editing_an_existing_file.yml M src/api/spec/cassettes/Packages/existing_requests/see_a_request.yml M src/api/spec/cassettes/Packages/log/download_logfile_succesfully.yml M src/api/spec/cassettes/Packages/requesting_package_deletion.yml M src/api/spec/cassettes/Projects/branching/an_existing_package.yml M src/api/spec/cassettes/Projects/branching/an_existing_package_but_chose_a_different_target_package_name.yml M src/api/spec/cassettes/Projects/branching/an_existing_package_were_the_target_package_already_exists.yml M src/api/spec/cassettes/Watchlists/add_and_remove_items_from_watchlist.yml M src/api/spec/cassettes/Webui_PackageController/GET_show/revision_handling/with_a_rev_parameter_with_existent_revision/1_4_5_1_1.yml M src/api/spec/cassettes/Webui_PackageController/GET_show/revision_handling/with_a_rev_parameter_with_existent_revision/1_4_5_1_2.yml M src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_package_that_has_a_broken_service/1_4_3_1.yml M src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_package_that_has_a_broken_service/1_4_3_2.yml M src/api/spec/cassettes/Webui_PackageController/GET_show/with_a_valid_package/assigns_package.yml Log Message: ----------- Merge pull request #13895 from hellcp-work/revisions Fix missing commit information returned by the backend Compare: https://github.com/openSUSE/open-build-service/compare/fe362087ae03...cb314f...
participants (1)
-
Henne Vogelsang