Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: c21ed22c973965279f0c52aa78e83e63be214381 https://github.com/openSUSE/open-build-service/commit/c21ed22c973965279f0c52... Author: Lukas Krause <lkrause@suse.de> Date: 2024-12-05 (Thu, 05 Dec 2024) Changed paths: R src/api/app/controllers/webui/requests_listing_controller.rb R src/api/app/views/webui/requests_listing/_breadcrumb_items.html.haml R src/api/app/views/webui/requests_listing/_request_item.html.haml R src/api/app/views/webui/requests_listing/_requests_filter.html.haml R src/api/app/views/webui/requests_listing/index.html.haml Log Message: ----------- Remove requests_listing_controller and corresponding views After the code got moved to other controllers and views, the requests_listing_controller and corresponding views can be safely removed. Commit: 7fcb2421818c92647cf057debda277a1bec3a6d7 https://github.com/openSUSE/open-build-service/commit/7fcb2421818c92647cf057... Author: Lukas Krause <lkrause@suse.de> Date: 2024-12-05 (Thu, 05 Dec 2024) Changed paths: M src/api/config/routes/webui.rb Log Message: ----------- Remove outdated routes to request_listing_controller The code has been moved to different controllers, those endpoints can be safely removed. Commit: ac8c993f3c38ce1b7c14ebf8efa8ca7732e91966 https://github.com/openSUSE/open-build-service/commit/ac8c993f3c38ce1b7c14eb... Author: Lukas Krause <lkrause@suse.de> Date: 2024-12-05 (Thu, 05 Dec 2024) Changed paths: M src/api/app/views/webui/package/_breadcrumb_items.html.haml M src/api/app/views/webui/project/_breadcrumb_items.html.haml Log Message: ----------- Adapt outdated routes for requests in package and project breadcrumbs Commit: 2ccab00fde49d7af223e6d0525f9861c0cd91b39 https://github.com/openSUSE/open-build-service/commit/2ccab00fde49d7af223e6d... Author: Lukas Krause <lkrause@suse.de> Date: 2024-12-06 (Fri, 06 Dec 2024) Changed paths: M src/api/app/controllers/concerns/webui/requests_filter.rb Log Message: ----------- Remove outdated method from `RequestsFilter` concern The RequestsListings controller is gone, those methods are not in use anymore. Commit: 377490695d6e4788db7e73e0e95bfc86a25c3e27 https://github.com/openSUSE/open-build-service/commit/377490695d6e4788db7e73... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2024-12-06 (Fri, 06 Dec 2024) Changed paths: M src/api/app/controllers/concerns/webui/requests_filter.rb R src/api/app/controllers/webui/requests_listing_controller.rb M src/api/app/views/webui/package/_breadcrumb_items.html.haml M src/api/app/views/webui/project/_breadcrumb_items.html.haml R src/api/app/views/webui/requests_listing/_breadcrumb_items.html.haml R src/api/app/views/webui/requests_listing/_request_item.html.haml R src/api/app/views/webui/requests_listing/_requests_filter.html.haml R src/api/app/views/webui/requests_listing/index.html.haml M src/api/config/routes/webui.rb Log Message: ----------- Merge pull request #17180 from krauselukas/remove_request_listing_controller Remove requests listing controller and cleanup Compare: https://github.com/openSUSE/open-build-service/compare/9e623b75d56e...377490... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications