[openSUSE/open-build-service] 2f5a3e: Redirect to the proper route for package requests ...

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 2f5a3e7a01441e91e869794356832cc2fc02f20b https://github.com/openSUSE/open-build-service/commit/2f5a3e7a01441e91e86979... Author: Lukas Krause <lkrause@suse.de> Date: 2024-11-29 (Fri, 29 Nov 2024) Changed paths: M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/projects/bs_requests_controller.rb M src/api/app/views/webui/project/_breadcrumb_items.html.haml M src/api/app/views/webui/project/_tabs.html.haml M src/api/app/views/webui/project/side_links/_incident_project.html.haml M src/api/app/views/webui/project/side_links/_requests.html.haml M src/api/app/views/webui/projects/pulse/_pulse_list_requests_box.html.haml M src/api/app/views/webui/staging/workflows/_infos.html.haml Log Message: ----------- Redirect to the proper route for package requests if beta request_index enabled In order to refactor the request listing controller, and to move the logic to the appropriate bs_request_controller we first have to change the paths and redirect to the old one inside the controller. This enables us to do the changes in smaller chunks. Co-authored-by: Daniel Donisa <daniel.donisa@suse.com> Co-authored-by: Dario Leidi <dleidi@suse.com> Co-authored-by: Lukas Krause <lkrause@suse.de> Co-authored-by: Rubhan Azeem <rubhan.azeem@suse.com> Commit: cfae33c7147db4b8cc00f256b83ddee393bc6907 https://github.com/openSUSE/open-build-service/commit/cfae33c7147db4b8cc00f2... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2024-12-02 (Mon, 02 Dec 2024) Changed paths: M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/projects/bs_requests_controller.rb M src/api/app/views/webui/project/_breadcrumb_items.html.haml M src/api/app/views/webui/project/_tabs.html.haml M src/api/app/views/webui/project/side_links/_incident_project.html.haml M src/api/app/views/webui/project/side_links/_requests.html.haml M src/api/app/views/webui/projects/pulse/_pulse_list_requests_box.html.haml M src/api/app/views/webui/staging/workflows/_infos.html.haml Log Message: ----------- Merge pull request #17139 from krauselukas/refactoring/request_listing_controller Link to beta view for project requests Compare: https://github.com/openSUSE/open-build-service/compare/a029f252ee2d...cfae33... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Henne Vogelsang