[obs-commits] [openSUSE/open-build-service] 504423: Restrict status messages showing on the rss feed

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 504423d4bd854e8edcec3e99bab86672ee28308f https://github.com/openSUSE/open-build-service/commit/504423d4bd854e8edcec3e... Author: Dani Donisa <daniel.donisa@suse.com> Date: 2020-08-13 (Thu, 13 Aug 2020) Changed paths: M src/api/app/controllers/webui/feeds_controller.rb M src/api/app/controllers/webui/main_controller.rb M src/api/app/models/status_message.rb M src/api/spec/controllers/webui/feeds_controller_spec.rb M src/api/spec/factories/status_message.rb Log Message: ----------- Restrict status messages showing on the rss feed The RSS feed is showing all status messages, ignoring its scope, so everybody sees everything. This PR enforces the propper roles so the RSS feed shows appropriate content to each user. Fixes #9926 Commit: 75853f05660c54ef37fed86380abcb1d918e5696 https://github.com/openSUSE/open-build-service/commit/75853f05660c54ef37fed8... Author: Dani Donisa <daniel.donisa@suse.com> Date: 2020-08-13 (Thu, 13 Aug 2020) Changed paths: M src/api/app/controllers/webui/feeds_controller.rb M src/api/app/controllers/webui/main_controller.rb M src/api/app/models/status_message.rb Log Message: ----------- Improve naming Commit: 1497ac9918f97938680d2a60ba0634eada1f5c7c https://github.com/openSUSE/open-build-service/commit/1497ac9918f97938680d2a... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2020-08-14 (Fri, 14 Aug 2020) Changed paths: M src/api/app/controllers/webui/feeds_controller.rb M src/api/app/controllers/webui/main_controller.rb M src/api/app/models/status_message.rb M src/api/spec/controllers/webui/feeds_controller_spec.rb M src/api/spec/factories/status_message.rb Log Message: ----------- Merge pull request #10012 from danidoni/restrict-status-messages-showing-on-the-rss-channel Restrict status messages showing on the rss feed Compare: https://github.com/openSUSE/open-build-service/compare/efe068f19a88...1497ac...
participants (1)
-
Henne Vogelsang