Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: b033e3a31b7230896fe1187b9ce3df97e4d6d354 https://github.com/openSUSE/open-build-service/commit/b033e3a31b7230896fe118... Author: Lukas Krause <lkrause@suse.de> Date: 2022-11-09 (Wed, 09 Nov 2022) Changed paths: M src/api/.rubocop.yml M src/api/app/models/event_subscription/find_for_event.rb Log Message: ----------- Add debug mode to `EventSubscription::FindForEvent#subscription` We recently faced an issue where a user received notifications for events without subscription. In order to identify the source/cause, debugging output will help to follow the connections between Event, Subscription and Receiver. See https://github.com/openSUSE/open-build-service/issues/13244 Co-authored-by: Henne Vogelsang <hvogel@opensuse.org> Commit: 85c691429be0c9b64ae88e9fc9e42d0711ec0de4 https://github.com/openSUSE/open-build-service/commit/85c691429be0c9b64ae88e... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2022-11-09 (Wed, 09 Nov 2022) Changed paths: M src/api/.rubocop.yml M src/api/app/models/event_subscription/find_for_event.rb Log Message: ----------- Merge pull request #13319 from krauselukas/feature/debug_mode_find_for_event Add debug mode to EventSubscription::FindForEvent#subscription Compare: https://github.com/openSUSE/open-build-service/compare/9e3de0834247...85c691...