[obs-commits] [openSUSE/open-build-service] 36d9a7: Remove unneeded code for notification.notifiable_t...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 36d9a77d266cbf61647a85b119224bb272fa0d3c https://github.com/openSUSE/open-build-service/commit/36d9a77d266cbf61647a85... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2020-09-29 (Tue, 29 Sep 2020) Changed paths: M src/api/app/presenters/notification_presenter.rb M src/api/app/queries/notifications_finder.rb M src/api/app/services/notified_projects.rb M src/api/spec/controllers/webui/users/notifications_controller_spec.rb M src/api/spec/db/data/backfill_notified_projects_spec.rb M src/api/spec/factories/notification.rb Log Message: ----------- Remove unneeded code for notification.notifiable_type 'Review' Notifications with the notifiable_type 'Review' and the event_type 'Event::ReviewWanted' were migrated to the notifiable_type 'BsRequest' in #9883. Code specific to the notifiable_type 'Review' is since then unneeded. Commit: 4595a6816af22df3ef1ed82e002b41e5a29ee42f https://github.com/openSUSE/open-build-service/commit/4595a6816af22df3ef1ed8... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2020-09-30 (Wed, 30 Sep 2020) Changed paths: M src/api/app/presenters/notification_presenter.rb M src/api/app/queries/notifications_finder.rb M src/api/app/services/notified_projects.rb M src/api/spec/controllers/webui/users/notifications_controller_spec.rb M src/api/spec/db/data/backfill_notified_projects_spec.rb M src/api/spec/factories/notification.rb Log Message: ----------- Merge pull request #10191 from dmarcoux/remove_unneeded_code_notification_notifiable_type_review Remove unneeded code for notification.notifiable_type 'Review' Compare: https://github.com/openSUSE/open-build-service/compare/66eedd78b4ca...4595a6...
participants (1)
-
Dany Marcoux