[obs-commits] [openSUSE/open-build-service] a3c430: [api] Fix bug in update notification event
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: a3c430605fddf8c56db07b7228a994a743fc8481 https://github.com/openSUSE/open-build-service/commit/a3c430605fddf8c56db07b... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-04-10 (Mon, 10 Apr 2017) Changed paths: M src/api/app/models/update_notification_events.rb Log Message: ----------- [api] Fix bug in update notification event Fixes wrong calling of rails logger caused by 05787d6195. Found by running vagrant exec rake test:functional/webui/package_create_test ===== /vagrant/src/api/app/models/update_notification_events.rb:34:in `rescue in create_events': undefined local variable or method `logger' for #<UpdateNotificationEvents:0x000000092951e0> (NameError) from /vagrant/src/api/app/models/update_notification_events.rb:13:in `create_events' from /vagrant/src/api/app/models/update_notification_events.rb:71:in `block (2 levels) in perform' Commit: 335695794d6d2651cc3ee0fb062f14f14df41274 https://github.com/openSUSE/open-build-service/commit/335695794d6d2651cc3ee0... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2017-04-10 (Mon, 10 Apr 2017) Changed paths: M src/api/app/models/update_notification_events.rb Log Message: ----------- Merge pull request #2953 from bgeuken/fix_logger_bug [api] Fix bug in update notification event Compare: https://github.com/openSUSE/open-build-service/compare/78843ce0b7be...335695...
participants (1)
-
Henne Vogelsang