Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 452272c74fe11884bb09c985c569724f8898d7b6 https://github.com/openSUSE/open-build-service/commit/452272c74fe11884bb09c9... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M src/api/app/views/webui/project/_show_actions.html.haml M src/api/app/views/webui/project/show.html.haml M src/api/app/views/webui/project/show_actions/_modify_project.html.haml Log Message: ----------- Bring back Report Bug action This was completely hidden because it was tied to `User.session` and a non existing `Configuration` attribute. Commit: 5fd0d452dbaeba63558bde5659013662d4ca3f52 https://github.com/openSUSE/open-build-service/commit/5fd0d452dbaeba63558bde... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M src/api/app/views/layouts/webui/_left_navigation.html.haml R src/api/app/views/layouts/webui/_left_navigation_nobody.html.haml M src/api/app/views/webui/main/_index_actions.html.haml M src/api/app/views/webui/package/_show_actions.html.haml M src/api/app/views/webui/project/_show_actions.html.haml Log Message: ----------- Remove the global left navigation for nobody Some simple session checking does it too... Commit: c4901e2eafc48117dabdad3f70414cb9a6ce2c1b https://github.com/openSUSE/open-build-service/commit/c4901e2eafc48117dabdad... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M src/api/spec/cassettes/Interconnects/creating_custom_interconnect.yml M src/api/spec/cassettes/Projects/locked_projects/fail_to_unlock.yml M src/api/spec/cassettes/Requests/for_role_addition_group/for_projects/can_be_submitted.yml M src/api/spec/cassettes/Requests/for_role_addition_user/for_projects/can_be_submitted.yml A src/api/spec/cassettes/Requests/request_show_page/request_description_field/behaves_like_expandable_element/expanding_a_text_field.yml A src/api/spec/cassettes/Requests/request_show_page/request_history_entries/behaves_like_expandable_element/expanding_a_text_field.yml M src/api/spec/cassettes/Watchlists/add_and_remove_items_from_watchlist.yml Log Message: ----------- Record the new _keyinfo backend requests with VCR Commit: 3160453fcdc4904466bffc572c586fbc333bb7ba https://github.com/openSUSE/open-build-service/commit/3160453fcdc4904466bffc... Author: Lukas Krause <lkrause@suse.de> Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M src/api/app/views/layouts/webui/_left_navigation.html.haml R src/api/app/views/layouts/webui/_left_navigation_nobody.html.haml M src/api/app/views/webui/main/_index_actions.html.haml M src/api/app/views/webui/package/_show_actions.html.haml M src/api/app/views/webui/project/_show_actions.html.haml M src/api/app/views/webui/project/show.html.haml M src/api/app/views/webui/project/show_actions/_modify_project.html.haml M src/api/spec/cassettes/Interconnects/creating_custom_interconnect.yml M src/api/spec/cassettes/Projects/locked_projects/fail_to_unlock.yml M src/api/spec/cassettes/Requests/for_role_addition_group/for_projects/can_be_submitted.yml M src/api/spec/cassettes/Requests/for_role_addition_user/for_projects/can_be_submitted.yml A src/api/spec/cassettes/Requests/request_show_page/request_description_field/behaves_like_expandable_element/expanding_a_text_field.yml A src/api/spec/cassettes/Requests/request_show_page/request_history_entries/behaves_like_expandable_element/expanding_a_text_field.yml M src/api/spec/cassettes/Watchlists/add_and_remove_items_from_watchlist.yml Log Message: ----------- Merge pull request #14360 from hennevogel/bugfix/14359 Bring back Report Bug action Compare: https://github.com/openSUSE/open-build-service/compare/c811f3f54564...316045...