[openSUSE/open-build-service] 2e339f: Don't count notifications for groups

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 2e339f4e005f972b58e29f5da34059cfc30f7140 https://github.com/openSUSE/open-build-service/commit/2e339f4e005f972b58e29f... Author: Eduardo Navarro <enavarro@suse.com> Date: 2024-06-03 (Mon, 03 Jun 2024) Changed paths: M src/api/app/components/notification_filter_component.rb Log Message: ----------- Don't count notifications for groups Prevent from performing N+1 queries for retrieveing the count of notifications a user has for every group. Commit: 62755209e8bd54be11ea8344a11ccaeb6932f564 https://github.com/openSUSE/open-build-service/commit/62755209e8bd54be11ea83... Author: Eduardo Navarro <enavarro@suse.com> Date: 2024-06-03 (Mon, 03 Jun 2024) Changed paths: M src/api/app/components/notification_filter_component.rb Log Message: ----------- Don't count notifications for incoming/outgoing requests Prevent from doing these two expensive queries which, due to their complexity, make the browsing experience for users in the Web-UI no usable. Commit: 0f002b6f932f9c93c9e82730a9bf53ceae0f4931 https://github.com/openSUSE/open-build-service/commit/0f002b6f932f9c93c9e827... Author: Eduardo J <enavarro@suse.com> Date: 2024-06-03 (Mon, 03 Jun 2024) Changed paths: M src/api/app/components/notification_filter_component.rb Log Message: ----------- Merge pull request #16246 from eduardoj/fix/issue_16235_ii Don't count notifications for groups and incomming and outgoing requests Compare: https://github.com/openSUSE/open-build-service/compare/a477e96c21a1...0f002b... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Eduardo J.