[obs-commits] [openSUSE/open-build-service] b0a15c: [webui] Drop unused notification methods
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: b0a15c434647d649cd2f85c48123c634e856c52a https://github.com/openSUSE/open-build-service/commit/b0a15c434647d649cd2f85... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M src/api/app/controllers/webui/user_controller.rb Log Message: ----------- [webui] Drop unused notification methods They have been moved to Webui::Users::SubscriptionsController Commit: 3899611adb14251affa3cb11093c1beffa3f6556 https://github.com/openSUSE/open-build-service/commit/3899611adb14251affa3cb... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M src/api/app/models/event_find_subscriptions.rb M src/api/app/models/event_subscription.rb M src/api/spec/factories/event_subscriptions.rb M src/api/spec/factories/project.rb M src/api/spec/jobs/send_event_emails_job_spec.rb M src/api/spec/mailers/event_mailer_spec.rb M src/api/spec/models/event_find_subscriptions_spec.rb M src/api/test/models/event_test.rb Log Message: ----------- [frontend] Drop :all from EventSubscription There was no interface for creating such a subscription. It was hence never used anywhere. Commit: 3267262f21d49df004a0efa0db075288b6636be4 https://github.com/openSUSE/open-build-service/commit/3267262f21d49df004a0ef... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M src/api/app/models/event_find_subscriptions.rb Log Message: ----------- [frontend] Document EventFindSubscriptions Add some comments, use speaking variables and move code around for clarity. Commit: 5f7280dc4f23f10e0c46df6f628e4904dd8bc343 https://github.com/openSUSE/open-build-service/commit/5f7280dc4f23f10e0c46df... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-09-27 (Wed, 27 Sep 2017) Changed paths: M src/api/app/controllers/webui/user_controller.rb M src/api/app/models/event_find_subscriptions.rb M src/api/app/models/event_subscription.rb M src/api/spec/factories/event_subscriptions.rb M src/api/spec/factories/project.rb M src/api/spec/jobs/send_event_emails_job_spec.rb M src/api/spec/mailers/event_mailer_spec.rb M src/api/spec/models/event_find_subscriptions_spec.rb M src/api/test/models/event_test.rb Log Message: ----------- Merge pull request #3881 from hennevogel/feature/watchlist_notifications Make some things around EventSubscription more clear Compare: https://github.com/openSUSE/open-build-service/compare/18ae20a184bb...5f7280...
participants (1)
-
Ana María Martínez Gómez