Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 056034f7ff0091e30cce2dc6016153f89a3e3f4a https://github.com/openSUSE/open-build-service/commit/056034f7ff0091e30cce2d... Author: Dani Donisa <dani.doni@gmail.com> Date: 2024-01-31 (Wed, 31 Jan 2024) Changed paths: M src/api/app/components/bs_request_comment_component.html.haml M src/api/app/components/bs_request_comment_component.rb M src/api/app/controllers/webui/users_controller.rb M src/api/app/helpers/webui/reportables_helper.rb M src/api/app/models/comment.rb A src/api/app/views/webui/user/_comments.html.haml M src/api/app/views/webui/user/_involvement_and_activity.html.haml M src/api/app/views/webui/users/show.html.haml Log Message: ----------- List all comments for a specific user We're rendering the comments in a new tab under the user profile, alongside the involvement and the activity. Commit: 10295dfe69bfa4425a658ad1a4457bdc4ea8ce74 https://github.com/openSUSE/open-build-service/commit/10295dfe69bfa4425a658a... Author: Dani Donisa <dani.doni@gmail.com> Date: 2024-02-01 (Thu, 01 Feb 2024) Changed paths: M src/api/app/components/bs_request_comment_component.html.haml M src/api/app/components/bs_request_comment_component.rb M src/api/app/controllers/webui/users_controller.rb M src/api/app/helpers/webui/reportables_helper.rb M src/api/app/models/comment.rb A src/api/app/views/webui/user/_comments.html.haml M src/api/app/views/webui/user/_involvement_and_activity.html.haml M src/api/app/views/webui/users/show.html.haml Log Message: ----------- Merge pull request #15542 from danidoni/list-all-comments-for-a-specific-user List all comments for a specific user Compare: https://github.com/openSUSE/open-build-service/compare/0dbe62d1a7a3...10295d...